COLOR #D1ADFE

HEX: #D1ADFE
RGB: (209,173,254)

Color info

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

RGB color model

#D1ADFE color RGB value is (209,173,254).

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

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 254 of 255 = 100%

209
173
254

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

Portions of RGB colors in percentages

R + G + B =
209 + 173 + 254 = 636 (100%)
R 209 of 636 ~ 32.86%
G 173 of 636 ~ 27.2%
B 254 of 636 ~ 39.94%

%32.86
%27.2
%39.94

CMYK color model

#D1ADFE color CMYK value is (18,32,0,0).

  • cyan value is 17.72%
  • magenta value is 31.89%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(18,32,0,0)
C18M32Y0K0 
(18%,32%,0%,0%)
(0.18/0.32/0.00/0.00)	

CMYK percentages

%17.72
%31.89
%0
%0.39

Codes

Color #D1ADFE in popluar color models

D1ADFE
RGB209173254
HSL267°97.59%83.73%
HSB/HSV267°31.89%99.61%
CMYK17.72%31.89%0.00%
0.39%

Color #D1ADFE in popluar number systems.

HEXD1ADFE
Decimal209173254
Binary110100011010110111111110
Octal321255376

Shades and tints

Shades of #D1ADFE

#D1ADFE
(209,173,254)
#BE9EE7
(190,158,231)
#AB8FD0
(171,143,208)
#9880B9
(152,128,185)
#8571A2
(133,113,162)
#72628B
(114,98,139)
#5F5374
(95,83,116)
#4C445D
(76,68,93)
#393546
(57,53,70)
#26262F
(38,38,47)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #D1ADFE

#D1ADFE
(209,173,254)
#D5B4FE
(213,180,254)
#D9BBFE
(217,187,254)
#DDC2FE
(221,194,254)
#E1C9FE
(225,201,254)
#E5D0FE
(229,208,254)
#E9D7FE
(233,215,254)
#EDDEFE
(237,222,254)
#F1E5FE
(241,229,254)
#F5ECFE
(245,236,254)
#F9F3FE
(249,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ADFE; }

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

This text font color is #D1ADFE.


Background Color

.myBgColor { background-color: #D1ADFE; }

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

This div background color is #D1ADFE.


Border color

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

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

This div border color is #D1ADFE.


Opacity

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

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

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

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

This text has shadow with #D1ADFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ADFE on black background.


Color preview on white background

This text has color #D1ADFE on white background.



Black color preview on #D1ADFE background

This text has black color on #D1ADFE background.


White color preview on #D1ADFE background

This text has white color on #D1ADFE background.