Color spaces of #d1dfbf
RGB | 209 | 223 | 191 |
---|---|---|---|
HSL | 0.24 | 0.33 | 0.81 |
HSV | 86° | 14° | 87° |
CMYK | 0.06 | 0.00 | 0.14 0.13 |
XYZ | 62.0861 | 70.0923 | 59.5471 |
Yxy | 70.0923 | 0.3238 | 0.3656 |
Hunter Lab | 83.7211 | -14.1396 | 16.4345 |
CIE-Lab | 87.0421 | -10.3146 | 14.1039 |
#d1dfbf color RGB value is (209,223,191).
#d1dfbf hex color red value is 209, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d1dfbf hue: 0.24 , saturation: 0.33 and the lightness value of d1dfbf is 0.81.
The process color (four color CMYK) of #d1dfbf color hex is 0.06, 0.00, 0.14, 0.13. Web safe color of #d1dfbf is #cccccc. Color #d1dfbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11011111 | 10111111 |
Octal | 321 | 337 | 277 |
Decimal | 209 | 223 | 191 |
Hex | D1 | DF | BF |
Shades of #d1dfbf
Tints of #d1dfbf
RGB Percentages of Color #d1dfbf
CMYK Percentages of Color #d1dfbf
Complementary Color
#d1dfbf | #cdbfdf |
#d1dfbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1dfbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1dfbf Color CSS Codes
.mybgcolor {background-color:#d1dfbf; } .myforecolor {color:#d1dfbf; } .mybordercolor {border:3px solid #d1dfbf; }
#d1dfbf Text Font Color
<p style="color:#d1dfbf">Text here</p>
This sample text font color is #d1dfbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#d1dfbf Background Color
<div style="background-color:#d1dfbf">
Div content here</div>
This div background color is #d1dfbf
#d1dfbf Border Color
<div style="border:3px solid #d1dfbf">
Div here</div>
This div border color is #d1dfbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,223,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1dfbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1dfbf; -webkit-box-shadow: 1px 1px 3px 2px #d1dfbf; box-shadow: 1px 1px 3px 2px #d1dfbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,223,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1dfbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1dfbf; -webkit-box-shadow: 1px 1px 3px 2px #d1dfbf; box-shadow: 1px 1px 3px 2px #d1dfbf;">
Div content here</div>
This div box has shadow with color #d1dfbf
Comments
No comments written yet.
Please login to write comment.