COLOR #C9B9AA

HEX: #C9B9AA
RGB: (201,185,170)

Color info

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

RGB color model

#C9B9AA color RGB value is (201,185,170).

  • red value is 201;
  • green value is 185;
  • blue value is 170.
RGB:
(201,185,170)
(79%,73%,67%)

RGB channels and saturation

R 201 of 255 = 79%
G 185 of 255 = 73%
B 170 of 255 = 67%

201
185
170

R + G + B ~ 73%. #C9B9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 185 + 170 = 556 (100%)
R 201 of 556 ~ 36.15%
G 185 of 556 ~ 33.27%
B 170 of 556 ~ 30.58%

%36.15
%33.27
%30.58

CMYK color model

#C9B9AA color CMYK value is (0,8,15,21).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK:
(0,8,15,21)
C0M8Y15K21 
(0%,8%,15%,21%)
(0.00/0.08/0.15/0.21)	

CMYK percentages

%0
%7.96
%15.42
%21.18

Codes

Color #C9B9AA in popluar color models

C9B9AA
RGB201185170
HSL29°22.30%72.75%
HSB/HSV29°15.42%78.82%
CMYK0.00%7.96%15.42%
21.18%

Color #C9B9AA in popluar number systems.

HEXC9B9AA
Decimal201185170
Binary110010011011100110101010
Octal311271252

Shades and tints

Shades of #C9B9AA

#C9B9AA
(201,185,170)
#B7A99B
(183,169,155)
#A5998C
(165,153,140)
#93897D
(147,137,125)
#81796E
(129,121,110)
#6F695F
(111,105,95)
#5D5950
(93,89,80)
#4B4941
(75,73,65)
#393932
(57,57,50)
#272923
(39,41,35)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #C9B9AA

#C9B9AA
(201,185,170)
#CDBFB1
(205,191,177)
#D1C5B8
(209,197,184)
#D5CBBF
(213,203,191)
#D9D1C6
(217,209,198)
#DDD7CD
(221,215,205)
#E1DDD4
(225,221,212)
#E5E3DB
(229,227,219)
#E9E9E2
(233,233,226)
#EDEFE9
(237,239,233)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B9AA; }

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

This text font color is #C9B9AA.


Background Color

.myBgColor { background-color: #C9B9AA; }

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

This div background color is #C9B9AA.


Border color

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

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

This div border color is #C9B9AA.


Opacity

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

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

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

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

This text has shadow with #C9B9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B9AA on black background.


Color preview on white background

This text has color #C9B9AA on white background.



Black color preview on #C9B9AA background

This text has black color on #C9B9AA background.


White color preview on #C9B9AA background

This text has white color on #C9B9AA background.