COLOR #C9D7AC

HEX: #C9D7AC RGB: (201,215,172)

Color info

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

RGB color model

#C9D7AC color RGB value is (201,215,172).

RGB: (201,215,172) (79%, 84%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 215 of 255 = 84%
B 172 of 255 = 67%

201
215
172

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

Portions of RGB colors in percentages

R + G + B = 201 + 215 + 172 = 588 (100%)
R 201 of 588 ~ 34.18%
G 215 of 588 ~ 36.56%
B 172 of 588 ~ 29.25'%

%34.18
%36.56
%29.25

CMYK color model

#C9D7AC color CMYK value is (7,0,20,16).

  • cyan value is 6.51%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 15.69%

CMYK: (7,0,20,16)
C7M0Y20K16 (7%, 0%, 20%, 16%)
(0.07 / 0.00 / 0.20 / 0.16)

CMYK percentages

%6.51
%0
%20
%15.69

Codes

Color #C9D7AC in popluar color models

C9 D7 AC
RGB 201 215 172
HSL 80° 34.96% 75.88%
HSB/HSV 80° 20.00% 84.31%
CMYK 6.51% 0.00% 20.00%
15.69%

Color #C9D7AC in popluar number systems.

HEX C9 D7 AC
Decimal 201 215 172
Binary 11001001 11010111 10101100
Octal 311 327 254

Shades and tints

Shades of #C9D7AC

#C9D7AC
(201,215,172)
#B7C49D
(183,196,157)
#A5B18E
(165,177,142)
#939E7F
(147,158,127)
#818B70
(129,139,112)
#6F7861
(111,120,97)
#5D6552
(93,101,82)
#4B5243
(75,82,67)
#393F34
(57,63,52)
#272C25
(39,44,37)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #C9D7AC

#C9D7AC
(201,215,172)
#CDDAB3
(205,218,179)
#D1DDBA
(209,221,186)
#D5E0C1
(213,224,193)
#D9E3C8
(217,227,200)
#DDE6CF
(221,230,207)
#E1E9D6
(225,233,214)
#E5ECDD
(229,236,221)
#E9EFE4
(233,239,228)
#EDF2EB
(237,242,235)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D7AC color. Also use rgb(201,215,172) instead hex code.

Text Font Color

.myTextColor { color: #C9D7AC; }

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

This text font color is #C9D7AC.

Background Color

.myBgColor { background-color: #C9D7AC; }

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

This div background color is #C9D7AC.

Border color

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

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

This div border color is #C9D7AC.

Opacity

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

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

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

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

This text has shadow with #C9D7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D7AC.

Preview

Color preview on black background

This text has color #C9D7AC on black background.


Color preview on white background

This text has color #C9D7AC on white background.


Black color preview on #C9D7AC background

This text has black color on #C9D7AC background.


White color preview on #C9D7AC background

This text has white color on #C9D7AC background.


Related colors

Complementary color

Complementary color for #hex is #362853.


I love getcolorcode.com

Triadic colors

1 #ACC9D7 and #D7ACC9 with #C9D7AC are triadic colors.

2 #ACD7C9 and #D7C9AC with #C9D7AC are triadic colors.