Прозрачность фона CSS или альфа -режим

div{
  background-color: rgba(173, 216, 230, 0.5);
}
Glorious Gnat