COLOR #C8AAD2

HEX: #C8AAD2
RGB: (200,170,210)

Color info

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

RGB color model

#C8AAD2 color RGB value is (200,170,210).

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

RGB channels and saturation

R 200 of 255 = 78%
G 170 of 255 = 67%
B 210 of 255 = 82%

200
170
210

R + G + B ~ 76%. #C8AAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 170 + 210 = 580 (100%)
R 200 of 580 ~ 34.48%
G 170 of 580 ~ 29.31%
B 210 of 580 ~ 36.21%

%34.48
%29.31
%36.21

CMYK color model

#C8AAD2 color CMYK value is (5,19,0,18).

  • cyan value is 4.76%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,19,0,18)
C5M19Y0K18 
(5%,19%,0%,18%)
(0.05/0.19/0.00/0.18)	

CMYK percentages

%4.76
%19.05
%0
%17.65

Codes

Color #C8AAD2 in popluar color models

C8AAD2
RGB200170210
HSL285°30.77%74.51%
HSB/HSV285°19.05%82.35%
CMYK4.76%19.05%0.00%
17.65%

Color #C8AAD2 in popluar number systems.

HEXC8AAD2
Decimal200170210
Binary110010001010101011010010
Octal310252322

Shades and tints

Shades of #C8AAD2

#C8AAD2
(200,170,210)
#B69BBF
(182,155,191)
#A48CAC
(164,140,172)
#927D99
(146,125,153)
#806E86
(128,110,134)
#6E5F73
(110,95,115)
#5C5060
(92,80,96)
#4A414D
(74,65,77)
#38323A
(56,50,58)
#262327
(38,35,39)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C8AAD2

#C8AAD2
(200,170,210)
#CDB1D6
(205,177,214)
#D2B8DA
(210,184,218)
#D7BFDE
(215,191,222)
#DCC6E2
(220,198,226)
#E1CDE6
(225,205,230)
#E6D4EA
(230,212,234)
#EBDBEE
(235,219,238)
#F0E2F2
(240,226,242)
#F5E9F6
(245,233,246)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AAD2; }

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

This text font color is #C8AAD2.


Background Color

.myBgColor { background-color: #C8AAD2; }

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

This div background color is #C8AAD2.


Border color

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

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

This div border color is #C8AAD2.


Opacity

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

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

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

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

This text has shadow with #C8AAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AAD2 on black background.


Color preview on white background

This text has color #C8AAD2 on white background.



Black color preview on #C8AAD2 background

This text has black color on #C8AAD2 background.


White color preview on #C8AAD2 background

This text has white color on #C8AAD2 background.