COLOR #E2F4FA

HEX: #E2F4FA
RGB: (226,244,250)

Color info

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

RGB color model

#E2F4FA color RGB value is (226,244,250).

  • red value is 226;
  • green value is 244;
  • blue value is 250.
RGB:
(226,244,250)
(89%,96%,98%)

RGB channels and saturation

R 226 of 255 = 89%
G 244 of 255 = 96%
B 250 of 255 = 98%

226
244
250

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

Portions of RGB colors in percentages

R + G + B =
226 + 244 + 250 = 720 (100%)
R 226 of 720 ~ 31.39%
G 244 of 720 ~ 33.89%
B 250 of 720 ~ 34.72%

%31.39
%33.89
%34.72

CMYK color model

#E2F4FA color CMYK value is (10,2,0,2).

  • cyan value is 9.60%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,2,0,2)
C10M2Y0K2 
(10%,2%,0%,2%)
(0.10/0.02/0.00/0.02)	

CMYK percentages

%9.6
%2.4
%0
%1.96

Codes

Color #E2F4FA in popluar color models

E2F4FA
RGB226244250
HSL195°70.59%93.33%
HSB/HSV195°9.60%98.04%
CMYK9.60%2.40%0.00%
1.96%

Color #E2F4FA in popluar number systems.

HEXE2F4FA
Decimal226244250
Binary111000101111010011111010
Octal342364372

Shades and tints

Shades of #E2F4FA

#E2F4FA
(226,244,250)
#CEDEE4
(206,222,228)
#BAC8CE
(186,200,206)
#A6B2B8
(166,178,184)
#929CA2
(146,156,162)
#7E868C
(126,134,140)
#6A7076
(106,112,118)
#565A60
(86,90,96)
#42444A
(66,68,74)
#2E2E34
(46,46,52)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #E2F4FA

#E2F4FA
(226,244,250)
#E4F5FA
(228,245,250)
#E6F6FA
(230,246,250)
#E8F7FA
(232,247,250)
#EAF8FA
(234,248,250)
#ECF9FA
(236,249,250)
#EEFAFA
(238,250,250)
#F0FBFA
(240,251,250)
#F2FCFA
(242,252,250)
#F4FDFA
(244,253,250)
#F6FEFA
(246,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F4FA color. Also use rgb(226,244,250) instead hex code.

Text Font Color

.myTextColor { color: #E2F4FA; }

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

This text font color is #E2F4FA.


Background Color

.myBgColor { background-color: #E2F4FA; }

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

This div background color is #E2F4FA.


Border color

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

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

This div border color is #E2F4FA.


Opacity

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

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

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

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

This text has shadow with #E2F4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F4FA on black background.


Color preview on white background

This text has color #E2F4FA on white background.



Black color preview on #E2F4FA background

This text has black color on #E2F4FA background.


White color preview on #E2F4FA background

This text has white color on #E2F4FA background.