COLOR #C9B9A7

HEX: #C9B9A7 RGB: (201,185,167)

Color info

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

RGB color model

#C9B9A7 color RGB value is (201,185,167).

RGB: (201,185,167) (79%, 73%, 65%)

RGB channels and saturation

R 201 of 255 = 79%
G 185 of 255 = 73%
B 167 of 255 = 65%

201
185
167

R + G + B ~ 72%. #C9B9A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 185 + 167 = 553 (100%)
R 201 of 553 ~ 36.35%
G 185 of 553 ~ 33.45%
B 167 of 553 ~ 30.2'%

%36.35
%33.45
%30.2

CMYK color model

#C9B9A7 color CMYK value is (0,8,17,21).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 16.92%
  • key color value is 21.18%
CMYK: (0,8,17,21) C0M8Y17K21 (0%,8%,17%,21%) (0.00/0.08/0.17/0.21) 

CMYK percentages

%0
%7.96
%16.92
%21.18

Codes

Color #C9B9A7 in popluar color models

C9 B9 A7
RGB 201 185 167
HSL 32° 23.94% 72.16%
HSB/HSV 32° 16.92% 78.82%
CMYK 0.00% 7.96% 16.92%
21.18%

Color #C9B9A7 in popluar number systems.

HEX C9 B9 A7
Decimal 201 185 167
Binary 11001001 10111001 10100111
Octal 311 271 247

Shades and tints

Shades of #C9B9A7

#C9B9A7
(201,185,167)
#B7A998
(183,169,152)
#A59989
(165,153,137)
#93897A
(147,137,122)
#81796B
(129,121,107)
#6F695C
(111,105,92)
#5D594D
(93,89,77)
#4B493E
(75,73,62)
#39392F
(57,57,47)
#272920
(39,41,32)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #C9B9A7

#C9B9A7
(201,185,167)
#CDBFAF
(205,191,175)
#D1C5B7
(209,197,183)
#D5CBBF
(213,203,191)
#D9D1C7
(217,209,199)
#DDD7CF
(221,215,207)
#E1DDD7
(225,221,215)
#E5E3DF
(229,227,223)
#E9E9E7
(233,233,231)
#EDEFEF
(237,239,239)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B9A7; }

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

This text font color is #C9B9A7.

Background Color

.myBgColor { background-color: #C9B9A7; }

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

This div background color is #C9B9A7.

Border color

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

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

This div border color is #C9B9A7.

Opacity

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

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

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

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

This text has shadow with #C9B9A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B9A7.

Preview

Color preview on black background

This text has color #C9B9A7 on black background.


Color preview on white background

This text has color #C9B9A7 on white background.


Black color preview on #C9B9A7 background

This text has black color on #C9B9A7 background.


White color preview on #C9B9A7 background

This text has white color on #C9B9A7 background.


Related colors

Complementary color

Complementary color for #hex is #364658.


I love getcolorcode.com

Triadic colors

1 #A7C9B9 and #B9A7C9 with #C9B9A7 are triadic colors.

2 #A7B9C9 and #B9C9A7 with #C9B9A7 are triadic colors.