COLOR #D1DAFF

HEX: #D1DAFF
RGB: (209,218,255)

Color info

#D1DAFF contains red, green and blue colors in about the same proportion. Web safe color of #D1DAFF is #CCCCFF (or #CCF).

RGB color model

#D1DAFF color RGB value is (209,218,255).

  • red value is 209;
  • green value is 218;
  • blue value is 255.
RGB:
(209,218,255)
(82%,85%,100%)

RGB channels and saturation

R 209 of 255 = 82%
G 218 of 255 = 85%
B 255 of 255 = 100%

209
218
255

R + G + B ~ 89%. #D1DAFF is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 218 + 255 = 682 (100%)
R 209 of 682 ~ 30.65%
G 218 of 682 ~ 31.96%
B 255 of 682 ~ 37.39%

%30.65
%31.96
%37.39

CMYK color model

#D1DAFF color CMYK value is (18,15,0,0).

  • cyan value is 18.04%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,15,0,0)
C18M15Y0K0 
(18%,15%,0%,0%)
(0.18/0.15/0.00/0.00)	

CMYK percentages

%18.04
%14.51
%0
%0

Codes

Color #D1DAFF in popluar color models

D1DAFF
RGB209218255
HSL228°100.00%90.98%
HSB/HSV228°18.04%100.00%
CMYK18.04%14.51%0.00%
0.00%

Color #D1DAFF in popluar number systems.

HEXD1DAFF
Decimal209218255
Binary110100011101101011111111
Octal321332377

Shades and tints

Shades of #D1DAFF

#D1DAFF
(209,218,255)
#BEC7E8
(190,199,232)
#ABB4D1
(171,180,209)
#98A1BA
(152,161,186)
#858EA3
(133,142,163)
#727B8C
(114,123,140)
#5F6875
(95,104,117)
#4C555E
(76,85,94)
#394247
(57,66,71)
#262F30
(38,47,48)
#131C19
(19,28,25)
#000000
(0,0,0)

Tints of #D1DAFF

#D1DAFF
(209,218,255)
#D5DDFF
(213,221,255)
#D9E0FF
(217,224,255)
#DDE3FF
(221,227,255)
#E1E6FF
(225,230,255)
#E5E9FF
(229,233,255)
#E9ECFF
(233,236,255)
#EDEFFF
(237,239,255)
#F1F2FF
(241,242,255)
#F5F5FF
(245,245,255)
#F9F8FF
(249,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DAFF color. Also use rgb(209,218,255) instead hex code.

Text Font Color

.myTextColor { color: #D1DAFF; }

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

This text font color is #D1DAFF.


Background Color

.myBgColor { background-color: #D1DAFF; }

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

This div background color is #D1DAFF.


Border color

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

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

This div border color is #D1DAFF.


Opacity

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

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

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

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

This text has shadow with #D1DAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DAFF on black background.


Color preview on white background

This text has color #D1DAFF on white background.



Black color preview on #D1DAFF background

This text has black color on #D1DAFF background.


White color preview on #D1DAFF background

This text has white color on #D1DAFF background.