COLOR #C9D8AD

HEX: #C9D8AD
RGB: (201,216,173)

Color info

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

RGB color model

#C9D8AD color RGB value is (201,216,173).

  • red value is 201;
  • green value is 216;
  • blue value is 173.
RGB:
(201,216,173)
(79%,85%,68%)

RGB channels and saturation

R 201 of 255 = 79%
G 216 of 255 = 85%
B 173 of 255 = 68%

201
216
173

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

Portions of RGB colors in percentages

R + G + B =
201 + 216 + 173 = 590 (100%)
R 201 of 590 ~ 34.07%
G 216 of 590 ~ 36.61%
B 173 of 590 ~ 29.32%

%34.07
%36.61
%29.32

CMYK color model

#C9D8AD color CMYK value is (7,0,20,15).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 15.29%
CMYK:
(7,0,20,15)
C7M0Y20K15 
(7%,0%,20%,15%)
(0.07/0.00/0.20/0.15)	

CMYK percentages

%6.94
%0
%19.91
%15.29

Codes

Color #C9D8AD in popluar color models

C9D8AD
RGB201216173
HSL81°35.54%76.27%
HSB/HSV81°19.91%84.71%
CMYK6.94%0.00%19.91%
15.29%

Color #C9D8AD in popluar number systems.

HEXC9D8AD
Decimal201216173
Binary110010011101100010101101
Octal311330255

Shades and tints

Shades of #C9D8AD

#C9D8AD
(201,216,173)
#B7C59E
(183,197,158)
#A5B28F
(165,178,143)
#939F80
(147,159,128)
#818C71
(129,140,113)
#6F7962
(111,121,98)
#5D6653
(93,102,83)
#4B5344
(75,83,68)
#394035
(57,64,53)
#272D26
(39,45,38)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #C9D8AD

#C9D8AD
(201,216,173)
#CDDBB4
(205,219,180)
#D1DEBB
(209,222,187)
#D5E1C2
(213,225,194)
#D9E4C9
(217,228,201)
#DDE7D0
(221,231,208)
#E1EAD7
(225,234,215)
#E5EDDE
(229,237,222)
#E9F0E5
(233,240,229)
#EDF3EC
(237,243,236)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D8AD color. Also use rgb(201,216,173) instead hex code.

Text Font Color

.myTextColor { color: #C9D8AD; }

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

This text font color is #C9D8AD.


Background Color

.myBgColor { background-color: #C9D8AD; }

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

This div background color is #C9D8AD.


Border color

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

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

This div border color is #C9D8AD.


Opacity

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

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

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

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

This text has shadow with #C9D8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D8AD on black background.


Color preview on white background

This text has color #C9D8AD on white background.



Black color preview on #C9D8AD background

This text has black color on #C9D8AD background.


White color preview on #C9D8AD background

This text has white color on #C9D8AD background.