COLOR #D2EEF2

HEX: #D2EEF2
RGB: (210,238,242)

Color info

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

RGB color model

#D2EEF2 color RGB value is (210,238,242).

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

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 242 of 255 = 95%

210
238
242

R + G + B ~ 90%. #D2EEF2 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 238 + 242 = 690 (100%)
R 210 of 690 ~ 30.43%
G 238 of 690 ~ 34.49%
B 242 of 690 ~ 35.07%

%30.43
%34.49
%35.07

CMYK color model

#D2EEF2 color CMYK value is (13,2,0,5).

  • cyan value is 13.22%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(13,2,0,5)
C13M2Y0K5 
(13%,2%,0%,5%)
(0.13/0.02/0.00/0.05)	

CMYK percentages

%13.22
%1.65
%0
%5.1

Codes

Color #D2EEF2 in popluar color models

D2EEF2
RGB210238242
HSL188°55.17%88.63%
HSB/HSV188°13.22%94.90%
CMYK13.22%1.65%0.00%
5.10%

Color #D2EEF2 in popluar number systems.

HEXD2EEF2
Decimal210238242
Binary110100101110111011110010
Octal322356362

Shades and tints

Shades of #D2EEF2

#D2EEF2
(210,238,242)
#BFD9DC
(191,217,220)
#ACC4C6
(172,196,198)
#99AFB0
(153,175,176)
#869A9A
(134,154,154)
#738584
(115,133,132)
#60706E
(96,112,110)
#4D5B58
(77,91,88)
#3A4642
(58,70,66)
#27312C
(39,49,44)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #D2EEF2

#D2EEF2
(210,238,242)
#D6EFF3
(214,239,243)
#DAF0F4
(218,240,244)
#DEF1F5
(222,241,245)
#E2F2F6
(226,242,246)
#E6F3F7
(230,243,247)
#EAF4F8
(234,244,248)
#EEF5F9
(238,245,249)
#F2F6FA
(242,246,250)
#F6F7FB
(246,247,251)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EEF2; }

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

This text font color is #D2EEF2.


Background Color

.myBgColor { background-color: #D2EEF2; }

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

This div background color is #D2EEF2.


Border color

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

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

This div border color is #D2EEF2.


Opacity

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

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

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

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

This text has shadow with #D2EEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EEF2 on black background.


Color preview on white background

This text has color #D2EEF2 on white background.



Black color preview on #D2EEF2 background

This text has black color on #D2EEF2 background.


White color preview on #D2EEF2 background

This text has white color on #D2EEF2 background.