COLOR #C8ADD1

HEX: #C8ADD1
RGB: (200,173,209)

Color info

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

RGB color model

#C8ADD1 color RGB value is (200,173,209).

  • red value is 200;
  • green value is 173;
  • blue value is 209.
RGB:
(200,173,209)
(78%,68%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 209 of 255 = 82%

200
173
209

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

Portions of RGB colors in percentages

R + G + B =
200 + 173 + 209 = 582 (100%)
R 200 of 582 ~ 34.36%
G 173 of 582 ~ 29.73%
B 209 of 582 ~ 35.91%

%34.36
%29.73
%35.91

CMYK color model

#C8ADD1 color CMYK value is (4,17,0,18).

  • cyan value is 4.31%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,17,0,18)
C4M17Y0K18 
(4%,17%,0%,18%)
(0.04/0.17/0.00/0.18)	

CMYK percentages

%4.31
%17.22
%0
%18.04

Codes

Color #C8ADD1 in popluar color models

C8ADD1
RGB200173209
HSL285°28.13%74.90%
HSB/HSV285°17.22%81.96%
CMYK4.31%17.22%0.00%
18.04%

Color #C8ADD1 in popluar number systems.

HEXC8ADD1
Decimal200173209
Binary110010001010110111010001
Octal310255321

Shades and tints

Shades of #C8ADD1

#C8ADD1
(200,173,209)
#B69EBE
(182,158,190)
#A48FAB
(164,143,171)
#928098
(146,128,152)
#807185
(128,113,133)
#6E6272
(110,98,114)
#5C535F
(92,83,95)
#4A444C
(74,68,76)
#383539
(56,53,57)
#262626
(38,38,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #C8ADD1

#C8ADD1
(200,173,209)
#CDB4D5
(205,180,213)
#D2BBD9
(210,187,217)
#D7C2DD
(215,194,221)
#DCC9E1
(220,201,225)
#E1D0E5
(225,208,229)
#E6D7E9
(230,215,233)
#EBDEED
(235,222,237)
#F0E5F1
(240,229,241)
#F5ECF5
(245,236,245)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8ADD1 color. Also use rgb(200,173,209) instead hex code.

Text Font Color

.myTextColor { color: #C8ADD1; }

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

This text font color is #C8ADD1.


Background Color

.myBgColor { background-color: #C8ADD1; }

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

This div background color is #C8ADD1.


Border color

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

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

This div border color is #C8ADD1.


Opacity

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

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

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

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

This text has shadow with #C8ADD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ADD1 on black background.


Color preview on white background

This text has color #C8ADD1 on white background.



Black color preview on #C8ADD1 background

This text has black color on #C8ADD1 background.


White color preview on #C8ADD1 background

This text has white color on #C8ADD1 background.