Color spaces of #c7d3ce
RGB | 199 | 211 | 206 |
---|---|---|---|
HSL | 0.43 | 0.12 | 0.80 |
HSV | 155° | 6° | 83° |
CMYK | 0.06 | 0.00 | 0.02 0.17 |
XYZ | 57.9880 | 63.1869 | 67.5325 |
Yxy | 63.1869 | 0.3073 | 0.3348 |
Hunter Lab | 79.4902 | -8.8923 | 5.2721 |
CIE-Lab | 83.5406 | -4.9853 | 1.0603 |
#c7d3ce color RGB value is (199,211,206).
#c7d3ce hex color red value is 199, green value is 211 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c7d3ce hue: 0.43 , saturation: 0.12 and the lightness value of c7d3ce is 0.80.
The process color (four color CMYK) of #c7d3ce color hex is 0.06, 0.00, 0.02, 0.17. Web safe color of #c7d3ce is #cccccc. Color #c7d3ce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 11010011 | 11001110 |
Octal | 307 | 323 | 316 |
Decimal | 199 | 211 | 206 |
Hex | C7 | D3 | CE |
Shades of #c7d3ce
Tints of #c7d3ce
RGB Percentages of Color #c7d3ce
CMYK Percentages of Color #c7d3ce
Complementary Color
#c7d3ce | #d3c7cc |
#c7d3ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7d3ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7d3ce Color CSS Codes
.mybgcolor {background-color:#c7d3ce; } .myforecolor {color:#c7d3ce; } .mybordercolor {border:3px solid #c7d3ce; }
#c7d3ce Text Font Color
<p style="color:#c7d3ce">Text here</p>
This sample text font color is #c7d3ce
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.
#c7d3ce Background Color
<div style="background-color:#c7d3ce">
Div content here</div>
This div background color is #c7d3ce
#c7d3ce Border Color
<div style="border:3px solid #c7d3ce">
Div here</div>
This div border color is #c7d3ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,211,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7d3ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7d3ce; -webkit-box-shadow: 1px 1px 3px 2px #c7d3ce; box-shadow: 1px 1px 3px 2px #c7d3ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,211,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7d3ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7d3ce; -webkit-box-shadow: 1px 1px 3px 2px #c7d3ce; box-shadow: 1px 1px 3px 2px #c7d3ce;">
Div content here</div>
This div box has shadow with color #c7d3ce
Comments
No comments written yet.
Please login to write comment.