COLOR #C9D2AE

HEX: #C9D2AE
RGB: (201,210,174)

Color info

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

RGB color model

#C9D2AE color RGB value is (201,210,174).

  • red value is 201;
  • green value is 210;
  • blue value is 174.
RGB:
(201,210,174)
(79%,82%,68%)

RGB channels and saturation

R 201 of 255 = 79%
G 210 of 255 = 82%
B 174 of 255 = 68%

201
210
174

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

Portions of RGB colors in percentages

R + G + B =
201 + 210 + 174 = 585 (100%)
R 201 of 585 ~ 34.36%
G 210 of 585 ~ 35.9%
B 174 of 585 ~ 29.74%

%34.36
%35.9
%29.74

CMYK color model

#C9D2AE color CMYK value is (4,0,17,18).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 17.65%
CMYK:
(4,0,17,18)
C4M0Y17K18 
(4%,0%,17%,18%)
(0.04/0.00/0.17/0.18)	

CMYK percentages

%4.29
%0
%17.14
%17.65

Codes

Color #C9D2AE in popluar color models

C9D2AE
RGB201210174
HSL75°28.57%75.29%
HSB/HSV75°17.14%82.35%
CMYK4.29%0.00%17.14%
17.65%

Color #C9D2AE in popluar number systems.

HEXC9D2AE
Decimal201210174
Binary110010011101001010101110
Octal311322256

Shades and tints

Shades of #C9D2AE

#C9D2AE
(201,210,174)
#B7BF9F
(183,191,159)
#A5AC90
(165,172,144)
#939981
(147,153,129)
#818672
(129,134,114)
#6F7363
(111,115,99)
#5D6054
(93,96,84)
#4B4D45
(75,77,69)
#393A36
(57,58,54)
#272727
(39,39,39)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #C9D2AE

#C9D2AE
(201,210,174)
#CDD6B5
(205,214,181)
#D1DABC
(209,218,188)
#D5DEC3
(213,222,195)
#D9E2CA
(217,226,202)
#DDE6D1
(221,230,209)
#E1EAD8
(225,234,216)
#E5EEDF
(229,238,223)
#E9F2E6
(233,242,230)
#EDF6ED
(237,246,237)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D2AE color. Also use rgb(201,210,174) instead hex code.

Text Font Color

.myTextColor { color: #C9D2AE; }

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

This text font color is #C9D2AE.


Background Color

.myBgColor { background-color: #C9D2AE; }

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

This div background color is #C9D2AE.


Border color

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

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

This div border color is #C9D2AE.


Opacity

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

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

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

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

This text has shadow with #C9D2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D2AE on black background.


Color preview on white background

This text has color #C9D2AE on white background.



Black color preview on #C9D2AE background

This text has black color on #C9D2AE background.


White color preview on #C9D2AE background

This text has white color on #C9D2AE background.