COLOR #D1DAFD

HEX: #D1DAFD
RGB: (209,218,253)

Color info

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

RGB color model

#D1DAFD color RGB value is (209,218,253).

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

RGB channels and saturation

R 209 of 255 = 82%
G 218 of 255 = 85%
B 253 of 255 = 99%

209
218
253

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

Portions of RGB colors in percentages

R + G + B =
209 + 218 + 253 = 680 (100%)
R 209 of 680 ~ 30.74%
G 218 of 680 ~ 32.06%
B 253 of 680 ~ 37.21%

%30.74
%32.06
%37.21

CMYK color model

#D1DAFD color CMYK value is (17,14,0,1).

  • cyan value is 17.39%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,14,0,1)
C17M14Y0K1 
(17%,14%,0%,1%)
(0.17/0.14/0.00/0.01)	

CMYK percentages

%17.39
%13.83
%0
%0.78

Codes

Color #D1DAFD in popluar color models

D1DAFD
RGB209218253
HSL228°91.67%90.59%
HSB/HSV228°17.39%99.22%
CMYK17.39%13.83%0.00%
0.78%

Color #D1DAFD in popluar number systems.

HEXD1DAFD
Decimal209218253
Binary110100011101101011111101
Octal321332375

Shades and tints

Shades of #D1DAFD

#D1DAFD
(209,218,253)
#BEC7E6
(190,199,230)
#ABB4CF
(171,180,207)
#98A1B8
(152,161,184)
#858EA1
(133,142,161)
#727B8A
(114,123,138)
#5F6873
(95,104,115)
#4C555C
(76,85,92)
#394245
(57,66,69)
#262F2E
(38,47,46)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #D1DAFD

#D1DAFD
(209,218,253)
#D5DDFD
(213,221,253)
#D9E0FD
(217,224,253)
#DDE3FD
(221,227,253)
#E1E6FD
(225,230,253)
#E5E9FD
(229,233,253)
#E9ECFD
(233,236,253)
#EDEFFD
(237,239,253)
#F1F2FD
(241,242,253)
#F5F5FD
(245,245,253)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DAFD; }

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

This text font color is #D1DAFD.


Background Color

.myBgColor { background-color: #D1DAFD; }

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

This div background color is #D1DAFD.


Border color

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

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

This div border color is #D1DAFD.


Opacity

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

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

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

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

This text has shadow with #D1DAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DAFD on black background.


Color preview on white background

This text has color #D1DAFD on white background.



Black color preview on #D1DAFD background

This text has black color on #D1DAFD background.


White color preview on #D1DAFD background

This text has white color on #D1DAFD background.