COLOR #C9C1AE

HEX: #C9C1AE RGB: (201,193,174)

Color info

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

RGB color model

#C9C1AE color RGB value is (201,193,174).

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

RGB channels and saturation

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

201
193
174

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

Portions of RGB colors in percentages

R + G + B = 201 + 193 + 174 = 568 (100%)
R 201 of 568 ~ 35.39%
G 193 of 568 ~ 33.98%
B 174 of 568 ~ 30.63'%

%35.39
%33.98
%30.63

CMYK color model

#C9C1AE color CMYK value is (0,4,13,21).

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

CMYK: (0,4,13,21)
C0M4Y13K21 (0%, 4%, 13%, 21%)
(0.00 / 0.04 / 0.13 / 0.21)

CMYK percentages

%0
%3.98
%13.43
%21.18

Codes

Color #C9C1AE in popluar color models

C9 C1 AE
RGB 201 193 174
HSL 42° 20.00% 73.53%
HSB/HSV 42° 13.43% 78.82%
CMYK 0.00% 3.98% 13.43%
21.18%

Color #C9C1AE in popluar number systems.

HEX C9 C1 AE
Decimal 201 193 174
Binary 11001001 11000001 10101110
Octal 311 301 256

Shades and tints

Shades of #C9C1AE

#C9C1AE
(201,193,174)
#B7B09F
(183,176,159)
#A59F90
(165,159,144)
#938E81
(147,142,129)
#817D72
(129,125,114)
#6F6C63
(111,108,99)
#5D5B54
(93,91,84)
#4B4A45
(75,74,69)
#393936
(57,57,54)
#272827
(39,40,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #C9C1AE

#C9C1AE
(201,193,174)
#CDC6B5
(205,198,181)
#D1CBBC
(209,203,188)
#D5D0C3
(213,208,195)
#D9D5CA
(217,213,202)
#DDDAD1
(221,218,209)
#E1DFD8
(225,223,216)
#E5E4DF
(229,228,223)
#E9E9E6
(233,233,230)
#EDEEED
(237,238,237)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C1AE; }

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

This text font color is #C9C1AE.

Background Color

.myBgColor { background-color: #C9C1AE; }

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

This div background color is #C9C1AE.

Border color

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

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

This div border color is #C9C1AE.

Opacity

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

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

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

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

This text has shadow with #C9C1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C1AE.

Preview

Color preview on black background

This text has color #C9C1AE on black background.


Color preview on white background

This text has color #C9C1AE on white background.


Black color preview on #C9C1AE background

This text has black color on #C9C1AE background.


White color preview on #C9C1AE background

This text has white color on #C9C1AE background.


Related colors

Complementary color

Complementary color for #hex is #363E51.


I love getcolorcode.com

Triadic colors

1 #AEC9C1 and #C1AEC9 with #C9C1AE are triadic colors.

2 #AEC1C9 and #C1C9AE with #C9C1AE are triadic colors.