COLOR #C8D6AE

HEX: #C8D6AE
RGB: (200,214,174)

Color info

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

RGB color model

#C8D6AE color RGB value is (200,214,174).

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

RGB channels and saturation

R 200 of 255 = 78%
G 214 of 255 = 84%
B 174 of 255 = 68%

200
214
174

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

Portions of RGB colors in percentages

R + G + B =
200 + 214 + 174 = 588 (100%)
R 200 of 588 ~ 34.01%
G 214 of 588 ~ 36.39%
B 174 of 588 ~ 29.59%

%34.01
%36.39
%29.59

CMYK color model

#C8D6AE color CMYK value is (7,0,19,16).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 16.08%
CMYK:
(7,0,19,16)
C7M0Y19K16 
(7%,0%,19%,16%)
(0.07/0.00/0.19/0.16)	

CMYK percentages

%6.54
%0
%18.69
%16.08

Codes

Color #C8D6AE in popluar color models

C8D6AE
RGB200214174
HSL81°32.79%76.08%
HSB/HSV81°18.69%83.92%
CMYK6.54%0.00%18.69%
16.08%

Color #C8D6AE in popluar number systems.

HEXC8D6AE
Decimal200214174
Binary110010001101011010101110
Octal310326256

Shades and tints

Shades of #C8D6AE

#C8D6AE
(200,214,174)
#B6C39F
(182,195,159)
#A4B090
(164,176,144)
#929D81
(146,157,129)
#808A72
(128,138,114)
#6E7763
(110,119,99)
#5C6454
(92,100,84)
#4A5145
(74,81,69)
#383E36
(56,62,54)
#262B27
(38,43,39)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #C8D6AE

#C8D6AE
(200,214,174)
#CDD9B5
(205,217,181)
#D2DCBC
(210,220,188)
#D7DFC3
(215,223,195)
#DCE2CA
(220,226,202)
#E1E5D1
(225,229,209)
#E6E8D8
(230,232,216)
#EBEBDF
(235,235,223)
#F0EEE6
(240,238,230)
#F5F1ED
(245,241,237)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D6AE; }

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

This text font color is #C8D6AE.


Background Color

.myBgColor { background-color: #C8D6AE; }

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

This div background color is #C8D6AE.


Border color

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

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

This div border color is #C8D6AE.


Opacity

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

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

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

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

This text has shadow with #C8D6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D6AE on black background.


Color preview on white background

This text has color #C8D6AE on white background.



Black color preview on #C8D6AE background

This text has black color on #C8D6AE background.


White color preview on #C8D6AE background

This text has white color on #C8D6AE background.