COLOR #D2ECEE

HEX: #D2ECEE
RGB: (210,236,238)

Color info

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

RGB color model

#D2ECEE color RGB value is (210,236,238).

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

RGB channels and saturation

R 210 of 255 = 82%
G 236 of 255 = 93%
B 238 of 255 = 93%

210
236
238

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

Portions of RGB colors in percentages

R + G + B =
210 + 236 + 238 = 684 (100%)
R 210 of 684 ~ 30.7%
G 236 of 684 ~ 34.5%
B 238 of 684 ~ 34.8%

%30.7
%34.5
%34.8

CMYK color model

#D2ECEE color CMYK value is (12,1,0,7).

  • cyan value is 11.76%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(12,1,0,7)
C12M1Y0K7 
(12%,1%,0%,7%)
(0.12/0.01/0.00/0.07)	

CMYK percentages

%11.76
%0.84
%0
%6.67

Codes

Color #D2ECEE in popluar color models

D2ECEE
RGB210236238
HSL184°45.16%87.84%
HSB/HSV184°11.76%93.33%
CMYK11.76%0.84%0.00%
6.67%

Color #D2ECEE in popluar number systems.

HEXD2ECEE
Decimal210236238
Binary110100101110110011101110
Octal322354356

Shades and tints

Shades of #D2ECEE

#D2ECEE
(210,236,238)
#BFD7D9
(191,215,217)
#ACC2C4
(172,194,196)
#99ADAF
(153,173,175)
#86989A
(134,152,154)
#738385
(115,131,133)
#606E70
(96,110,112)
#4D595B
(77,89,91)
#3A4446
(58,68,70)
#272F31
(39,47,49)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #D2ECEE

#D2ECEE
(210,236,238)
#D6EDEF
(214,237,239)
#DAEEF0
(218,238,240)
#DEEFF1
(222,239,241)
#E2F0F2
(226,240,242)
#E6F1F3
(230,241,243)
#EAF2F4
(234,242,244)
#EEF3F5
(238,243,245)
#F2F4F6
(242,244,246)
#F6F5F7
(246,245,247)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ECEE; }

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

This text font color is #D2ECEE.


Background Color

.myBgColor { background-color: #D2ECEE; }

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

This div background color is #D2ECEE.


Border color

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

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

This div border color is #D2ECEE.


Opacity

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

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

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

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

This text has shadow with #D2ECEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ECEE on black background.


Color preview on white background

This text has color #D2ECEE on white background.



Black color preview on #D2ECEE background

This text has black color on #D2ECEE background.


White color preview on #D2ECEE background

This text has white color on #D2ECEE background.