COLOR #C9B4A7

HEX: #C9B4A7 RGB: (201,180,167)

Color info

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

RGB color model

#C9B4A7 color RGB value is (201,180,167).

RGB: (201,180,167) (79%, 71%, 65%)

RGB channels and saturation

R 201 of 255 = 79%
G 180 of 255 = 71%
B 167 of 255 = 65%

201
180
167

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

Portions of RGB colors in percentages

R + G + B = 201 + 180 + 167 = 548 (100%)
R 201 of 548 ~ 36.68%
G 180 of 548 ~ 32.85%
B 167 of 548 ~ 30.47'%

%36.68
%32.85
%30.47

CMYK color model

#C9B4A7 color CMYK value is (0,10,17,21).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 16.92%
  • key color value is 21.18%

CMYK: (0,10,17,21)
C0M10Y17K21 (0%, 10%, 17%, 21%)
(0.00 / 0.10 / 0.17 / 0.21)

CMYK percentages

%0
%10.45
%16.92
%21.18

Codes

Color #C9B4A7 in popluar color models

C9 B4 A7
RGB 201 180 167
HSL 23° 23.94% 72.16%
HSB/HSV 23° 16.92% 78.82%
CMYK 0.00% 10.45% 16.92%
21.18%

Color #C9B4A7 in popluar number systems.

HEX C9 B4 A7
Decimal 201 180 167
Binary 11001001 10110100 10100111
Octal 311 264 247

Shades and tints

Shades of #C9B4A7

#C9B4A7
(201,180,167)
#B7A498
(183,164,152)
#A59489
(165,148,137)
#93847A
(147,132,122)
#81746B
(129,116,107)
#6F645C
(111,100,92)
#5D544D
(93,84,77)
#4B443E
(75,68,62)
#39342F
(57,52,47)
#272420
(39,36,32)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #C9B4A7

#C9B4A7
(201,180,167)
#CDBAAF
(205,186,175)
#D1C0B7
(209,192,183)
#D5C6BF
(213,198,191)
#D9CCC7
(217,204,199)
#DDD2CF
(221,210,207)
#E1D8D7
(225,216,215)
#E5DEDF
(229,222,223)
#E9E4E7
(233,228,231)
#EDEAEF
(237,234,239)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B4A7; }

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

This text font color is #C9B4A7.

Background Color

.myBgColor { background-color: #C9B4A7; }

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

This div background color is #C9B4A7.

Border color

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

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

This div border color is #C9B4A7.

Opacity

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

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

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

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

This text has shadow with #C9B4A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B4A7.

Preview

Color preview on black background

This text has color #C9B4A7 on black background.


Color preview on white background

This text has color #C9B4A7 on white background.


Black color preview on #C9B4A7 background

This text has black color on #C9B4A7 background.


White color preview on #C9B4A7 background

This text has white color on #C9B4A7 background.


Related colors

Complementary color

Complementary color for #hex is #364B58.


I love getcolorcode.com

Triadic colors

1 #A7C9B4 and #B4A7C9 with #C9B4A7 are triadic colors.

2 #A7B4C9 and #B4C9A7 with #C9B4A7 are triadic colors.