COLOR #D2E4FD

HEX: #D2E4FD
RGB: (210,228,253)

Color info

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

RGB color model

#D2E4FD color RGB value is (210,228,253).

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

RGB channels and saturation

R 210 of 255 = 82%
G 228 of 255 = 89%
B 253 of 255 = 99%

210
228
253

R + G + B ~ 90%. #D2E4FD is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 228 + 253 = 691 (100%)
R 210 of 691 ~ 30.39%
G 228 of 691 ~ 33%
B 253 of 691 ~ 36.61%

%30.39
%33
%36.61

CMYK color model

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

  • cyan value is 17.00%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,10,0,1)
C17M10Y0K1 
(17%,10%,0%,1%)
(0.17/0.10/0.00/0.01)	

CMYK percentages

%17
%9.88
%0
%0.78

Codes

Color #D2E4FD in popluar color models

D2E4FD
RGB210228253
HSL215°91.49%90.78%
HSB/HSV215°17.00%99.22%
CMYK17.00%9.88%0.00%
0.78%

Color #D2E4FD in popluar number systems.

HEXD2E4FD
Decimal210228253
Binary110100101110010011111101
Octal322344375

Shades and tints

Shades of #D2E4FD

#D2E4FD
(210,228,253)
#BFD0E6
(191,208,230)
#ACBCCF
(172,188,207)
#99A8B8
(153,168,184)
#8694A1
(134,148,161)
#73808A
(115,128,138)
#606C73
(96,108,115)
#4D585C
(77,88,92)
#3A4445
(58,68,69)
#27302E
(39,48,46)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #D2E4FD

#D2E4FD
(210,228,253)
#D6E6FD
(214,230,253)
#DAE8FD
(218,232,253)
#DEEAFD
(222,234,253)
#E2ECFD
(226,236,253)
#E6EEFD
(230,238,253)
#EAF0FD
(234,240,253)
#EEF2FD
(238,242,253)
#F2F4FD
(242,244,253)
#F6F6FD
(246,246,253)
#FAF8FD
(250,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E4FD; }

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

This text font color is #D2E4FD.


Background Color

.myBgColor { background-color: #D2E4FD; }

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

This div background color is #D2E4FD.


Border color

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

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

This div border color is #D2E4FD.


Opacity

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

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

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

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

This text has shadow with #D2E4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E4FD on black background.


Color preview on white background

This text has color #D2E4FD on white background.



Black color preview on #D2E4FD background

This text has black color on #D2E4FD background.


White color preview on #D2E4FD background

This text has white color on #D2E4FD background.