COLOR #C8AEAC

HEX: #C8AEAC
RGB: (200,174,172)

Color info

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

RGB color model

#C8AEAC color RGB value is (200,174,172).

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

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 172 of 255 = 67%

200
174
172

R + G + B ~ 71%. #C8AEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 174 + 172 = 546 (100%)
R 200 of 546 ~ 36.63%
G 174 of 546 ~ 31.87%
B 172 of 546 ~ 31.5%

%36.63
%31.87
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 14.00%
  • key color value is 21.57%
CMYK:
(0,13,14,22)
C0M13Y14K22 
(0%,13%,14%,22%)
(0.00/0.13/0.14/0.22)	

CMYK percentages

%0
%13
%14
%21.57

Codes

Color #C8AEAC in popluar color models

C8AEAC
RGB200174172
HSL20.29%72.94%
HSB/HSV14.00%78.43%
CMYK0.00%13.00%14.00%
21.57%

Color #C8AEAC in popluar number systems.

HEXC8AEAC
Decimal200174172
Binary110010001010111010101100
Octal310256254

Shades and tints

Shades of #C8AEAC

#C8AEAC
(200,174,172)
#B69F9D
(182,159,157)
#A4908E
(164,144,142)
#92817F
(146,129,127)
#807270
(128,114,112)
#6E6361
(110,99,97)
#5C5452
(92,84,82)
#4A4543
(74,69,67)
#383634
(56,54,52)
#262725
(38,39,37)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #C8AEAC

#C8AEAC
(200,174,172)
#CDB5B3
(205,181,179)
#D2BCBA
(210,188,186)
#D7C3C1
(215,195,193)
#DCCAC8
(220,202,200)
#E1D1CF
(225,209,207)
#E6D8D6
(230,216,214)
#EBDFDD
(235,223,221)
#F0E6E4
(240,230,228)
#F5EDEB
(245,237,235)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AEAC; }

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

This text font color is #C8AEAC.


Background Color

.myBgColor { background-color: #C8AEAC; }

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

This div background color is #C8AEAC.


Border color

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

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

This div border color is #C8AEAC.


Opacity

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

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

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

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

This text has shadow with #C8AEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AEAC on black background.


Color preview on white background

This text has color #C8AEAC on white background.



Black color preview on #C8AEAC background

This text has black color on #C8AEAC background.


White color preview on #C8AEAC background

This text has white color on #C8AEAC background.