COLOR #C8ACD2

HEX: #C8ACD2
RGB: (200,172,210)

Color info

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

RGB color model

#C8ACD2 color RGB value is (200,172,210).

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

RGB channels and saturation

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

200
172
210

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

Portions of RGB colors in percentages

R + G + B =
200 + 172 + 210 = 582 (100%)
R 200 of 582 ~ 34.36%
G 172 of 582 ~ 29.55%
B 210 of 582 ~ 36.08%

%34.36
%29.55
%36.08

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,18,0,18)
C5M18Y0K18 
(5%,18%,0%,18%)
(0.05/0.18/0.00/0.18)	

CMYK percentages

%4.76
%18.1
%0
%17.65

Codes

Color #C8ACD2 in popluar color models

C8ACD2
RGB200172210
HSL284°29.69%74.90%
HSB/HSV284°18.10%82.35%
CMYK4.76%18.10%0.00%
17.65%

Color #C8ACD2 in popluar number systems.

HEXC8ACD2
Decimal200172210
Binary110010001010110011010010
Octal310254322

Shades and tints

Shades of #C8ACD2

#C8ACD2
(200,172,210)
#B69DBF
(182,157,191)
#A48EAC
(164,142,172)
#927F99
(146,127,153)
#807086
(128,112,134)
#6E6173
(110,97,115)
#5C5260
(92,82,96)
#4A434D
(74,67,77)
#38343A
(56,52,58)
#262527
(38,37,39)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #C8ACD2

#C8ACD2
(200,172,210)
#CDB3D6
(205,179,214)
#D2BADA
(210,186,218)
#D7C1DE
(215,193,222)
#DCC8E2
(220,200,226)
#E1CFE6
(225,207,230)
#E6D6EA
(230,214,234)
#EBDDEE
(235,221,238)
#F0E4F2
(240,228,242)
#F5EBF6
(245,235,246)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ACD2; }

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

This text font color is #C8ACD2.


Background Color

.myBgColor { background-color: #C8ACD2; }

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

This div background color is #C8ACD2.


Border color

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

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

This div border color is #C8ACD2.


Opacity

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

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

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

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

This text has shadow with #C8ACD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ACD2 on black background.


Color preview on white background

This text has color #C8ACD2 on white background.



Black color preview on #C8ACD2 background

This text has black color on #C8ACD2 background.


White color preview on #C8ACD2 background

This text has white color on #C8ACD2 background.