COLOR #C8D9AE

HEX: #C8D9AE
RGB: (200,217,174)

Color info

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

RGB color model

#C8D9AE color RGB value is (200,217,174).

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

RGB channels and saturation

R 200 of 255 = 78%
G 217 of 255 = 85%
B 174 of 255 = 68%

200
217
174

R + G + B ~ 77%. #C8D9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 217 + 174 = 591 (100%)
R 200 of 591 ~ 33.84%
G 217 of 591 ~ 36.72%
B 174 of 591 ~ 29.44%

%33.84
%36.72
%29.44

CMYK color model

#C8D9AE color CMYK value is (8,0,20,15).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(8,0,20,15)
C8M0Y20K15 
(8%,0%,20%,15%)
(0.08/0.00/0.20/0.15)	

CMYK percentages

%7.83
%0
%19.82
%14.9

Codes

Color #C8D9AE in popluar color models

C8D9AE
RGB200217174
HSL84°36.13%76.67%
HSB/HSV84°19.82%85.10%
CMYK7.83%0.00%19.82%
14.90%

Color #C8D9AE in popluar number systems.

HEXC8D9AE
Decimal200217174
Binary110010001101100110101110
Octal310331256

Shades and tints

Shades of #C8D9AE

#C8D9AE
(200,217,174)
#B6C69F
(182,198,159)
#A4B390
(164,179,144)
#92A081
(146,160,129)
#808D72
(128,141,114)
#6E7A63
(110,122,99)
#5C6754
(92,103,84)
#4A5445
(74,84,69)
#384136
(56,65,54)
#262E27
(38,46,39)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #C8D9AE

#C8D9AE
(200,217,174)
#CDDCB5
(205,220,181)
#D2DFBC
(210,223,188)
#D7E2C3
(215,226,195)
#DCE5CA
(220,229,202)
#E1E8D1
(225,232,209)
#E6EBD8
(230,235,216)
#EBEEDF
(235,238,223)
#F0F1E6
(240,241,230)
#F5F4ED
(245,244,237)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D9AE; }

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

This text font color is #C8D9AE.


Background Color

.myBgColor { background-color: #C8D9AE; }

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

This div background color is #C8D9AE.


Border color

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

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

This div border color is #C8D9AE.


Opacity

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

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

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

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

This text has shadow with #C8D9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D9AE on black background.


Color preview on white background

This text has color #C8D9AE on white background.



Black color preview on #C8D9AE background

This text has black color on #C8D9AE background.


White color preview on #C8D9AE background

This text has white color on #C8D9AE background.