COLOR #C9AE9B

HEX: #C9AE9B RGB: (201,174,155)

Color info

#C9AE9B contains red, green and blue colors in about the same proportion. Web safe color of #C9AE9B is #CC9999 (or #C99).

RGB color model

#C9AE9B color RGB value is (201,174,155).

RGB: (201,174,155) (79%, 68%, 61%)

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 155 of 255 = 61%

201
174
155

R + G + B ~ 69%. #C9AE9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 174 + 155 = 530 (100%)
R 201 of 530 ~ 37.92%
G 174 of 530 ~ 32.83%
B 155 of 530 ~ 29.25'%

%37.92
%32.83
%29.25

CMYK color model

#C9AE9B color CMYK value is (0,13,23,21).

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

CMYK: (0,13,23,21)
C0M13Y23K21 (0%, 13%, 23%, 21%)
(0.00 / 0.13 / 0.23 / 0.21)

CMYK percentages

%0
%13.43
%22.89
%21.18

Codes

Color #C9AE9B in popluar color models

C9 AE 9B
RGB 201 174 155
HSL 25° 29.87% 69.80%
HSB/HSV 25° 22.89% 78.82%
CMYK 0.00% 13.43% 22.89%
21.18%

Color #C9AE9B in popluar number systems.

HEX C9 AE 9B
Decimal 201 174 155
Binary 11001001 10101110 10011011
Octal 311 256 233

Shades and tints

Shades of #C9AE9B

#C9AE9B
(201,174,155)
#B79F8D
(183,159,141)
#A5907F
(165,144,127)
#938171
(147,129,113)
#817263
(129,114,99)
#6F6355
(111,99,85)
#5D5447
(93,84,71)
#4B4539
(75,69,57)
#39362B
(57,54,43)
#27271D
(39,39,29)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #C9AE9B

#C9AE9B
(201,174,155)
#CDB5A4
(205,181,164)
#D1BCAD
(209,188,173)
#D5C3B6
(213,195,182)
#D9CABF
(217,202,191)
#DDD1C8
(221,209,200)
#E1D8D1
(225,216,209)
#E5DFDA
(229,223,218)
#E9E6E3
(233,230,227)
#EDEDEC
(237,237,236)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AE9B; }

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

This text font color is #C9AE9B.

Background Color

.myBgColor { background-color: #C9AE9B; }

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

This div background color is #C9AE9B.

Border color

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

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

This div border color is #C9AE9B.

Opacity

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

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

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

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

This text has shadow with #C9AE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AE9B.

Preview

Color preview on black background

This text has color #C9AE9B on black background.


Color preview on white background

This text has color #C9AE9B on white background.


Black color preview on #C9AE9B background

This text has black color on #C9AE9B background.


White color preview on #C9AE9B background

This text has white color on #C9AE9B background.


Related colors

Complementary color

Complementary color for #hex is #365164.


I love getcolorcode.com

Triadic colors

1 #9BC9AE and #AE9BC9 with #C9AE9B are triadic colors.

2 #9BAEC9 and #AEC99B with #C9AE9B are triadic colors.