COLOR #C8D4A9

HEX: #C8D4A9
RGB: (200,212,169)

Color info

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

RGB color model

#C8D4A9 color RGB value is (200,212,169).

  • red value is 200;
  • green value is 212;
  • blue value is 169.
RGB:
(200,212,169)
(78%,83%,66%)

RGB channels and saturation

R 200 of 255 = 78%
G 212 of 255 = 83%
B 169 of 255 = 66%

200
212
169

R + G + B ~ 76%. #C8D4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 212 + 169 = 581 (100%)
R 200 of 581 ~ 34.42%
G 212 of 581 ~ 36.49%
B 169 of 581 ~ 29.09%

%34.42
%36.49
%29.09

CMYK color model

#C8D4A9 color CMYK value is (6,0,20,17).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 16.86%
CMYK:
(6,0,20,17)
C6M0Y20K17 
(6%,0%,20%,17%)
(0.06/0.00/0.20/0.17)	

CMYK percentages

%5.66
%0
%20.28
%16.86

Codes

Color #C8D4A9 in popluar color models

C8D4A9
RGB200212169
HSL77°33.33%74.71%
HSB/HSV77°20.28%83.14%
CMYK5.66%0.00%20.28%
16.86%

Color #C8D4A9 in popluar number systems.

HEXC8D4A9
Decimal200212169
Binary110010001101010010101001
Octal310324251

Shades and tints

Shades of #C8D4A9

#C8D4A9
(200,212,169)
#B6C19A
(182,193,154)
#A4AE8B
(164,174,139)
#929B7C
(146,155,124)
#80886D
(128,136,109)
#6E755E
(110,117,94)
#5C624F
(92,98,79)
#4A4F40
(74,79,64)
#383C31
(56,60,49)
#262922
(38,41,34)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #C8D4A9

#C8D4A9
(200,212,169)
#CDD7B0
(205,215,176)
#D2DAB7
(210,218,183)
#D7DDBE
(215,221,190)
#DCE0C5
(220,224,197)
#E1E3CC
(225,227,204)
#E6E6D3
(230,230,211)
#EBE9DA
(235,233,218)
#F0ECE1
(240,236,225)
#F5EFE8
(245,239,232)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D4A9 color. Also use rgb(200,212,169) instead hex code.

Text Font Color

.myTextColor { color: #C8D4A9; }

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

This text font color is #C8D4A9.


Background Color

.myBgColor { background-color: #C8D4A9; }

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

This div background color is #C8D4A9.


Border color

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

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

This div border color is #C8D4A9.


Opacity

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

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

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

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

This text has shadow with #C8D4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D4A9 on black background.


Color preview on white background

This text has color #C8D4A9 on white background.



Black color preview on #C8D4A9 background

This text has black color on #C8D4A9 background.


White color preview on #C8D4A9 background

This text has white color on #C8D4A9 background.