COLOR #D1ADF5

HEX: #D1ADF5
RGB: (209,173,245)

Color info

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

RGB color model

#D1ADF5 color RGB value is (209,173,245).

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

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 245 of 255 = 96%

209
173
245

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

Portions of RGB colors in percentages

R + G + B =
209 + 173 + 245 = 627 (100%)
R 209 of 627 ~ 33.33%
G 173 of 627 ~ 27.59%
B 245 of 627 ~ 39.07%

%33.33
%27.59
%39.07

CMYK color model

#D1ADF5 color CMYK value is (15,29,0,4).

  • cyan value is 14.69%
  • magenta value is 29.39%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(15,29,0,4)
C15M29Y0K4 
(15%,29%,0%,4%)
(0.15/0.29/0.00/0.04)	

CMYK percentages

%14.69
%29.39
%0
%3.92

Codes

Color #D1ADF5 in popluar color models

D1ADF5
RGB209173245
HSL270°78.26%81.96%
HSB/HSV270°29.39%96.08%
CMYK14.69%29.39%0.00%
3.92%

Color #D1ADF5 in popluar number systems.

HEXD1ADF5
Decimal209173245
Binary110100011010110111110101
Octal321255365

Shades and tints

Shades of #D1ADF5

#D1ADF5
(209,173,245)
#BE9EDF
(190,158,223)
#AB8FC9
(171,143,201)
#9880B3
(152,128,179)
#85719D
(133,113,157)
#726287
(114,98,135)
#5F5371
(95,83,113)
#4C445B
(76,68,91)
#393545
(57,53,69)
#26262F
(38,38,47)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #D1ADF5

#D1ADF5
(209,173,245)
#D5B4F5
(213,180,245)
#D9BBF5
(217,187,245)
#DDC2F5
(221,194,245)
#E1C9F5
(225,201,245)
#E5D0F5
(229,208,245)
#E9D7F5
(233,215,245)
#EDDEF5
(237,222,245)
#F1E5F5
(241,229,245)
#F5ECF5
(245,236,245)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ADF5; }

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

This text font color is #D1ADF5.


Background Color

.myBgColor { background-color: #D1ADF5; }

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

This div background color is #D1ADF5.


Border color

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

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

This div border color is #D1ADF5.


Opacity

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

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

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

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

This text has shadow with #D1ADF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ADF5 on black background.


Color preview on white background

This text has color #D1ADF5 on white background.



Black color preview on #D1ADF5 background

This text has black color on #D1ADF5 background.


White color preview on #D1ADF5 background

This text has white color on #D1ADF5 background.