COLOR #D1D5FE

HEX: #D1D5FE
RGB: (209,213,254)

Color info

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

RGB color model

#D1D5FE color RGB value is (209,213,254).

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

RGB channels and saturation

R 209 of 255 = 82%
G 213 of 255 = 84%
B 254 of 255 = 100%

209
213
254

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

Portions of RGB colors in percentages

R + G + B =
209 + 213 + 254 = 676 (100%)
R 209 of 676 ~ 30.92%
G 213 of 676 ~ 31.51%
B 254 of 676 ~ 37.57%

%30.92
%31.51
%37.57

CMYK color model

#D1D5FE color CMYK value is (18,16,0,0).

  • cyan value is 17.72%
  • magenta value is 16.14%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(18,16,0,0)
C18M16Y0K0 
(18%,16%,0%,0%)
(0.18/0.16/0.00/0.00)	

CMYK percentages

%17.72
%16.14
%0
%0.39

Codes

Color #D1D5FE in popluar color models

D1D5FE
RGB209213254
HSL235°95.74%90.78%
HSB/HSV235°17.72%99.61%
CMYK17.72%16.14%0.00%
0.39%

Color #D1D5FE in popluar number systems.

HEXD1D5FE
Decimal209213254
Binary110100011101010111111110
Octal321325376

Shades and tints

Shades of #D1D5FE

#D1D5FE
(209,213,254)
#BEC2E7
(190,194,231)
#ABAFD0
(171,175,208)
#989CB9
(152,156,185)
#8589A2
(133,137,162)
#72768B
(114,118,139)
#5F6374
(95,99,116)
#4C505D
(76,80,93)
#393D46
(57,61,70)
#262A2F
(38,42,47)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #D1D5FE

#D1D5FE
(209,213,254)
#D5D8FE
(213,216,254)
#D9DBFE
(217,219,254)
#DDDEFE
(221,222,254)
#E1E1FE
(225,225,254)
#E5E4FE
(229,228,254)
#E9E7FE
(233,231,254)
#EDEAFE
(237,234,254)
#F1EDFE
(241,237,254)
#F5F0FE
(245,240,254)
#F9F3FE
(249,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D5FE; }

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

This text font color is #D1D5FE.


Background Color

.myBgColor { background-color: #D1D5FE; }

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

This div background color is #D1D5FE.


Border color

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

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

This div border color is #D1D5FE.


Opacity

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

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

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

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

This text has shadow with #D1D5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D5FE on black background.


Color preview on white background

This text has color #D1D5FE on white background.



Black color preview on #D1D5FE background

This text has black color on #D1D5FE background.


White color preview on #D1D5FE background

This text has white color on #D1D5FE background.