COLOR #C9C2AE

HEX: #C9C2AE RGB: (201,194,174)

Color info

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

RGB color model

#C9C2AE color RGB value is (201,194,174).

RGB: (201,194,174) (79%, 76%, 68%)

RGB channels and saturation

R 201 of 255 = 79%
G 194 of 255 = 76%
B 174 of 255 = 68%

201
194
174

R + G + B ~ 74%. #C9C2AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 194 + 174 = 569 (100%)
R 201 of 569 ~ 35.33%
G 194 of 569 ~ 34.09%
B 174 of 569 ~ 30.58'%

%35.33
%34.09
%30.58

CMYK color model

#C9C2AE color CMYK value is (0,3,13,21).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 13.43%
  • key color value is 21.18%

CMYK: (0,3,13,21)
C0M3Y13K21 (0%, 3%, 13%, 21%)
(0.00 / 0.03 / 0.13 / 0.21)

CMYK percentages

%0
%3.48
%13.43
%21.18

Codes

Color #C9C2AE in popluar color models

C9 C2 AE
RGB 201 194 174
HSL 44° 20.00% 73.53%
HSB/HSV 44° 13.43% 78.82%
CMYK 0.00% 3.48% 13.43%
21.18%

Color #C9C2AE in popluar number systems.

HEX C9 C2 AE
Decimal 201 194 174
Binary 11001001 11000010 10101110
Octal 311 302 256

Shades and tints

Shades of #C9C2AE

#C9C2AE
(201,194,174)
#B7B19F
(183,177,159)
#A5A090
(165,160,144)
#938F81
(147,143,129)
#817E72
(129,126,114)
#6F6D63
(111,109,99)
#5D5C54
(93,92,84)
#4B4B45
(75,75,69)
#393A36
(57,58,54)
#272927
(39,41,39)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #C9C2AE

#C9C2AE
(201,194,174)
#CDC7B5
(205,199,181)
#D1CCBC
(209,204,188)
#D5D1C3
(213,209,195)
#D9D6CA
(217,214,202)
#DDDBD1
(221,219,209)
#E1E0D8
(225,224,216)
#E5E5DF
(229,229,223)
#E9EAE6
(233,234,230)
#EDEFED
(237,239,237)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C2AE; }

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

This text font color is #C9C2AE.

Background Color

.myBgColor { background-color: #C9C2AE; }

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

This div background color is #C9C2AE.

Border color

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

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

This div border color is #C9C2AE.

Opacity

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

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

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

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

This text has shadow with #C9C2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C2AE.

Preview

Color preview on black background

This text has color #C9C2AE on black background.


Color preview on white background

This text has color #C9C2AE on white background.


Black color preview on #C9C2AE background

This text has black color on #C9C2AE background.


White color preview on #C9C2AE background

This text has white color on #C9C2AE background.


Related colors

Complementary color

Complementary color for #hex is #363D51.


I love getcolorcode.com

Triadic colors

1 #AEC9C2 and #C2AEC9 with #C9C2AE are triadic colors.

2 #AEC2C9 and #C2C9AE with #C9C2AE are triadic colors.