Question #226

Author: admin
tags: CSS   frontend (web)  
How can transparency be set using the rgb() CSS function?
rgb(50 70 50 0.5)
rgb(50 70 50, 0.5)
rgb(50 70 50 / 0.5)
only via rgba() function
Rate the difficulty of the question:
easyhard