COLOR #D1D2FD

HEX: #D1D2FD
RGB: (209,210,253)

Color info

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

RGB color model

#D1D2FD color RGB value is (209,210,253).

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

RGB channels and saturation

R 209 of 255 = 82%
G 210 of 255 = 82%
B 253 of 255 = 99%

209
210
253

R + G + B ~ 88%. #D1D2FD is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 210 + 253 = 672 (100%)
R 209 of 672 ~ 31.1%
G 210 of 672 ~ 31.25%
B 253 of 672 ~ 37.65%

%31.1
%31.25
%37.65

CMYK color model

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

  • cyan value is 17.39%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,17,0,1)
C17M17Y0K1 
(17%,17%,0%,1%)
(0.17/0.17/0.00/0.01)	

CMYK percentages

%17.39
%17
%0
%0.78

Codes

Color #D1D2FD in popluar color models

D1D2FD
RGB209210253
HSL239°91.67%90.59%
HSB/HSV239°17.39%99.22%
CMYK17.39%17.00%0.00%
0.78%

Color #D1D2FD in popluar number systems.

HEXD1D2FD
Decimal209210253
Binary110100011101001011111101
Octal321322375

Shades and tints

Shades of #D1D2FD

#D1D2FD
(209,210,253)
#BEBFE6
(190,191,230)
#ABACCF
(171,172,207)
#9899B8
(152,153,184)
#8586A1
(133,134,161)
#72738A
(114,115,138)
#5F6073
(95,96,115)
#4C4D5C
(76,77,92)
#393A45
(57,58,69)
#26272E
(38,39,46)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #D1D2FD

#D1D2FD
(209,210,253)
#D5D6FD
(213,214,253)
#D9DAFD
(217,218,253)
#DDDEFD
(221,222,253)
#E1E2FD
(225,226,253)
#E5E6FD
(229,230,253)
#E9EAFD
(233,234,253)
#EDEEFD
(237,238,253)
#F1F2FD
(241,242,253)
#F5F6FD
(245,246,253)
#F9FAFD
(249,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D2FD; }

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

This text font color is #D1D2FD.


Background Color

.myBgColor { background-color: #D1D2FD; }

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

This div background color is #D1D2FD.


Border color

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

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

This div border color is #D1D2FD.


Opacity

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

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

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

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

This text has shadow with #D1D2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D2FD on black background.


Color preview on white background

This text has color #D1D2FD on white background.



Black color preview on #D1D2FD background

This text has black color on #D1D2FD background.


White color preview on #D1D2FD background

This text has white color on #D1D2FD background.