COLOR #D2ECF8

HEX: #D2ECF8
RGB: (210,236,248)

Color info

#D2ECF8 contains red, green and blue colors in about the same proportion. Web safe color of #D2ECF8 is #CCFFFF (or #CFF).

RGB color model

#D2ECF8 color RGB value is (210,236,248).

  • red value is 210;
  • green value is 236;
  • blue value is 248.
RGB:
(210,236,248)
(82%,93%,97%)

RGB channels and saturation

R 210 of 255 = 82%
G 236 of 255 = 93%
B 248 of 255 = 97%

210
236
248

R + G + B ~ 91%. #D2ECF8 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 236 + 248 = 694 (100%)
R 210 of 694 ~ 30.26%
G 236 of 694 ~ 34.01%
B 248 of 694 ~ 35.73%

%30.26
%34.01
%35.73

CMYK color model

#D2ECF8 color CMYK value is (15,5,0,3).

  • cyan value is 15.32%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,5,0,3)
C15M5Y0K3 
(15%,5%,0%,3%)
(0.15/0.05/0.00/0.03)	

CMYK percentages

%15.32
%4.84
%0
%2.75

Codes

Color #D2ECF8 in popluar color models

D2ECF8
RGB210236248
HSL199°73.08%89.80%
HSB/HSV199°15.32%97.25%
CMYK15.32%4.84%0.00%
2.75%

Color #D2ECF8 in popluar number systems.

HEXD2ECF8
Decimal210236248
Binary110100101110110011111000
Octal322354370

Shades and tints

Shades of #D2ECF8

#D2ECF8
(210,236,248)
#BFD7E2
(191,215,226)
#ACC2CC
(172,194,204)
#99ADB6
(153,173,182)
#8698A0
(134,152,160)
#73838A
(115,131,138)
#606E74
(96,110,116)
#4D595E
(77,89,94)
#3A4448
(58,68,72)
#272F32
(39,47,50)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #D2ECF8

#D2ECF8
(210,236,248)
#D6EDF8
(214,237,248)
#DAEEF8
(218,238,248)
#DEEFF8
(222,239,248)
#E2F0F8
(226,240,248)
#E6F1F8
(230,241,248)
#EAF2F8
(234,242,248)
#EEF3F8
(238,243,248)
#F2F4F8
(242,244,248)
#F6F5F8
(246,245,248)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2ECF8 color. Also use rgb(210,236,248) instead hex code.

Text Font Color

.myTextColor { color: #D2ECF8; }

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

This text font color is #D2ECF8.


Background Color

.myBgColor { background-color: #D2ECF8; }

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

This div background color is #D2ECF8.


Border color

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

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

This div border color is #D2ECF8.


Opacity

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

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

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

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

This text has shadow with #D2ECF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ECF8 on black background.


Color preview on white background

This text has color #D2ECF8 on white background.



Black color preview on #D2ECF8 background

This text has black color on #D2ECF8 background.


White color preview on #D2ECF8 background

This text has white color on #D2ECF8 background.