COLOR #C9B7A7

HEX: #C9B7A7
RGB: (201,183,167)

Color info

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

RGB color model

#C9B7A7 color RGB value is (201,183,167).

  • red value is 201;
  • green value is 183;
  • blue value is 167.
RGB:
(201,183,167)
(79%,72%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 167 of 255 = 65%

201
183
167

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

Portions of RGB colors in percentages

R + G + B =
201 + 183 + 167 = 551 (100%)
R 201 of 551 ~ 36.48%
G 183 of 551 ~ 33.21%
B 167 of 551 ~ 30.31%

%36.48
%33.21
%30.31

CMYK color model

#C9B7A7 color CMYK value is (0,9,17,21).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 16.92%
  • key color value is 21.18%
CMYK:
(0,9,17,21)
C0M9Y17K21 
(0%,9%,17%,21%)
(0.00/0.09/0.17/0.21)	

CMYK percentages

%0
%8.96
%16.92
%21.18

Codes

Color #C9B7A7 in popluar color models

C9B7A7
RGB201183167
HSL28°23.94%72.16%
HSB/HSV28°16.92%78.82%
CMYK0.00%8.96%16.92%
21.18%

Color #C9B7A7 in popluar number systems.

HEXC9B7A7
Decimal201183167
Binary110010011011011110100111
Octal311267247

Shades and tints

Shades of #C9B7A7

#C9B7A7
(201,183,167)
#B7A798
(183,167,152)
#A59789
(165,151,137)
#93877A
(147,135,122)
#81776B
(129,119,107)
#6F675C
(111,103,92)
#5D574D
(93,87,77)
#4B473E
(75,71,62)
#39372F
(57,55,47)
#272720
(39,39,32)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #C9B7A7

#C9B7A7
(201,183,167)
#CDBDAF
(205,189,175)
#D1C3B7
(209,195,183)
#D5C9BF
(213,201,191)
#D9CFC7
(217,207,199)
#DDD5CF
(221,213,207)
#E1DBD7
(225,219,215)
#E5E1DF
(229,225,223)
#E9E7E7
(233,231,231)
#EDEDEF
(237,237,239)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B7A7; }

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

This text font color is #C9B7A7.


Background Color

.myBgColor { background-color: #C9B7A7; }

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

This div background color is #C9B7A7.


Border color

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

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

This div border color is #C9B7A7.


Opacity

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

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

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

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

This text has shadow with #C9B7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B7A7 on black background.


Color preview on white background

This text has color #C9B7A7 on white background.



Black color preview on #C9B7A7 background

This text has black color on #C9B7A7 background.


White color preview on #C9B7A7 background

This text has white color on #C9B7A7 background.