COLOR #E2EEFE

HEX: #E2EEFE
RGB: (226,238,254)

Color info

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

RGB color model

#E2EEFE color RGB value is (226,238,254).

  • red value is 226;
  • green value is 238;
  • blue value is 254.
RGB:
(226,238,254)
(89%,93%,100%)

RGB channels and saturation

R 226 of 255 = 89%
G 238 of 255 = 93%
B 254 of 255 = 100%

226
238
254

R + G + B ~ 94%. #E2EEFE is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 238 + 254 = 718 (100%)
R 226 of 718 ~ 31.48%
G 238 of 718 ~ 33.15%
B 254 of 718 ~ 35.38%

%31.48
%33.15
%35.38

CMYK color model

#E2EEFE color CMYK value is (11,6,0,0).

  • cyan value is 11.02%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,6,0,0)
C11M6Y0K0 
(11%,6%,0%,0%)
(0.11/0.06/0.00/0.00)	

CMYK percentages

%11.02
%6.3
%0
%0.39

Codes

Color #E2EEFE in popluar color models

E2EEFE
RGB226238254
HSL214°93.33%94.12%
HSB/HSV214°11.02%99.61%
CMYK11.02%6.30%0.00%
0.39%

Color #E2EEFE in popluar number systems.

HEXE2EEFE
Decimal226238254
Binary111000101110111011111110
Octal342356376

Shades and tints

Shades of #E2EEFE

#E2EEFE
(226,238,254)
#CED9E7
(206,217,231)
#BAC4D0
(186,196,208)
#A6AFB9
(166,175,185)
#929AA2
(146,154,162)
#7E858B
(126,133,139)
#6A7074
(106,112,116)
#565B5D
(86,91,93)
#424646
(66,70,70)
#2E312F
(46,49,47)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #E2EEFE

#E2EEFE
(226,238,254)
#E4EFFE
(228,239,254)
#E6F0FE
(230,240,254)
#E8F1FE
(232,241,254)
#EAF2FE
(234,242,254)
#ECF3FE
(236,243,254)
#EEF4FE
(238,244,254)
#F0F5FE
(240,245,254)
#F2F6FE
(242,246,254)
#F4F7FE
(244,247,254)
#F6F8FE
(246,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EEFE color. Also use rgb(226,238,254) instead hex code.

Text Font Color

.myTextColor { color: #E2EEFE; }

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

This text font color is #E2EEFE.


Background Color

.myBgColor { background-color: #E2EEFE; }

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

This div background color is #E2EEFE.


Border color

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

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

This div border color is #E2EEFE.


Opacity

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

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

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

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

This text has shadow with #E2EEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EEFE on black background.


Color preview on white background

This text has color #E2EEFE on white background.



Black color preview on #E2EEFE background

This text has black color on #E2EEFE background.


White color preview on #E2EEFE background

This text has white color on #E2EEFE background.