COLOR #C8AE9B

HEX: #C8AE9B
RGB: (200,174,155)

Color info

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

RGB color model

#C8AE9B color RGB value is (200,174,155).

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

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 155 of 255 = 61%

200
174
155

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

Portions of RGB colors in percentages

R + G + B =
200 + 174 + 155 = 529 (100%)
R 200 of 529 ~ 37.81%
G 174 of 529 ~ 32.89%
B 155 of 529 ~ 29.3%

%37.81
%32.89
%29.3

CMYK color model

#C8AE9B color CMYK value is (0,13,23,22).

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 22.50%
  • key color value is 21.57%
CMYK:
(0,13,23,22)
C0M13Y23K22 
(0%,13%,23%,22%)
(0.00/0.13/0.23/0.22)	

CMYK percentages

%0
%13
%22.5
%21.57

Codes

Color #C8AE9B in popluar color models

C8AE9B
RGB200174155
HSL25°29.03%69.61%
HSB/HSV25°22.50%78.43%
CMYK0.00%13.00%22.50%
21.57%

Color #C8AE9B in popluar number systems.

HEXC8AE9B
Decimal200174155
Binary110010001010111010011011
Octal310256233

Shades and tints

Shades of #C8AE9B

#C8AE9B
(200,174,155)
#B69F8D
(182,159,141)
#A4907F
(164,144,127)
#928171
(146,129,113)
#807263
(128,114,99)
#6E6355
(110,99,85)
#5C5447
(92,84,71)
#4A4539
(74,69,57)
#38362B
(56,54,43)
#26271D
(38,39,29)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #C8AE9B

#C8AE9B
(200,174,155)
#CDB5A4
(205,181,164)
#D2BCAD
(210,188,173)
#D7C3B6
(215,195,182)
#DCCABF
(220,202,191)
#E1D1C8
(225,209,200)
#E6D8D1
(230,216,209)
#EBDFDA
(235,223,218)
#F0E6E3
(240,230,227)
#F5EDEC
(245,237,236)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AE9B; }

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

This text font color is #C8AE9B.


Background Color

.myBgColor { background-color: #C8AE9B; }

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

This div background color is #C8AE9B.


Border color

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

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

This div border color is #C8AE9B.


Opacity

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

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

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

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

This text has shadow with #C8AE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AE9B on black background.


Color preview on white background

This text has color #C8AE9B on white background.



Black color preview on #C8AE9B background

This text has black color on #C8AE9B background.


White color preview on #C8AE9B background

This text has white color on #C8AE9B background.