COLOR #D2ADFC

HEX: #D2ADFC
RGB: (210,173,252)

Color info

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

RGB color model

#D2ADFC color RGB value is (210,173,252).

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

RGB channels and saturation

R 210 of 255 = 82%
G 173 of 255 = 68%
B 252 of 255 = 99%

210
173
252

R + G + B ~ 83%. #D2ADFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 173 + 252 = 635 (100%)
R 210 of 635 ~ 33.07%
G 173 of 635 ~ 27.24%
B 252 of 635 ~ 39.69%

%33.07
%27.24
%39.69

CMYK color model

#D2ADFC color CMYK value is (17,31,0,1).

  • cyan value is 16.67%
  • magenta value is 31.35%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(17,31,0,1)
C17M31Y0K1 
(17%,31%,0%,1%)
(0.17/0.31/0.00/0.01)	

CMYK percentages

%16.67
%31.35
%0
%1.18

Codes

Color #D2ADFC in popluar color models

D2ADFC
RGB210173252
HSL268°92.94%83.33%
HSB/HSV268°31.35%98.82%
CMYK16.67%31.35%0.00%
1.18%

Color #D2ADFC in popluar number systems.

HEXD2ADFC
Decimal210173252
Binary110100101010110111111100
Octal322255374

Shades and tints

Shades of #D2ADFC

#D2ADFC
(210,173,252)
#BF9EE6
(191,158,230)
#AC8FD0
(172,143,208)
#9980BA
(153,128,186)
#8671A4
(134,113,164)
#73628E
(115,98,142)
#605378
(96,83,120)
#4D4462
(77,68,98)
#3A354C
(58,53,76)
#272636
(39,38,54)
#141720
(20,23,32)
#000000
(0,0,0)

Tints of #D2ADFC

#D2ADFC
(210,173,252)
#D6B4FC
(214,180,252)
#DABBFC
(218,187,252)
#DEC2FC
(222,194,252)
#E2C9FC
(226,201,252)
#E6D0FC
(230,208,252)
#EAD7FC
(234,215,252)
#EEDEFC
(238,222,252)
#F2E5FC
(242,229,252)
#F6ECFC
(246,236,252)
#FAF3FC
(250,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ADFC; }

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

This text font color is #D2ADFC.


Background Color

.myBgColor { background-color: #D2ADFC; }

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

This div background color is #D2ADFC.


Border color

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

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

This div border color is #D2ADFC.


Opacity

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

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

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

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

This text has shadow with #D2ADFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ADFC on black background.


Color preview on white background

This text has color #D2ADFC on white background.



Black color preview on #D2ADFC background

This text has black color on #D2ADFC background.


White color preview on #D2ADFC background

This text has white color on #D2ADFC background.