COLOR #C9B7AE

HEX: #C9B7AE
RGB: (201,183,174)

Color info

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

RGB color model

#C9B7AE color RGB value is (201,183,174).

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

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 174 of 255 = 68%

201
183
174

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

Portions of RGB colors in percentages

R + G + B =
201 + 183 + 174 = 558 (100%)
R 201 of 558 ~ 36.02%
G 183 of 558 ~ 32.8%
B 174 of 558 ~ 31.18%

%36.02
%32.8
%31.18

CMYK color model

#C9B7AE color CMYK value is (0,9,13,21).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(0,9,13,21)
C0M9Y13K21 
(0%,9%,13%,21%)
(0.00/0.09/0.13/0.21)	

CMYK percentages

%0
%8.96
%13.43
%21.18

Codes

Color #C9B7AE in popluar color models

C9B7AE
RGB201183174
HSL20°20.00%73.53%
HSB/HSV20°13.43%78.82%
CMYK0.00%8.96%13.43%
21.18%

Color #C9B7AE in popluar number systems.

HEXC9B7AE
Decimal201183174
Binary110010011011011110101110
Octal311267256

Shades and tints

Shades of #C9B7AE

#C9B7AE
(201,183,174)
#B7A79F
(183,167,159)
#A59790
(165,151,144)
#938781
(147,135,129)
#817772
(129,119,114)
#6F6763
(111,103,99)
#5D5754
(93,87,84)
#4B4745
(75,71,69)
#393736
(57,55,54)
#272727
(39,39,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #C9B7AE

#C9B7AE
(201,183,174)
#CDBDB5
(205,189,181)
#D1C3BC
(209,195,188)
#D5C9C3
(213,201,195)
#D9CFCA
(217,207,202)
#DDD5D1
(221,213,209)
#E1DBD8
(225,219,216)
#E5E1DF
(229,225,223)
#E9E7E6
(233,231,230)
#EDEDED
(237,237,237)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B7AE; }

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

This text font color is #C9B7AE.


Background Color

.myBgColor { background-color: #C9B7AE; }

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

This div background color is #C9B7AE.


Border color

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

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

This div border color is #C9B7AE.


Opacity

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

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

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

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

This text has shadow with #C9B7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B7AE on black background.


Color preview on white background

This text has color #C9B7AE on white background.



Black color preview on #C9B7AE background

This text has black color on #C9B7AE background.


White color preview on #C9B7AE background

This text has white color on #C9B7AE background.