COLOR #D2ADF8

HEX: #D2ADF8
RGB: (210,173,248)

Color info

#D2ADF8 contains mainly red and blue colors. Web safe color of #D2ADF8 is #CC99FF (or #C9F).

RGB color model

#D2ADF8 color RGB value is (210,173,248).

  • red value is 210;
  • green value is 173;
  • blue value is 248.
RGB:
(210,173,248)
(82%,68%,97%)

RGB channels and saturation

R 210 of 255 = 82%
G 173 of 255 = 68%
B 248 of 255 = 97%

210
173
248

R + G + B ~ 82%. #D2ADF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 173 + 248 = 631 (100%)
R 210 of 631 ~ 33.28%
G 173 of 631 ~ 27.42%
B 248 of 631 ~ 39.3%

%33.28
%27.42
%39.3

CMYK color model

#D2ADF8 color CMYK value is (15,30,0,3).

  • cyan value is 15.32%
  • magenta value is 30.24%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,30,0,3)
C15M30Y0K3 
(15%,30%,0%,3%)
(0.15/0.30/0.00/0.03)	

CMYK percentages

%15.32
%30.24
%0
%2.75

Codes

Color #D2ADF8 in popluar color models

D2ADF8
RGB210173248
HSL270°84.27%82.55%
HSB/HSV270°30.24%97.25%
CMYK15.32%30.24%0.00%
2.75%

Color #D2ADF8 in popluar number systems.

HEXD2ADF8
Decimal210173248
Binary110100101010110111111000
Octal322255370

Shades and tints

Shades of #D2ADF8

#D2ADF8
(210,173,248)
#BF9EE2
(191,158,226)
#AC8FCC
(172,143,204)
#9980B6
(153,128,182)
#8671A0
(134,113,160)
#73628A
(115,98,138)
#605374
(96,83,116)
#4D445E
(77,68,94)
#3A3548
(58,53,72)
#272632
(39,38,50)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #D2ADF8

#D2ADF8
(210,173,248)
#D6B4F8
(214,180,248)
#DABBF8
(218,187,248)
#DEC2F8
(222,194,248)
#E2C9F8
(226,201,248)
#E6D0F8
(230,208,248)
#EAD7F8
(234,215,248)
#EEDEF8
(238,222,248)
#F2E5F8
(242,229,248)
#F6ECF8
(246,236,248)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2ADF8 color. Also use rgb(210,173,248) instead hex code.

Text Font Color

.myTextColor { color: #D2ADF8; }

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

This text font color is #D2ADF8.


Background Color

.myBgColor { background-color: #D2ADF8; }

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

This div background color is #D2ADF8.


Border color

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

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

This div border color is #D2ADF8.


Opacity

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

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

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

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

This text has shadow with #D2ADF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ADF8 on black background.


Color preview on white background

This text has color #D2ADF8 on white background.



Black color preview on #D2ADF8 background

This text has black color on #D2ADF8 background.


White color preview on #D2ADF8 background

This text has white color on #D2ADF8 background.