COLOR #C8AEB0

HEX: #C8AEB0 RGB: (200,174,176)

Color info

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

RGB color model

#C8AEB0 color RGB value is (200,174,176).

RGB: (200,174,176) (78%, 68%, 69%)

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 176 of 255 = 69%

200
174
176

R + G + B ~ 72%. #C8AEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 174 + 176 = 550 (100%)
R 200 of 550 ~ 36.36%
G 174 of 550 ~ 31.64%
B 176 of 550 ~ 32'%

%36.36
%31.64
%32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 12.00%
  • key color value is 21.57%

CMYK: (0,13,12,22)
C0M13Y12K22 (0%, 13%, 12%, 22%)
(0.00 / 0.13 / 0.12 / 0.22)

CMYK percentages

%0
%13
%12
%21.57

Codes

Color #C8AEB0 in popluar color models

C8 AE B0
RGB 200 174 176
HSL 355° 19.12% 73.33%
HSB/HSV 355° 13.00% 78.43%
CMYK 0.00% 13.00% 12.00%
21.57%

Color #C8AEB0 in popluar number systems.

HEX C8 AE B0
Decimal 200 174 176
Binary 11001000 10101110 10110000
Octal 310 256 260

Shades and tints

Shades of #C8AEB0

#C8AEB0
(200,174,176)
#B69FA0
(182,159,160)
#A49090
(164,144,144)
#928180
(146,129,128)
#807270
(128,114,112)
#6E6360
(110,99,96)
#5C5450
(92,84,80)
#4A4540
(74,69,64)
#383630
(56,54,48)
#262720
(38,39,32)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #C8AEB0

#C8AEB0
(200,174,176)
#CDB5B7
(205,181,183)
#D2BCBE
(210,188,190)
#D7C3C5
(215,195,197)
#DCCACC
(220,202,204)
#E1D1D3
(225,209,211)
#E6D8DA
(230,216,218)
#EBDFE1
(235,223,225)
#F0E6E8
(240,230,232)
#F5EDEF
(245,237,239)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AEB0; }

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

This text font color is #C8AEB0.

Background Color

.myBgColor { background-color: #C8AEB0; }

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

This div background color is #C8AEB0.

Border color

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

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

This div border color is #C8AEB0.

Opacity

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

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

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

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

This text has shadow with #C8AEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AEB0.

Preview

Color preview on black background

This text has color #C8AEB0 on black background.


Color preview on white background

This text has color #C8AEB0 on white background.


Black color preview on #C8AEB0 background

This text has black color on #C8AEB0 background.


White color preview on #C8AEB0 background

This text has white color on #C8AEB0 background.


Related colors

Complementary color

Complementary color for #hex is #37514F.


I love getcolorcode.com

Triadic colors

1 #B0C8AE and #AEB0C8 with #C8AEB0 are triadic colors.

2 #B0AEC8 and #AEC8B0 with #C8AEB0 are triadic colors.