COLOR #C9D0AA

HEX: #C9D0AA RGB: (201,208,170)

Color info

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

RGB color model

#C9D0AA color RGB value is (201,208,170).

RGB: (201,208,170) (79%, 82%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 208 of 255 = 82%
B 170 of 255 = 67%

201
208
170

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

Portions of RGB colors in percentages

R + G + B = 201 + 208 + 170 = 579 (100%)
R 201 of 579 ~ 34.72%
G 208 of 579 ~ 35.92%
B 170 of 579 ~ 29.36'%

%34.72
%35.92
%29.36

CMYK color model

#C9D0AA color CMYK value is (3,0,18,18).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 18.43%

CMYK: (3,0,18,18)
C3M0Y18K18 (3%, 0%, 18%, 18%)
(0.03 / 0.00 / 0.18 / 0.18)

CMYK percentages

%3.37
%0
%18.27
%18.43

Codes

Color #C9D0AA in popluar color models

C9 D0 AA
RGB 201 208 170
HSL 71° 28.79% 74.12%
HSB/HSV 71° 18.27% 81.57%
CMYK 3.37% 0.00% 18.27%
18.43%

Color #C9D0AA in popluar number systems.

HEX C9 D0 AA
Decimal 201 208 170
Binary 11001001 11010000 10101010
Octal 311 320 252

Shades and tints

Shades of #C9D0AA

#C9D0AA
(201,208,170)
#B7BE9B
(183,190,155)
#A5AC8C
(165,172,140)
#939A7D
(147,154,125)
#81886E
(129,136,110)
#6F765F
(111,118,95)
#5D6450
(93,100,80)
#4B5241
(75,82,65)
#394032
(57,64,50)
#272E23
(39,46,35)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #C9D0AA

#C9D0AA
(201,208,170)
#CDD4B1
(205,212,177)
#D1D8B8
(209,216,184)
#D5DCBF
(213,220,191)
#D9E0C6
(217,224,198)
#DDE4CD
(221,228,205)
#E1E8D4
(225,232,212)
#E5ECDB
(229,236,219)
#E9F0E2
(233,240,226)
#EDF4E9
(237,244,233)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D0AA color. Also use rgb(201,208,170) instead hex code.

Text Font Color

.myTextColor { color: #C9D0AA; }

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

This text font color is #C9D0AA.

Background Color

.myBgColor { background-color: #C9D0AA; }

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

This div background color is #C9D0AA.

Border color

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

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

This div border color is #C9D0AA.

Opacity

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

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

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

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

This text has shadow with #C9D0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D0AA.

Preview

Color preview on black background

This text has color #C9D0AA on black background.


Color preview on white background

This text has color #C9D0AA on white background.


Black color preview on #C9D0AA background

This text has black color on #C9D0AA background.


White color preview on #C9D0AA background

This text has white color on #C9D0AA background.


Related colors

Complementary color

Complementary color for #hex is #362F55.


I love getcolorcode.com

Triadic colors

1 #AAC9D0 and #D0AAC9 with #C9D0AA are triadic colors.

2 #AAD0C9 and #D0C9AA with #C9D0AA are triadic colors.