COLOR #C8AE9C

HEX: #C8AE9C RGB: (200,174,156)

Color info

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

RGB color model

#C8AE9C color RGB value is (200,174,156).

RGB: (200,174,156) (78%, 68%, 61%)

RGB channels and saturation

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

200
174
156

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

Portions of RGB colors in percentages

R + G + B = 200 + 174 + 156 = 530 (100%)
R 200 of 530 ~ 37.74%
G 174 of 530 ~ 32.83%
B 156 of 530 ~ 29.43'%

%37.74
%32.83
%29.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 22.00%
  • key color value is 21.57%
CMYK: (0,13,22,22) C0M13Y22K22 (0%,13%,22%,22%) (0.00/0.13/0.22/0.22) 

CMYK percentages

%0
%13
%22
%21.57

Codes

Color #C8AE9C in popluar color models

C8 AE 9C
RGB 200 174 156
HSL 25° 28.57% 69.80%
HSB/HSV 25° 22.00% 78.43%
CMYK 0.00% 13.00% 22.00%
21.57%

Color #C8AE9C in popluar number systems.

HEX C8 AE 9C
Decimal 200 174 156
Binary 11001000 10101110 10011100
Octal 310 256 234

Shades and tints

Shades of #C8AE9C

#C8AE9C
(200,174,156)
#B69F8E
(182,159,142)
#A49080
(164,144,128)
#928172
(146,129,114)
#807264
(128,114,100)
#6E6356
(110,99,86)
#5C5448
(92,84,72)
#4A453A
(74,69,58)
#38362C
(56,54,44)
#26271E
(38,39,30)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #C8AE9C

#C8AE9C
(200,174,156)
#CDB5A5
(205,181,165)
#D2BCAE
(210,188,174)
#D7C3B7
(215,195,183)
#DCCAC0
(220,202,192)
#E1D1C9
(225,209,201)
#E6D8D2
(230,216,210)
#EBDFDB
(235,223,219)
#F0E6E4
(240,230,228)
#F5EDED
(245,237,237)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AE9C; }

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

This text font color is #C8AE9C.

Background Color

.myBgColor { background-color: #C8AE9C; }

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

This div background color is #C8AE9C.

Border color

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

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

This div border color is #C8AE9C.

Opacity

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

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

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

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

This text has shadow with #C8AE9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AE9C.

Preview

Color preview on black background

This text has color #C8AE9C on black background.


Color preview on white background

This text has color #C8AE9C on white background.


Black color preview on #C8AE9C background

This text has black color on #C8AE9C background.


White color preview on #C8AE9C background

This text has white color on #C8AE9C background.


Related colors

Complementary color

Complementary color for #hex is #375163.


I love getcolorcode.com

Triadic colors

1 #9CC8AE and #AE9CC8 with #C8AE9C are triadic colors.

2 #9CAEC8 and #AEC89C with #C8AE9C are triadic colors.