COLOR #E2EDFE

HEX: #E2EDFE
RGB: (226,237,254)

Color info

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

RGB color model

#E2EDFE color RGB value is (226,237,254).

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

RGB channels and saturation

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

226
237
254

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

Portions of RGB colors in percentages

R + G + B =
226 + 237 + 254 = 717 (100%)
R 226 of 717 ~ 31.52%
G 237 of 717 ~ 33.05%
B 254 of 717 ~ 35.43%

%31.52
%33.05
%35.43

CMYK color model

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

  • cyan value is 11.02%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,7,0,0)
C11M7Y0K0 
(11%,7%,0%,0%)
(0.11/0.07/0.00/0.00)	

CMYK percentages

%11.02
%6.69
%0
%0.39

Codes

Color #E2EDFE in popluar color models

E2EDFE
RGB226237254
HSL216°93.33%94.12%
HSB/HSV216°11.02%99.61%
CMYK11.02%6.69%0.00%
0.39%

Color #E2EDFE in popluar number systems.

HEXE2EDFE
Decimal226237254
Binary111000101110110111111110
Octal342355376

Shades and tints

Shades of #E2EDFE

#E2EDFE
(226,237,254)
#CED8E7
(206,216,231)
#BAC3D0
(186,195,208)
#A6AEB9
(166,174,185)
#9299A2
(146,153,162)
#7E848B
(126,132,139)
#6A6F74
(106,111,116)
#565A5D
(86,90,93)
#424546
(66,69,70)
#2E302F
(46,48,47)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #E2EDFE

#E2EDFE
(226,237,254)
#E4EEFE
(228,238,254)
#E6EFFE
(230,239,254)
#E8F0FE
(232,240,254)
#EAF1FE
(234,241,254)
#ECF2FE
(236,242,254)
#EEF3FE
(238,243,254)
#F0F4FE
(240,244,254)
#F2F5FE
(242,245,254)
#F4F6FE
(244,246,254)
#F6F7FE
(246,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EDFE; }

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

This text font color is #E2EDFE.


Background Color

.myBgColor { background-color: #E2EDFE; }

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

This div background color is #E2EDFE.


Border color

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

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

This div border color is #E2EDFE.


Opacity

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

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

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

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

This text has shadow with #E2EDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EDFE on black background.


Color preview on white background

This text has color #E2EDFE on white background.



Black color preview on #E2EDFE background

This text has black color on #E2EDFE background.


White color preview on #E2EDFE background

This text has white color on #E2EDFE background.