COLOR #C8AE96

HEX: #C8AE96
RGB: (200,174,150)

Color info

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

RGB color model

#C8AE96 color RGB value is (200,174,150).

  • red value is 200;
  • green value is 174;
  • blue value is 150.
RGB:
(200,174,150)
(78%,68%,59%)

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 150 of 255 = 59%

200
174
150

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

Portions of RGB colors in percentages

R + G + B =
200 + 174 + 150 = 524 (100%)
R 200 of 524 ~ 38.17%
G 174 of 524 ~ 33.21%
B 150 of 524 ~ 28.63%

%38.17
%33.21
%28.63

CMYK color model

#C8AE96 color CMYK value is (0,13,25,22).

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK:
(0,13,25,22)
C0M13Y25K22 
(0%,13%,25%,22%)
(0.00/0.13/0.25/0.22)	

CMYK percentages

%0
%13
%25
%21.57

Codes

Color #C8AE96 in popluar color models

C8AE96
RGB200174150
HSL29°31.25%68.63%
HSB/HSV29°25.00%78.43%
CMYK0.00%13.00%25.00%
21.57%

Color #C8AE96 in popluar number systems.

HEXC8AE96
Decimal200174150
Binary110010001010111010010110
Octal310256226

Shades and tints

Shades of #C8AE96

#C8AE96
(200,174,150)
#B69F89
(182,159,137)
#A4907C
(164,144,124)
#92816F
(146,129,111)
#807262
(128,114,98)
#6E6355
(110,99,85)
#5C5448
(92,84,72)
#4A453B
(74,69,59)
#38362E
(56,54,46)
#262721
(38,39,33)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #C8AE96

#C8AE96
(200,174,150)
#CDB59F
(205,181,159)
#D2BCA8
(210,188,168)
#D7C3B1
(215,195,177)
#DCCABA
(220,202,186)
#E1D1C3
(225,209,195)
#E6D8CC
(230,216,204)
#EBDFD5
(235,223,213)
#F0E6DE
(240,230,222)
#F5EDE7
(245,237,231)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AE96 color. Also use rgb(200,174,150) instead hex code.

Text Font Color

.myTextColor { color: #C8AE96; }

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

This text font color is #C8AE96.


Background Color

.myBgColor { background-color: #C8AE96; }

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

This div background color is #C8AE96.


Border color

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

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

This div border color is #C8AE96.


Opacity

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

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

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

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

This text has shadow with #C8AE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AE96 on black background.


Color preview on white background

This text has color #C8AE96 on white background.



Black color preview on #C8AE96 background

This text has black color on #C8AE96 background.


White color preview on #C8AE96 background

This text has white color on #C8AE96 background.