COLOR #C8C7AE

HEX: #C8C7AE
RGB: (200,199,174)

Color info

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

RGB color model

#C8C7AE color RGB value is (200,199,174).

  • red value is 200;
  • green value is 199;
  • blue value is 174.
RGB:
(200,199,174)
(78%,78%,68%)

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 174 of 255 = 68%

200
199
174

R + G + B ~ 75%. #C8C7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 199 + 174 = 573 (100%)
R 200 of 573 ~ 34.9%
G 199 of 573 ~ 34.73%
B 174 of 573 ~ 30.37%

%34.9
%34.73
%30.37

CMYK color model

#C8C7AE color CMYK value is (0,0,13,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 13.00%
  • key color value is 21.57%
CMYK:
(0,0,13,22)
C0M0Y13K22 
(0%,0%,13%,22%)
(0.00/0.00/0.13/0.22)	

CMYK percentages

%0
%0.5
%13
%21.57

Codes

Color #C8C7AE in popluar color models

C8C7AE
RGB200199174
HSL58°19.12%73.33%
HSB/HSV58°13.00%78.43%
CMYK0.00%0.50%13.00%
21.57%

Color #C8C7AE in popluar number systems.

HEXC8C7AE
Decimal200199174
Binary110010001100011110101110
Octal310307256

Shades and tints

Shades of #C8C7AE

#C8C7AE
(200,199,174)
#B6B59F
(182,181,159)
#A4A390
(164,163,144)
#929181
(146,145,129)
#807F72
(128,127,114)
#6E6D63
(110,109,99)
#5C5B54
(92,91,84)
#4A4945
(74,73,69)
#383736
(56,55,54)
#262527
(38,37,39)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #C8C7AE

#C8C7AE
(200,199,174)
#CDCCB5
(205,204,181)
#D2D1BC
(210,209,188)
#D7D6C3
(215,214,195)
#DCDBCA
(220,219,202)
#E1E0D1
(225,224,209)
#E6E5D8
(230,229,216)
#EBEADF
(235,234,223)
#F0EFE6
(240,239,230)
#F5F4ED
(245,244,237)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C7AE color. Also use rgb(200,199,174) instead hex code.

Text Font Color

.myTextColor { color: #C8C7AE; }

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

This text font color is #C8C7AE.


Background Color

.myBgColor { background-color: #C8C7AE; }

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

This div background color is #C8C7AE.


Border color

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

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

This div border color is #C8C7AE.


Opacity

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

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

Text with #C8C7AE 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 #C8C7AE;}

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

This text has shadow with #C8C7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C7AE on black background.


Color preview on white background

This text has color #C8C7AE on white background.



Black color preview on #C8C7AE background

This text has black color on #C8C7AE background.


White color preview on #C8C7AE background

This text has white color on #C8C7AE background.