COLOR #D2EEFA

HEX: #D2EEFA
RGB: (210,238,250)

Color info

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

RGB color model

#D2EEFA color RGB value is (210,238,250).

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

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 250 of 255 = 98%

210
238
250

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

Portions of RGB colors in percentages

R + G + B =
210 + 238 + 250 = 698 (100%)
R 210 of 698 ~ 30.09%
G 238 of 698 ~ 34.1%
B 250 of 698 ~ 35.82%

%30.09
%34.1
%35.82

CMYK color model

#D2EEFA color CMYK value is (16,5,0,2).

  • cyan value is 16.00%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(16,5,0,2)
C16M5Y0K2 
(16%,5%,0%,2%)
(0.16/0.05/0.00/0.02)	

CMYK percentages

%16
%4.8
%0
%1.96

Codes

Color #D2EEFA in popluar color models

D2EEFA
RGB210238250
HSL198°80.00%90.20%
HSB/HSV198°16.00%98.04%
CMYK16.00%4.80%0.00%
1.96%

Color #D2EEFA in popluar number systems.

HEXD2EEFA
Decimal210238250
Binary110100101110111011111010
Octal322356372

Shades and tints

Shades of #D2EEFA

#D2EEFA
(210,238,250)
#BFD9E4
(191,217,228)
#ACC4CE
(172,196,206)
#99AFB8
(153,175,184)
#869AA2
(134,154,162)
#73858C
(115,133,140)
#607076
(96,112,118)
#4D5B60
(77,91,96)
#3A464A
(58,70,74)
#273134
(39,49,52)
#141C1E
(20,28,30)
#000000
(0,0,0)

Tints of #D2EEFA

#D2EEFA
(210,238,250)
#D6EFFA
(214,239,250)
#DAF0FA
(218,240,250)
#DEF1FA
(222,241,250)
#E2F2FA
(226,242,250)
#E6F3FA
(230,243,250)
#EAF4FA
(234,244,250)
#EEF5FA
(238,245,250)
#F2F6FA
(242,246,250)
#F6F7FA
(246,247,250)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EEFA; }

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

This text font color is #D2EEFA.


Background Color

.myBgColor { background-color: #D2EEFA; }

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

This div background color is #D2EEFA.


Border color

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

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

This div border color is #D2EEFA.


Opacity

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

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

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

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

This text has shadow with #D2EEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EEFA on black background.


Color preview on white background

This text has color #D2EEFA on white background.



Black color preview on #D2EEFA background

This text has black color on #D2EEFA background.


White color preview on #D2EEFA background

This text has white color on #D2EEFA background.