Answers for "css light grey color code"

1

light grey color code

HTML / CSS Color Name         	Hex Code #RRGGBB	 Decimal Code (R,G,B)
gainsboro	                    #DCDCDC	             rgb(220,220,220)
lightgray / lightgrey	        #D3D3D3	             rgb(211,211,211)
silver	                        #C0C0C0            	 rgb(192,192,192)
darkgray / darkgrey	            #A9A9A9	             rgb(169,169,169)
Posted by: Guest on April-05-2021
1

css light grey

#selector{
    color:lightgrey;
}
Posted by: Guest on April-08-2020
3

grey rgb

RGB(220,220,220)
Posted by: Guest on September-11-2020

Browse Popular Code Answers by Language