COLOR #C9AA9B

HEX: #C9AA9B
RGB: (201,170,155)

Color info

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

RGB color model

#C9AA9B color RGB value is (201,170,155).

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

RGB channels and saturation

R 201 of 255 = 79%
G 170 of 255 = 67%
B 155 of 255 = 61%

201
170
155

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

Portions of RGB colors in percentages

R + G + B =
201 + 170 + 155 = 526 (100%)
R 201 of 526 ~ 38.21%
G 170 of 526 ~ 32.32%
B 155 of 526 ~ 29.47%

%38.21
%32.32
%29.47

CMYK color model

#C9AA9B color CMYK value is (0,15,23,21).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 22.89%
  • key color value is 21.18%
CMYK:
(0,15,23,21)
C0M15Y23K21 
(0%,15%,23%,21%)
(0.00/0.15/0.23/0.21)	

CMYK percentages

%0
%15.42
%22.89
%21.18

Codes

Color #C9AA9B in popluar color models

C9AA9B
RGB201170155
HSL20°29.87%69.80%
HSB/HSV20°22.89%78.82%
CMYK0.00%15.42%22.89%
21.18%

Color #C9AA9B in popluar number systems.

HEXC9AA9B
Decimal201170155
Binary110010011010101010011011
Octal311252233

Shades and tints

Shades of #C9AA9B

#C9AA9B
(201,170,155)
#B79B8D
(183,155,141)
#A58C7F
(165,140,127)
#937D71
(147,125,113)
#816E63
(129,110,99)
#6F5F55
(111,95,85)
#5D5047
(93,80,71)
#4B4139
(75,65,57)
#39322B
(57,50,43)
#27231D
(39,35,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #C9AA9B

#C9AA9B
(201,170,155)
#CDB1A4
(205,177,164)
#D1B8AD
(209,184,173)
#D5BFB6
(213,191,182)
#D9C6BF
(217,198,191)
#DDCDC8
(221,205,200)
#E1D4D1
(225,212,209)
#E5DBDA
(229,219,218)
#E9E2E3
(233,226,227)
#EDE9EC
(237,233,236)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AA9B; }

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

This text font color is #C9AA9B.


Background Color

.myBgColor { background-color: #C9AA9B; }

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

This div background color is #C9AA9B.


Border color

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

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

This div border color is #C9AA9B.


Opacity

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

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

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

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

This text has shadow with #C9AA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AA9B on black background.


Color preview on white background

This text has color #C9AA9B on white background.



Black color preview on #C9AA9B background

This text has black color on #C9AA9B background.


White color preview on #C9AA9B background

This text has white color on #C9AA9B background.