CSS Background Transparence ou Alpha Mode

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