COLOR #D8ADE6

HEX: #D8ADE6
RGB: (216,173,230)

Color info

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

RGB color model

#D8ADE6 color RGB value is (216,173,230).

  • red value is 216;
  • green value is 173;
  • blue value is 230.
RGB:
(216,173,230)
(85%,68%,90%)

RGB channels and saturation

R 216 of 255 = 85%
G 173 of 255 = 68%
B 230 of 255 = 90%

216
173
230

R + G + B ~ 81%. #D8ADE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 173 + 230 = 619 (100%)
R 216 of 619 ~ 34.89%
G 173 of 619 ~ 27.95%
B 230 of 619 ~ 37.16%

%34.89
%27.95
%37.16

CMYK color model

#D8ADE6 color CMYK value is (6,25,0,10).

  • cyan value is 6.09%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(6,25,0,10)
C6M25Y0K10 
(6%,25%,0%,10%)
(0.06/0.25/0.00/0.10)	

CMYK percentages

%6.09
%24.78
%0
%9.8

Codes

Color #D8ADE6 in popluar color models

D8ADE6
RGB216173230
HSL285°53.27%79.02%
HSB/HSV285°24.78%90.20%
CMYK6.09%24.78%0.00%
9.80%

Color #D8ADE6 in popluar number systems.

HEXD8ADE6
Decimal216173230
Binary110110001010110111100110
Octal330255346

Shades and tints

Shades of #D8ADE6

#D8ADE6
(216,173,230)
#C59ED2
(197,158,210)
#B28FBE
(178,143,190)
#9F80AA
(159,128,170)
#8C7196
(140,113,150)
#796282
(121,98,130)
#66536E
(102,83,110)
#53445A
(83,68,90)
#403546
(64,53,70)
#2D2632
(45,38,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #D8ADE6

#D8ADE6
(216,173,230)
#DBB4E8
(219,180,232)
#DEBBEA
(222,187,234)
#E1C2EC
(225,194,236)
#E4C9EE
(228,201,238)
#E7D0F0
(231,208,240)
#EAD7F2
(234,215,242)
#EDDEF4
(237,222,244)
#F0E5F6
(240,229,246)
#F3ECF8
(243,236,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8ADE6 color. Also use rgb(216,173,230) instead hex code.

Text Font Color

.myTextColor { color: #D8ADE6; }

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

This text font color is #D8ADE6.


Background Color

.myBgColor { background-color: #D8ADE6; }

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

This div background color is #D8ADE6.


Border color

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

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

This div border color is #D8ADE6.


Opacity

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

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

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

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

This text has shadow with #D8ADE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ADE6 on black background.


Color preview on white background

This text has color #D8ADE6 on white background.



Black color preview on #D8ADE6 background

This text has black color on #D8ADE6 background.


White color preview on #D8ADE6 background

This text has white color on #D8ADE6 background.