COLOR #C9B9AD

HEX: #C9B9AD RGB: (201,185,173)

Color info

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

RGB color model

#C9B9AD color RGB value is (201,185,173).

RGB: (201,185,173) (79%, 73%, 68%)

RGB channels and saturation

R 201 of 255 = 79%
G 185 of 255 = 73%
B 173 of 255 = 68%

201
185
173

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

Portions of RGB colors in percentages

R + G + B = 201 + 185 + 173 = 559 (100%)
R 201 of 559 ~ 35.96%
G 185 of 559 ~ 33.09%
B 173 of 559 ~ 30.95'%

%35.96
%33.09
%30.95

CMYK color model

#C9B9AD color CMYK value is (0,8,14,21).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 13.93%
  • key color value is 21.18%

CMYK: (0,8,14,21)
C0M8Y14K21 (0%, 8%, 14%, 21%)
(0.00 / 0.08 / 0.14 / 0.21)

CMYK percentages

%0
%7.96
%13.93
%21.18

Codes

Color #C9B9AD in popluar color models

C9 B9 AD
RGB 201 185 173
HSL 26° 20.59% 73.33%
HSB/HSV 26° 13.93% 78.82%
CMYK 0.00% 7.96% 13.93%
21.18%

Color #C9B9AD in popluar number systems.

HEX C9 B9 AD
Decimal 201 185 173
Binary 11001001 10111001 10101101
Octal 311 271 255

Shades and tints

Shades of #C9B9AD

#C9B9AD
(201,185,173)
#B7A99E
(183,169,158)
#A5998F
(165,153,143)
#938980
(147,137,128)
#817971
(129,121,113)
#6F6962
(111,105,98)
#5D5953
(93,89,83)
#4B4944
(75,73,68)
#393935
(57,57,53)
#272926
(39,41,38)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #C9B9AD

#C9B9AD
(201,185,173)
#CDBFB4
(205,191,180)
#D1C5BB
(209,197,187)
#D5CBC2
(213,203,194)
#D9D1C9
(217,209,201)
#DDD7D0
(221,215,208)
#E1DDD7
(225,221,215)
#E5E3DE
(229,227,222)
#E9E9E5
(233,233,229)
#EDEFEC
(237,239,236)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B9AD; }

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

This text font color is #C9B9AD.

Background Color

.myBgColor { background-color: #C9B9AD; }

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

This div background color is #C9B9AD.

Border color

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

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

This div border color is #C9B9AD.

Opacity

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

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

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

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

This text has shadow with #C9B9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B9AD.

Preview

Color preview on black background

This text has color #C9B9AD on black background.


Color preview on white background

This text has color #C9B9AD on white background.


Black color preview on #C9B9AD background

This text has black color on #C9B9AD background.


White color preview on #C9B9AD background

This text has white color on #C9B9AD background.


Related colors

Complementary color

Complementary color for #hex is #364652.


I love getcolorcode.com

Triadic colors

1 #ADC9B9 and #B9ADC9 with #C9B9AD are triadic colors.

2 #ADB9C9 and #B9C9AD with #C9B9AD are triadic colors.