COLOR #C8CAA7

HEX: #C8CAA7
RGB: (200,202,167)

Color info

#C8CAA7 contains red, green and blue colors in about the same proportion. Web safe color of #C8CAA7 is #CCCC99 (or #CC9).

RGB color model

#C8CAA7 color RGB value is (200,202,167).

  • red value is 200;
  • green value is 202;
  • blue value is 167.
RGB:
(200,202,167)
(78%,79%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 202 of 255 = 79%
B 167 of 255 = 65%

200
202
167

R + G + B ~ 74%. #C8CAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 202 + 167 = 569 (100%)
R 200 of 569 ~ 35.15%
G 202 of 569 ~ 35.5%
B 167 of 569 ~ 29.35%

%35.15
%35.5
%29.35

CMYK color model

#C8CAA7 color CMYK value is (1,0,17,21).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 20.78%
CMYK:
(1,0,17,21)
C1M0Y17K21 
(1%,0%,17%,21%)
(0.01/0.00/0.17/0.21)	

CMYK percentages

%0.99
%0
%17.33
%20.78

Codes

Color #C8CAA7 in popluar color models

C8CAA7
RGB200202167
HSL63°24.82%72.35%
HSB/HSV63°17.33%79.22%
CMYK0.99%0.00%17.33%
20.78%

Color #C8CAA7 in popluar number systems.

HEXC8CAA7
Decimal200202167
Binary110010001100101010100111
Octal310312247

Shades and tints

Shades of #C8CAA7

#C8CAA7
(200,202,167)
#B6B898
(182,184,152)
#A4A689
(164,166,137)
#92947A
(146,148,122)
#80826B
(128,130,107)
#6E705C
(110,112,92)
#5C5E4D
(92,94,77)
#4A4C3E
(74,76,62)
#383A2F
(56,58,47)
#262820
(38,40,32)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #C8CAA7

#C8CAA7
(200,202,167)
#CDCEAF
(205,206,175)
#D2D2B7
(210,210,183)
#D7D6BF
(215,214,191)
#DCDAC7
(220,218,199)
#E1DECF
(225,222,207)
#E6E2D7
(230,226,215)
#EBE6DF
(235,230,223)
#F0EAE7
(240,234,231)
#F5EEEF
(245,238,239)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CAA7 color. Also use rgb(200,202,167) instead hex code.

Text Font Color

.myTextColor { color: #C8CAA7; }

<p style="color:#C8CAA7">This sample text font color is #C8CAA7.</p>

This text font color is #C8CAA7.


Background Color

.myBgColor { background-color: #C8CAA7; }

<div style="background-color:#C8CAA7">Inner text</div>

This div background color is #C8CAA7.


Border color

.myBorderColor { border: 1px solid #C8CAA7; }

<div style="border:3px solid #C8CAA7">Div</div>

This div border color is #C8CAA7.


Opacity

.myOpacity80 { color: #C8CAA7; opacity: 0.8; }

<p style="color:#C8CAA7;opacity:0.8;">80%</p>

Text with #C8CAA7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C8CAA7;}

<p style="text-shadow: 3px 3px 1px #C8CAA7">Text here.</p>

This text has shadow with #C8CAA7 color.

.textShadow {text-shadow: 3px 3px 1px #C8CAA7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C8CAA7, 5px 5px 20px red">Text here.</p>

This text has shadow with #C8CAA7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8CAA7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C8CAA7, Direction=45, Strength=4)">Text</p>

This text has shadow with #C8CAA7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C8CAA7;
  -webkit-box-shadow:	1px 1px 3px 2px #C8CAA7;
  box-shadow:		1px 1px 3px 2px #C8CAA7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C8CAA7;
-webkit-box-shadow: 1px 1px 3px 2px #C8CAA7;
box-shadow:1px 1px 3px 2px #C8CAA7;">
Div content here</div>
This div box has shadow with color #C8CAA7.

Preview

Color preview on black background

This text has color #C8CAA7 on black background.


Color preview on white background

This text has color #C8CAA7 on white background.



Black color preview on #C8CAA7 background

This text has black color on #C8CAA7 background.


White color preview on #C8CAA7 background

This text has white color on #C8CAA7 background.