Color spaces of #c7bbab
RGB | 199 | 187 | 171 |
---|---|---|---|
HSL | 0.10 | 0.20 | 0.73 |
HSV | 34° | 14° | 78° |
CMYK | 0.00 | 0.06 | 0.14 0.22 |
XYZ | 48.6742 | 50.6230 | 45.7339 |
Yxy | 50.6230 | 0.3356 | 0.3490 |
Hunter Lab | 71.1498 | -2.3989 | 11.6943 |
CIE-Lab | 76.4501 | 1.5361 | 9.6159 |
#c7bbab color RGB value is (199,187,171).
#c7bbab hex color red value is 199, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c7bbab hue: 0.10 , saturation: 0.20 and the lightness value of c7bbab is 0.73.
The process color (four color CMYK) of #c7bbab color hex is 0.00, 0.06, 0.14, 0.22. Web safe color of #c7bbab is #cccc99. Color #c7bbab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10111011 | 10101011 |
Octal | 307 | 273 | 253 |
Decimal | 199 | 187 | 171 |
Hex | C7 | BB | AB |
Shades of #c7bbab
Tints of #c7bbab
RGB Percentages of Color #c7bbab
CMYK Percentages of Color #c7bbab
Complementary Color
#c7bbab | #abb7c7 |
#c7bbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7bbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7bbab Color CSS Codes
.mybgcolor {background-color:#c7bbab; } .myforecolor {color:#c7bbab; } .mybordercolor {border:3px solid #c7bbab; }
#c7bbab Text Font Color
<p style="color:#c7bbab">Text here</p>
This sample text font color is #c7bbab
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.
#c7bbab Background Color
<div style="background-color:#c7bbab">
Div content here</div>
This div background color is #c7bbab
#c7bbab Border Color
<div style="border:3px solid #c7bbab">
Div here</div>
This div border color is #c7bbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,187,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7bbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7bbab; -webkit-box-shadow: 1px 1px 3px 2px #c7bbab; box-shadow: 1px 1px 3px 2px #c7bbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,187,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7bbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7bbab; -webkit-box-shadow: 1px 1px 3px 2px #c7bbab; box-shadow: 1px 1px 3px 2px #c7bbab;">
Div content here</div>
This div box has shadow with color #c7bbab
Comments
No comments written yet.
Please login to write comment.