COLOR #C8AE99

HEX: #C8AE99
RGB: (200,174,153)

Color info

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

RGB color model

#C8AE99 color RGB value is (200,174,153).

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

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 153 of 255 = 60%

200
174
153

R + G + B ~ 69%. #C8AE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 174 + 153 = 527 (100%)
R 200 of 527 ~ 37.95%
G 174 of 527 ~ 33.02%
B 153 of 527 ~ 29.03%

%37.95
%33.02
%29.03

CMYK color model

#C8AE99 color CMYK value is (0,13,24,22).

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 23.50%
  • key color value is 21.57%
CMYK:
(0,13,24,22)
C0M13Y24K22 
(0%,13%,24%,22%)
(0.00/0.13/0.24/0.22)	

CMYK percentages

%0
%13
%23.5
%21.57

Codes

Color #C8AE99 in popluar color models

C8AE99
RGB200174153
HSL27°29.94%69.22%
HSB/HSV27°23.50%78.43%
CMYK0.00%13.00%23.50%
21.57%

Color #C8AE99 in popluar number systems.

HEXC8AE99
Decimal200174153
Binary110010001010111010011001
Octal310256231

Shades and tints

Shades of #C8AE99

#C8AE99
(200,174,153)
#B69F8C
(182,159,140)
#A4907F
(164,144,127)
#928172
(146,129,114)
#807265
(128,114,101)
#6E6358
(110,99,88)
#5C544B
(92,84,75)
#4A453E
(74,69,62)
#383631
(56,54,49)
#262724
(38,39,36)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #C8AE99

#C8AE99
(200,174,153)
#CDB5A2
(205,181,162)
#D2BCAB
(210,188,171)
#D7C3B4
(215,195,180)
#DCCABD
(220,202,189)
#E1D1C6
(225,209,198)
#E6D8CF
(230,216,207)
#EBDFD8
(235,223,216)
#F0E6E1
(240,230,225)
#F5EDEA
(245,237,234)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AE99; }

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

This text font color is #C8AE99.


Background Color

.myBgColor { background-color: #C8AE99; }

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

This div background color is #C8AE99.


Border color

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

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

This div border color is #C8AE99.


Opacity

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

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

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

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

This text has shadow with #C8AE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AE99 on black background.


Color preview on white background

This text has color #C8AE99 on white background.



Black color preview on #C8AE99 background

This text has black color on #C8AE99 background.


White color preview on #C8AE99 background

This text has white color on #C8AE99 background.