COLOR #C9CDAA

HEX: #C9CDAA RGB: (201,205,170)

Color info

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

RGB color model

#C9CDAA color RGB value is (201,205,170).

RGB: (201,205,170) (79%, 80%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 170 of 255 = 67%

201
205
170

R + G + B ~ 75%. #C9CDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 205 + 170 = 576 (100%)
R 201 of 576 ~ 34.9%
G 205 of 576 ~ 35.59%
B 170 of 576 ~ 29.51'%

%34.9
%35.59
%29.51

CMYK color model

#C9CDAA color CMYK value is (2,0,17,20).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 19.61%
CMYK: (2,0,17,20) C2M0Y17K20 (2%,0%,17%,20%) (0.02/0.00/0.17/0.20) 

CMYK percentages

%1.95
%0
%17.07
%19.61

Codes

Color #C9CDAA in popluar color models

C9 CD AA
RGB 201 205 170
HSL 67° 25.93% 73.53%
HSB/HSV 67° 17.07% 80.39%
CMYK 1.95% 0.00% 17.07%
19.61%

Color #C9CDAA in popluar number systems.

HEX C9 CD AA
Decimal 201 205 170
Binary 11001001 11001101 10101010
Octal 311 315 252

Shades and tints

Shades of #C9CDAA

#C9CDAA
(201,205,170)
#B7BB9B
(183,187,155)
#A5A98C
(165,169,140)
#93977D
(147,151,125)
#81856E
(129,133,110)
#6F735F
(111,115,95)
#5D6150
(93,97,80)
#4B4F41
(75,79,65)
#393D32
(57,61,50)
#272B23
(39,43,35)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #C9CDAA

#C9CDAA
(201,205,170)
#CDD1B1
(205,209,177)
#D1D5B8
(209,213,184)
#D5D9BF
(213,217,191)
#D9DDC6
(217,221,198)
#DDE1CD
(221,225,205)
#E1E5D4
(225,229,212)
#E5E9DB
(229,233,219)
#E9EDE2
(233,237,226)
#EDF1E9
(237,241,233)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CDAA; }

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

This text font color is #C9CDAA.

Background Color

.myBgColor { background-color: #C9CDAA; }

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

This div background color is #C9CDAA.

Border color

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

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

This div border color is #C9CDAA.

Opacity

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

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

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

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

This text has shadow with #C9CDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CDAA.

Preview

Color preview on black background

This text has color #C9CDAA on black background.


Color preview on white background

This text has color #C9CDAA on white background.


Black color preview on #C9CDAA background

This text has black color on #C9CDAA background.


White color preview on #C9CDAA background

This text has white color on #C9CDAA background.


Related colors

Complementary color

Complementary color for #hex is #363255.


I love getcolorcode.com

Triadic colors

1 #AAC9CD and #CDAAC9 with #C9CDAA are triadic colors.

2 #AACDC9 and #CDC9AA with #C9CDAA are triadic colors.