Color spaces of #c7dbbf
RGB | 199 | 219 | 191 |
---|---|---|---|
HSL | 0.29 | 0.28 | 0.80 |
HSV | 103° | 13° | 86° |
CMYK | 0.09 | 0.00 | 0.13 0.14 |
XYZ | 58.2887 | 66.5667 | 59.0667 |
Yxy | 66.5667 | 0.3169 | 0.3619 |
Hunter Lab | 81.5884 | -15.2551 | 14.1883 |
CIE-Lab | 85.2847 | -11.7710 | 11.5149 |
#c7dbbf color RGB value is (199,219,191).
#c7dbbf hex color red value is 199, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c7dbbf hue: 0.29 , saturation: 0.28 and the lightness value of c7dbbf is 0.80.
The process color (four color CMYK) of #c7dbbf color hex is 0.09, 0.00, 0.13, 0.14. Web safe color of #c7dbbf is #cccccc. Color #c7dbbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 11011011 | 10111111 |
Octal | 307 | 333 | 277 |
Decimal | 199 | 219 | 191 |
Hex | C7 | DB | BF |
Shades of #c7dbbf
Tints of #c7dbbf
RGB Percentages of Color #c7dbbf
CMYK Percentages of Color #c7dbbf
Complementary Color
#c7dbbf | #d3bfdb |
#c7dbbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7dbbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7dbbf Color CSS Codes
.mybgcolor {background-color:#c7dbbf; } .myforecolor {color:#c7dbbf; } .mybordercolor {border:3px solid #c7dbbf; }
#c7dbbf Text Font Color
<p style="color:#c7dbbf">Text here</p>
This sample text font color is #c7dbbf
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.
#c7dbbf Background Color
<div style="background-color:#c7dbbf">
Div content here</div>
This div background color is #c7dbbf
#c7dbbf Border Color
<div style="border:3px solid #c7dbbf">
Div here</div>
This div border color is #c7dbbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,219,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7dbbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7dbbf; -webkit-box-shadow: 1px 1px 3px 2px #c7dbbf; box-shadow: 1px 1px 3px 2px #c7dbbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,219,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 #c7dbbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7dbbf; -webkit-box-shadow: 1px 1px 3px 2px #c7dbbf; box-shadow: 1px 1px 3px 2px #c7dbbf;">
Div content here</div>
This div box has shadow with color #c7dbbf
Comments
No comments written yet.
Please login to write comment.