Color spaces of #c6cabf
RGB | 198 | 202 | 191 |
---|---|---|---|
HSL | 0.23 | 0.09 | 0.77 |
HSV | 82° | 5° | 79° |
CMYK | 0.02 | 0.00 | 0.05 0.21 |
XYZ | 53.8132 | 58.0084 | 57.6507 |
Yxy | 58.0084 | 0.3175 | 0.3423 |
Hunter Lab | 76.1632 | -7.1664 | 8.4355 |
CIE-Lab | 80.7435 | -3.3600 | 4.9992 |
#c6cabf color RGB value is (198,202,191).
#c6cabf hex color red value is 198, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c6cabf hue: 0.23 , saturation: 0.09 and the lightness value of c6cabf is 0.77.
The process color (four color CMYK) of #c6cabf color hex is 0.02, 0.00, 0.05, 0.21. Web safe color of #c6cabf is #cccccc. Color #c6cabf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 11001010 | 10111111 |
Octal | 306 | 312 | 277 |
Decimal | 198 | 202 | 191 |
Hex | C6 | CA | BF |
Shades of #c6cabf
Tints of #c6cabf
RGB Percentages of Color #c6cabf
CMYK Percentages of Color #c6cabf
Complementary Color
#c6cabf | #c3bfca |
#c6cabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6cabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6cabf Color CSS Codes
.mybgcolor {background-color:#c6cabf; } .myforecolor {color:#c6cabf; } .mybordercolor {border:3px solid #c6cabf; }
#c6cabf Text Font Color
<p style="color:#c6cabf">Text here</p>
This sample text font color is #c6cabf
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.
#c6cabf Background Color
<div style="background-color:#c6cabf">
Div content here</div>
This div background color is #c6cabf
#c6cabf Border Color
<div style="border:3px solid #c6cabf">
Div here</div>
This div border color is #c6cabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,202,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6cabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6cabf; -webkit-box-shadow: 1px 1px 3px 2px #c6cabf; box-shadow: 1px 1px 3px 2px #c6cabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,202,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 #c6cabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6cabf; -webkit-box-shadow: 1px 1px 3px 2px #c6cabf; box-shadow: 1px 1px 3px 2px #c6cabf;">
Div content here</div>
This div box has shadow with color #c6cabf
#c6cabf Color Palettes
Comments
No comments written yet.
Please login to write comment.