COLOR #D2EEEC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

210
238
236

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

Portions of RGB colors in percentages

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

%30.7
%34.8
%34.5

CMYK color model

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

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

CMYK percentages

%11.76
%0
%0.84
%6.67

Codes

Color #D2EEEC in popluar color models

D2EEEC
RGB210238236
HSL176°45.16%87.84%
HSB/HSV176°11.76%93.33%
CMYK11.76%0.00%0.84%
6.67%

Color #D2EEEC in popluar number systems.

HEXD2EEEC
Decimal210238236
Binary110100101110111011101100
Octal322356354

Shades and tints

Shades of #D2EEEC

#D2EEEC
(210,238,236)
#BFD9D7
(191,217,215)
#ACC4C2
(172,196,194)
#99AFAD
(153,175,173)
#869A98
(134,154,152)
#738583
(115,133,131)
#60706E
(96,112,110)
#4D5B59
(77,91,89)
#3A4644
(58,70,68)
#27312F
(39,49,47)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #D2EEEC

#D2EEEC
(210,238,236)
#D6EFED
(214,239,237)
#DAF0EE
(218,240,238)
#DEF1EF
(222,241,239)
#E2F2F0
(226,242,240)
#E6F3F1
(230,243,241)
#EAF4F2
(234,244,242)
#EEF5F3
(238,245,243)
#F2F6F4
(242,246,244)
#F6F7F5
(246,247,245)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EEEC; }

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

This text font color is #D2EEEC.


Background Color

.myBgColor { background-color: #D2EEEC; }

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

This div background color is #D2EEEC.


Border color

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

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

This div border color is #D2EEEC.


Opacity

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

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

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

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

This text has shadow with #D2EEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EEEC on black background.


Color preview on white background

This text has color #D2EEEC on white background.



Black color preview on #D2EEEC background

This text has black color on #D2EEEC background.


White color preview on #D2EEEC background

This text has white color on #D2EEEC background.