COLOR #C8AABA

HEX: #C8AABA
RGB: (200,170,186)

Color info

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

RGB color model

#C8AABA color RGB value is (200,170,186).

  • red value is 200;
  • green value is 170;
  • blue value is 186.
RGB:
(200,170,186)
(78%,67%,73%)

RGB channels and saturation

R 200 of 255 = 78%
G 170 of 255 = 67%
B 186 of 255 = 73%

200
170
186

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

Portions of RGB colors in percentages

R + G + B =
200 + 170 + 186 = 556 (100%)
R 200 of 556 ~ 35.97%
G 170 of 556 ~ 30.58%
B 186 of 556 ~ 33.45%

%35.97
%30.58
%33.45

CMYK color model

#C8AABA color CMYK value is (0,15,7,22).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 7.00%
  • key color value is 21.57%
CMYK:
(0,15,7,22)
C0M15Y7K22 
(0%,15%,7%,22%)
(0.00/0.15/0.07/0.22)	

CMYK percentages

%0
%15
%7
%21.57

Codes

Color #C8AABA in popluar color models

C8AABA
RGB200170186
HSL328°21.43%72.55%
HSB/HSV328°15.00%78.43%
CMYK0.00%15.00%7.00%
21.57%

Color #C8AABA in popluar number systems.

HEXC8AABA
Decimal200170186
Binary110010001010101010111010
Octal310252272

Shades and tints

Shades of #C8AABA

#C8AABA
(200,170,186)
#B69BAA
(182,155,170)
#A48C9A
(164,140,154)
#927D8A
(146,125,138)
#806E7A
(128,110,122)
#6E5F6A
(110,95,106)
#5C505A
(92,80,90)
#4A414A
(74,65,74)
#38323A
(56,50,58)
#26232A
(38,35,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #C8AABA

#C8AABA
(200,170,186)
#CDB1C0
(205,177,192)
#D2B8C6
(210,184,198)
#D7BFCC
(215,191,204)
#DCC6D2
(220,198,210)
#E1CDD8
(225,205,216)
#E6D4DE
(230,212,222)
#EBDBE4
(235,219,228)
#F0E2EA
(240,226,234)
#F5E9F0
(245,233,240)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AABA; }

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

This text font color is #C8AABA.


Background Color

.myBgColor { background-color: #C8AABA; }

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

This div background color is #C8AABA.


Border color

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

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

This div border color is #C8AABA.


Opacity

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

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

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

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

This text has shadow with #C8AABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AABA on black background.


Color preview on white background

This text has color #C8AABA on white background.



Black color preview on #C8AABA background

This text has black color on #C8AABA background.


White color preview on #C8AABA background

This text has white color on #C8AABA background.