Hi there,
Thanks for writing in! You can use rgba values.
background-color: rgba(255, 255, 255, 0.5)
This is 50% white.
first 3 numbers control value red, green, and blue from values 0 – 255. the fourth number is the alpha channel, which controls transparency from 0 – 1.
Hope this helps – thanks!