COLOR #C8AC9A

HEX: #C8AC9A
RGB: (200,172,154)

Color info

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

RGB color model

#C8AC9A color RGB value is (200,172,154).

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

RGB channels and saturation

R 200 of 255 = 78%
G 172 of 255 = 67%
B 154 of 255 = 60%

200
172
154

R + G + B ~ 68%. #C8AC9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 172 + 154 = 526 (100%)
R 200 of 526 ~ 38.02%
G 172 of 526 ~ 32.7%
B 154 of 526 ~ 29.28%

%38.02
%32.7
%29.28

CMYK color model

#C8AC9A color CMYK value is (0,14,23,22).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 23.00%
  • key color value is 21.57%
CMYK:
(0,14,23,22)
C0M14Y23K22 
(0%,14%,23%,22%)
(0.00/0.14/0.23/0.22)	

CMYK percentages

%0
%14
%23
%21.57

Codes

Color #C8AC9A in popluar color models

C8AC9A
RGB200172154
HSL23°29.49%69.41%
HSB/HSV23°23.00%78.43%
CMYK0.00%14.00%23.00%
21.57%

Color #C8AC9A in popluar number systems.

HEXC8AC9A
Decimal200172154
Binary110010001010110010011010
Octal310254232

Shades and tints

Shades of #C8AC9A

#C8AC9A
(200,172,154)
#B69D8C
(182,157,140)
#A48E7E
(164,142,126)
#927F70
(146,127,112)
#807062
(128,112,98)
#6E6154
(110,97,84)
#5C5246
(92,82,70)
#4A4338
(74,67,56)
#38342A
(56,52,42)
#26251C
(38,37,28)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #C8AC9A

#C8AC9A
(200,172,154)
#CDB3A3
(205,179,163)
#D2BAAC
(210,186,172)
#D7C1B5
(215,193,181)
#DCC8BE
(220,200,190)
#E1CFC7
(225,207,199)
#E6D6D0
(230,214,208)
#EBDDD9
(235,221,217)
#F0E4E2
(240,228,226)
#F5EBEB
(245,235,235)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AC9A; }

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

This text font color is #C8AC9A.


Background Color

.myBgColor { background-color: #C8AC9A; }

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

This div background color is #C8AC9A.


Border color

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

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

This div border color is #C8AC9A.


Opacity

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

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

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

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

This text has shadow with #C8AC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AC9A on black background.


Color preview on white background

This text has color #C8AC9A on white background.



Black color preview on #C8AC9A background

This text has black color on #C8AC9A background.


White color preview on #C8AC9A background

This text has white color on #C8AC9A background.