COLOR #C8B9AC

HEX: #C8B9AC
RGB: (200,185,172)

Color info

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

RGB color model

#C8B9AC color RGB value is (200,185,172).

  • red value is 200;
  • green value is 185;
  • blue value is 172.
RGB:
(200,185,172)
(78%,73%,67%)

RGB channels and saturation

R 200 of 255 = 78%
G 185 of 255 = 73%
B 172 of 255 = 67%

200
185
172

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

Portions of RGB colors in percentages

R + G + B =
200 + 185 + 172 = 557 (100%)
R 200 of 557 ~ 35.91%
G 185 of 557 ~ 33.21%
B 172 of 557 ~ 30.88%

%35.91
%33.21
%30.88

CMYK color model

#C8B9AC color CMYK value is (0,8,14,22).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 14.00%
  • key color value is 21.57%
CMYK:
(0,8,14,22)
C0M8Y14K22 
(0%,8%,14%,22%)
(0.00/0.08/0.14/0.22)	

CMYK percentages

%0
%7.5
%14
%21.57

Codes

Color #C8B9AC in popluar color models

C8B9AC
RGB200185172
HSL28°20.29%72.94%
HSB/HSV28°14.00%78.43%
CMYK0.00%7.50%14.00%
21.57%

Color #C8B9AC in popluar number systems.

HEXC8B9AC
Decimal200185172
Binary110010001011100110101100
Octal310271254

Shades and tints

Shades of #C8B9AC

#C8B9AC
(200,185,172)
#B6A99D
(182,169,157)
#A4998E
(164,153,142)
#92897F
(146,137,127)
#807970
(128,121,112)
#6E6961
(110,105,97)
#5C5952
(92,89,82)
#4A4943
(74,73,67)
#383934
(56,57,52)
#262925
(38,41,37)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #C8B9AC

#C8B9AC
(200,185,172)
#CDBFB3
(205,191,179)
#D2C5BA
(210,197,186)
#D7CBC1
(215,203,193)
#DCD1C8
(220,209,200)
#E1D7CF
(225,215,207)
#E6DDD6
(230,221,214)
#EBE3DD
(235,227,221)
#F0E9E4
(240,233,228)
#F5EFEB
(245,239,235)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B9AC color. Also use rgb(200,185,172) instead hex code.

Text Font Color

.myTextColor { color: #C8B9AC; }

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

This text font color is #C8B9AC.


Background Color

.myBgColor { background-color: #C8B9AC; }

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

This div background color is #C8B9AC.


Border color

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

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

This div border color is #C8B9AC.


Opacity

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

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

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

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

This text has shadow with #C8B9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B9AC on black background.


Color preview on white background

This text has color #C8B9AC on white background.



Black color preview on #C8B9AC background

This text has black color on #C8B9AC background.


White color preview on #C8B9AC background

This text has white color on #C8B9AC background.