COLOR #C9B0AC

HEX: #C9B0AC RGB: (201,176,172)

Color info

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

RGB color model

#C9B0AC color RGB value is (201,176,172).

RGB: (201,176,172) (79%, 69%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 176 of 255 = 69%
B 172 of 255 = 67%

201
176
172

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

Portions of RGB colors in percentages

R + G + B = 201 + 176 + 172 = 549 (100%)
R 201 of 549 ~ 36.61%
G 176 of 549 ~ 32.06%
B 172 of 549 ~ 31.33'%

%36.61
%32.06
%31.33

CMYK color model

#C9B0AC color CMYK value is (0,12,14,21).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 14.43%
  • key color value is 21.18%

CMYK: (0,12,14,21)
C0M12Y14K21 (0%, 12%, 14%, 21%)
(0.00 / 0.12 / 0.14 / 0.21)

CMYK percentages

%0
%12.44
%14.43
%21.18

Codes

Color #C9B0AC in popluar color models

C9 B0 AC
RGB 201 176 172
HSL 21.17% 73.14%
HSB/HSV 14.43% 78.82%
CMYK 0.00% 12.44% 14.43%
21.18%

Color #C9B0AC in popluar number systems.

HEX C9 B0 AC
Decimal 201 176 172
Binary 11001001 10110000 10101100
Octal 311 260 254

Shades and tints

Shades of #C9B0AC

#C9B0AC
(201,176,172)
#B7A09D
(183,160,157)
#A5908E
(165,144,142)
#93807F
(147,128,127)
#817070
(129,112,112)
#6F6061
(111,96,97)
#5D5052
(93,80,82)
#4B4043
(75,64,67)
#393034
(57,48,52)
#272025
(39,32,37)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #C9B0AC

#C9B0AC
(201,176,172)
#CDB7B3
(205,183,179)
#D1BEBA
(209,190,186)
#D5C5C1
(213,197,193)
#D9CCC8
(217,204,200)
#DDD3CF
(221,211,207)
#E1DAD6
(225,218,214)
#E5E1DD
(229,225,221)
#E9E8E4
(233,232,228)
#EDEFEB
(237,239,235)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B0AC; }

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

This text font color is #C9B0AC.

Background Color

.myBgColor { background-color: #C9B0AC; }

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

This div background color is #C9B0AC.

Border color

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

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

This div border color is #C9B0AC.

Opacity

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

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

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

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

This text has shadow with #C9B0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B0AC.

Preview

Color preview on black background

This text has color #C9B0AC on black background.


Color preview on white background

This text has color #C9B0AC on white background.


Black color preview on #C9B0AC background

This text has black color on #C9B0AC background.


White color preview on #C9B0AC background

This text has white color on #C9B0AC background.


Related colors

Complementary color

Complementary color for #hex is #364F53.


I love getcolorcode.com

Triadic colors

1 #ACC9B0 and #B0ACC9 with #C9B0AC are triadic colors.

2 #ACB0C9 and #B0C9AC with #C9B0AC are triadic colors.