COLOR #C9B0AF

HEX: #C9B0AF
RGB: (201,176,175)

Color info

#C9B0AF contains red, green and blue colors in about the same proportion. Web safe color of #C9B0AF is #CC9999 (or #C99).

RGB color model

#C9B0AF color RGB value is (201,176,175).

  • red value is 201;
  • green value is 176;
  • blue value is 175.
RGB:
(201,176,175)
(79%,69%,69%)

RGB channels and saturation

R 201 of 255 = 79%
G 176 of 255 = 69%
B 175 of 255 = 69%

201
176
175

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

Portions of RGB colors in percentages

R + G + B =
201 + 176 + 175 = 552 (100%)
R 201 of 552 ~ 36.41%
G 176 of 552 ~ 31.88%
B 175 of 552 ~ 31.7%

%36.41
%31.88
%31.7

CMYK color model

#C9B0AF color CMYK value is (0,12,13,21).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 12.94%
  • key color value is 21.18%
CMYK:
(0,12,13,21)
C0M12Y13K21 
(0%,12%,13%,21%)
(0.00/0.12/0.13/0.21)	

CMYK percentages

%0
%12.44
%12.94
%21.18

Codes

Color #C9B0AF in popluar color models

C9B0AF
RGB201176175
HSL19.40%73.73%
HSB/HSV12.94%78.82%
CMYK0.00%12.44%12.94%
21.18%

Color #C9B0AF in popluar number systems.

HEXC9B0AF
Decimal201176175
Binary110010011011000010101111
Octal311260257

Shades and tints

Shades of #C9B0AF

#C9B0AF
(201,176,175)
#B7A0A0
(183,160,160)
#A59091
(165,144,145)
#938082
(147,128,130)
#817073
(129,112,115)
#6F6064
(111,96,100)
#5D5055
(93,80,85)
#4B4046
(75,64,70)
#393037
(57,48,55)
#272028
(39,32,40)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #C9B0AF

#C9B0AF
(201,176,175)
#CDB7B6
(205,183,182)
#D1BEBD
(209,190,189)
#D5C5C4
(213,197,196)
#D9CCCB
(217,204,203)
#DDD3D2
(221,211,210)
#E1DAD9
(225,218,217)
#E5E1E0
(229,225,224)
#E9E8E7
(233,232,231)
#EDEFEE
(237,239,238)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B0AF color. Also use rgb(201,176,175) instead hex code.

Text Font Color

.myTextColor { color: #C9B0AF; }

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

This text font color is #C9B0AF.


Background Color

.myBgColor { background-color: #C9B0AF; }

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

This div background color is #C9B0AF.


Border color

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

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

This div border color is #C9B0AF.


Opacity

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

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

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

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

This text has shadow with #C9B0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B0AF on black background.


Color preview on white background

This text has color #C9B0AF on white background.



Black color preview on #C9B0AF background

This text has black color on #C9B0AF background.


White color preview on #C9B0AF background

This text has white color on #C9B0AF background.