COLOR #C8AEBA

HEX: #C8AEBA RGB: (200,174,186)

Color info

#C8AEBA contains red, green and blue colors in about the same proportion. Web safe color of #C8AEBA is #CC99CC (or #C9C).

RGB color model

#C8AEBA color RGB value is (200,174,186).

RGB: (200,174,186) (78%, 68%, 73%)

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 186 of 255 = 73%

200
174
186

R + G + B ~ 73%. #C8AEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 174 + 186 = 560 (100%)
R 200 of 560 ~ 35.71%
G 174 of 560 ~ 31.07%
B 186 of 560 ~ 33.21'%

%35.71
%31.07
%33.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 7.00%
  • key color value is 21.57%
CMYK: (0,13,7,22) C0M13Y7K22 (0%,13%,7%,22%) (0.00/0.13/0.07/0.22) 

CMYK percentages

%0
%13
%7
%21.57

Codes

Color #C8AEBA in popluar color models

C8 AE BA
RGB 200 174 186
HSL 332° 19.12% 73.33%
HSB/HSV 332° 13.00% 78.43%
CMYK 0.00% 13.00% 7.00%
21.57%

Color #C8AEBA in popluar number systems.

HEX C8 AE BA
Decimal 200 174 186
Binary 11001000 10101110 10111010
Octal 310 256 272

Shades and tints

Shades of #C8AEBA

#C8AEBA
(200,174,186)
#B69FAA
(182,159,170)
#A4909A
(164,144,154)
#92818A
(146,129,138)
#80727A
(128,114,122)
#6E636A
(110,99,106)
#5C545A
(92,84,90)
#4A454A
(74,69,74)
#38363A
(56,54,58)
#26272A
(38,39,42)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #C8AEBA

#C8AEBA
(200,174,186)
#CDB5C0
(205,181,192)
#D2BCC6
(210,188,198)
#D7C3CC
(215,195,204)
#DCCAD2
(220,202,210)
#E1D1D8
(225,209,216)
#E6D8DE
(230,216,222)
#EBDFE4
(235,223,228)
#F0E6EA
(240,230,234)
#F5EDF0
(245,237,240)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AEBA; }

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

This text font color is #C8AEBA.

Background Color

.myBgColor { background-color: #C8AEBA; }

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

This div background color is #C8AEBA.

Border color

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

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

This div border color is #C8AEBA.

Opacity

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

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

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

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

This text has shadow with #C8AEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AEBA.

Preview

Color preview on black background

This text has color #C8AEBA on black background.


Color preview on white background

This text has color #C8AEBA on white background.


Black color preview on #C8AEBA background

This text has black color on #C8AEBA background.


White color preview on #C8AEBA background

This text has white color on #C8AEBA background.


Related colors

Complementary color

Complementary color for #hex is #375145.


I love getcolorcode.com

Triadic colors

1 #BAC8AE and #AEBAC8 with #C8AEBA are triadic colors.

2 #BAAEC8 and #AEC8BA with #C8AEBA are triadic colors.