LightGray Color Name
| Color Name: | LightGray |
| Hex Code: | #D3D3D3 |
| RGB Decimal: | RGB(211, 211, 211) |
| CMYK Value: | 0°, 0%, 83%. |
| HSL Value: | 0%, 0%, 0%, 17.3% |
| Color: |
LightGray #D3D3D3 Html Codes
Text with hexadecimal color #D3D3D3
<span style="color:#D3D3D3;">Text here</span>
LightGray #D3D3D3 border color
<span style="border:2px solid #D3D3D3;">Text here</span>
LightGray #D3D3D3 background color
<p style="background-color:#D3D3D3;">Content here</p>
LightGray #D3D3D3 CSS codes
.text {color:#D3D3D3;}
.background {background-color:#D3D3D3;}
.border {border:1px solid #D3D3D3;}