COLOR #D2E4FC

HEX: #D2E4FC
RGB: (210,228,252)

Color info

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

RGB color model

#D2E4FC color RGB value is (210,228,252).

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

RGB channels and saturation

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

210
228
252

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

Portions of RGB colors in percentages

R + G + B =
210 + 228 + 252 = 690 (100%)
R 210 of 690 ~ 30.43%
G 228 of 690 ~ 33.04%
B 252 of 690 ~ 36.52%

%30.43
%33.04
%36.52

CMYK color model

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

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

CMYK percentages

%16.67
%9.52
%0
%1.18

Codes

Color #D2E4FC in popluar color models

D2E4FC
RGB210228252
HSL214°87.50%90.59%
HSB/HSV214°16.67%98.82%
CMYK16.67%9.52%0.00%
1.18%

Color #D2E4FC in popluar number systems.

HEXD2E4FC
Decimal210228252
Binary110100101110010011111100
Octal322344374

Shades and tints

Shades of #D2E4FC

#D2E4FC
(210,228,252)
#BFD0E6
(191,208,230)
#ACBCD0
(172,188,208)
#99A8BA
(153,168,186)
#8694A4
(134,148,164)
#73808E
(115,128,142)
#606C78
(96,108,120)
#4D5862
(77,88,98)
#3A444C
(58,68,76)
#273036
(39,48,54)
#141C20
(20,28,32)
#000000
(0,0,0)

Tints of #D2E4FC

#D2E4FC
(210,228,252)
#D6E6FC
(214,230,252)
#DAE8FC
(218,232,252)
#DEEAFC
(222,234,252)
#E2ECFC
(226,236,252)
#E6EEFC
(230,238,252)
#EAF0FC
(234,240,252)
#EEF2FC
(238,242,252)
#F2F4FC
(242,244,252)
#F6F6FC
(246,246,252)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E4FC; }

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

This text font color is #D2E4FC.


Background Color

.myBgColor { background-color: #D2E4FC; }

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

This div background color is #D2E4FC.


Border color

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

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

This div border color is #D2E4FC.


Opacity

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

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

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

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

This text has shadow with #D2E4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E4FC on black background.


Color preview on white background

This text has color #D2E4FC on white background.



Black color preview on #D2E4FC background

This text has black color on #D2E4FC background.


White color preview on #D2E4FC background

This text has white color on #D2E4FC background.