COLOR #D2E6F4

HEX: #D2E6F4
RGB: (210,230,244)

Color info

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

RGB color model

#D2E6F4 color RGB value is (210,230,244).

  • red value is 210;
  • green value is 230;
  • blue value is 244.
RGB: (210,230,244) (82%,90%,96%)

RGB channels and saturation

R 210 of 255 = 82%
G 230 of 255 = 90%
B 244 of 255 = 96%

210
230
244

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

Portions of RGB colors in percentages

R + G + B =
210 + 230 + 244 = 684 (100%)
R 210 of 684 ~ 30.7%
G 230 of 684 ~ 33.63%
B 244 of 684 ~ 35.67%

%30.7
%33.63
%35.67

CMYK color model

#D2E6F4 color CMYK value is (14,6,0,4).

  • cyan value is 13.93%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (14,6,0,4) C14M6Y0K4 (14%,6%,0%,4%) (0.14/0.06/0.00/0.04)

CMYK percentages

%13.93
%5.74
%0
%4.31

Codes

Color #D2E6F4 in popluar color models

D2E6F4
RGB210230244
HSL205°60.71%89.02%
HSB/HSV205°13.93%95.69%
CMYK13.93%5.74%0.00%
4.31%

Color #D2E6F4 in popluar number systems.

HEXD2E6F4
Decimal210230244
Binary110100101110011011110100
Octal322346364

Shades and tints

Shades of #D2E6F4

#D2E6F4
(210,230,244)
#BFD2DE
(191,210,222)
#ACBEC8
(172,190,200)
#99AAB2
(153,170,178)
#86969C
(134,150,156)
#738286
(115,130,134)
#606E70
(96,110,112)
#4D5A5A
(77,90,90)
#3A4644
(58,70,68)
#27322E
(39,50,46)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #D2E6F4

#D2E6F4
(210,230,244)
#D6E8F5
(214,232,245)
#DAEAF6
(218,234,246)
#DEECF7
(222,236,247)
#E2EEF8
(226,238,248)
#E6F0F9
(230,240,249)
#EAF2FA
(234,242,250)
#EEF4FB
(238,244,251)
#F2F6FC
(242,246,252)
#F6F8FD
(246,248,253)
#FAFAFE
(250,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E6F4 color. Also use rgb(210,230,244) instead hex code.

Text Font Color

.myTextColor { color: #D2E6F4; }

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

This text font color is #D2E6F4.


Background Color

.myBgColor { background-color: #D2E6F4; }

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

This div background color is #D2E6F4.


Border color

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

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

This div border color is #D2E6F4.


Opacity

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

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

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

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

This text has shadow with #D2E6F4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2E6F4 on black background.


Color preview on white background

This text has color #D2E6F4 on white background.



Black color preview on #D2E6F4 background

This text has black color on #D2E6F4 background.


White color preview on #D2E6F4 background

This text has white color on #D2E6F4 background.