COLOR #D2EDEC

HEX: #D2EDEC
RGB: (210,237,236)

Color info

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

RGB color model

#D2EDEC color RGB value is (210,237,236).

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

RGB channels and saturation

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

210
237
236

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

Portions of RGB colors in percentages

R + G + B =
210 + 237 + 236 = 683 (100%)
R 210 of 683 ~ 30.75%
G 237 of 683 ~ 34.7%
B 236 of 683 ~ 34.55%

%30.75
%34.7
%34.55

CMYK color model

#D2EDEC color CMYK value is (11,0,0,7).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.06%
CMYK:
(11,0,0,7)
C11M0Y0K7 
(11%,0%,0%,7%)
(0.11/0.00/0.00/0.07)	

CMYK percentages

%11.39
%0
%0.42
%7.06

Codes

Color #D2EDEC in popluar color models

D2EDEC
RGB210237236
HSL178°42.86%87.65%
HSB/HSV178°11.39%92.94%
CMYK11.39%0.00%0.42%
7.06%

Color #D2EDEC in popluar number systems.

HEXD2EDEC
Decimal210237236
Binary110100101110110111101100
Octal322355354

Shades and tints

Shades of #D2EDEC

#D2EDEC
(210,237,236)
#BFD8D7
(191,216,215)
#ACC3C2
(172,195,194)
#99AEAD
(153,174,173)
#869998
(134,153,152)
#738483
(115,132,131)
#606F6E
(96,111,110)
#4D5A59
(77,90,89)
#3A4544
(58,69,68)
#27302F
(39,48,47)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #D2EDEC

#D2EDEC
(210,237,236)
#D6EEED
(214,238,237)
#DAEFEE
(218,239,238)
#DEF0EF
(222,240,239)
#E2F1F0
(226,241,240)
#E6F2F1
(230,242,241)
#EAF3F2
(234,243,242)
#EEF4F3
(238,244,243)
#F2F5F4
(242,245,244)
#F6F6F5
(246,246,245)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EDEC; }

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

This text font color is #D2EDEC.


Background Color

.myBgColor { background-color: #D2EDEC; }

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

This div background color is #D2EDEC.


Border color

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

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

This div border color is #D2EDEC.


Opacity

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

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

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

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

This text has shadow with #D2EDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EDEC on black background.


Color preview on white background

This text has color #D2EDEC on white background.



Black color preview on #D2EDEC background

This text has black color on #D2EDEC background.


White color preview on #D2EDEC background

This text has white color on #D2EDEC background.