COLOR #E2EBFE

HEX: #E2EBFE
RGB: (226,235,254)

Color info

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

RGB color model

#E2EBFE color RGB value is (226,235,254).

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

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 254 of 255 = 100%

226
235
254

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

Portions of RGB colors in percentages

R + G + B =
226 + 235 + 254 = 715 (100%)
R 226 of 715 ~ 31.61%
G 235 of 715 ~ 32.87%
B 254 of 715 ~ 35.52%

%31.61
%32.87
%35.52

CMYK color model

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

  • cyan value is 11.02%
  • magenta value is 7.48%
  • 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
%7.48
%0
%0.39

Codes

Color #E2EBFE in popluar color models

E2EBFE
RGB226235254
HSL221°93.33%94.12%
HSB/HSV221°11.02%99.61%
CMYK11.02%7.48%0.00%
0.39%

Color #E2EBFE in popluar number systems.

HEXE2EBFE
Decimal226235254
Binary111000101110101111111110
Octal342353376

Shades and tints

Shades of #E2EBFE

#E2EBFE
(226,235,254)
#CED6E7
(206,214,231)
#BAC1D0
(186,193,208)
#A6ACB9
(166,172,185)
#9297A2
(146,151,162)
#7E828B
(126,130,139)
#6A6D74
(106,109,116)
#56585D
(86,88,93)
#424346
(66,67,70)
#2E2E2F
(46,46,47)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #E2EBFE

#E2EBFE
(226,235,254)
#E4ECFE
(228,236,254)
#E6EDFE
(230,237,254)
#E8EEFE
(232,238,254)
#EAEFFE
(234,239,254)
#ECF0FE
(236,240,254)
#EEF1FE
(238,241,254)
#F0F2FE
(240,242,254)
#F2F3FE
(242,243,254)
#F4F4FE
(244,244,254)
#F6F5FE
(246,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EBFE; }

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

This text font color is #E2EBFE.


Background Color

.myBgColor { background-color: #E2EBFE; }

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

This div background color is #E2EBFE.


Border color

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

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

This div border color is #E2EBFE.


Opacity

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

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

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

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

This text has shadow with #E2EBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EBFE on black background.


Color preview on white background

This text has color #E2EBFE on white background.



Black color preview on #E2EBFE background

This text has black color on #E2EBFE background.


White color preview on #E2EBFE background

This text has white color on #E2EBFE background.