COLOR #C8ACD5

HEX: #C8ACD5
RGB: (200,172,213)

Color info

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

RGB color model

#C8ACD5 color RGB value is (200,172,213).

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

RGB channels and saturation

R 200 of 255 = 78%
G 172 of 255 = 67%
B 213 of 255 = 84%

200
172
213

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

Portions of RGB colors in percentages

R + G + B =
200 + 172 + 213 = 585 (100%)
R 200 of 585 ~ 34.19%
G 172 of 585 ~ 29.4%
B 213 of 585 ~ 36.41%

%34.19
%29.4
%36.41

CMYK color model

#C8ACD5 color CMYK value is (6,19,0,16).

  • cyan value is 6.10%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(6,19,0,16)
C6M19Y0K16 
(6%,19%,0%,16%)
(0.06/0.19/0.00/0.16)	

CMYK percentages

%6.1
%19.25
%0
%16.47

Codes

Color #C8ACD5 in popluar color models

C8ACD5
RGB200172213
HSL281°32.80%75.49%
HSB/HSV281°19.25%83.53%
CMYK6.10%19.25%0.00%
16.47%

Color #C8ACD5 in popluar number systems.

HEXC8ACD5
Decimal200172213
Binary110010001010110011010101
Octal310254325

Shades and tints

Shades of #C8ACD5

#C8ACD5
(200,172,213)
#B69DC2
(182,157,194)
#A48EAF
(164,142,175)
#927F9C
(146,127,156)
#807089
(128,112,137)
#6E6176
(110,97,118)
#5C5263
(92,82,99)
#4A4350
(74,67,80)
#38343D
(56,52,61)
#26252A
(38,37,42)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #C8ACD5

#C8ACD5
(200,172,213)
#CDB3D8
(205,179,216)
#D2BADB
(210,186,219)
#D7C1DE
(215,193,222)
#DCC8E1
(220,200,225)
#E1CFE4
(225,207,228)
#E6D6E7
(230,214,231)
#EBDDEA
(235,221,234)
#F0E4ED
(240,228,237)
#F5EBF0
(245,235,240)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ACD5; }

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

This text font color is #C8ACD5.


Background Color

.myBgColor { background-color: #C8ACD5; }

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

This div background color is #C8ACD5.


Border color

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

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

This div border color is #C8ACD5.


Opacity

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

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

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

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

This text has shadow with #C8ACD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ACD5 on black background.


Color preview on white background

This text has color #C8ACD5 on white background.



Black color preview on #C8ACD5 background

This text has black color on #C8ACD5 background.


White color preview on #C8ACD5 background

This text has white color on #C8ACD5 background.