COLOR #E1F2FA

HEX: #E1F2FA
RGB: (225,242,250)

Color info

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

RGB color model

#E1F2FA color RGB value is (225,242,250).

  • red value is 225;
  • green value is 242;
  • blue value is 250.
RGB:
(225,242,250)
(88%,95%,98%)

RGB channels and saturation

R 225 of 255 = 88%
G 242 of 255 = 95%
B 250 of 255 = 98%

225
242
250

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

Portions of RGB colors in percentages

R + G + B =
225 + 242 + 250 = 717 (100%)
R 225 of 717 ~ 31.38%
G 242 of 717 ~ 33.75%
B 250 of 717 ~ 34.87%

%31.38
%33.75
%34.87

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,3,0,2)
C10M3Y0K2 
(10%,3%,0%,2%)
(0.10/0.03/0.00/0.02)	

CMYK percentages

%10
%3.2
%0
%1.96

Codes

Color #E1F2FA in popluar color models

E1F2FA
RGB225242250
HSL199°71.43%93.14%
HSB/HSV199°10.00%98.04%
CMYK10.00%3.20%0.00%
1.96%

Color #E1F2FA in popluar number systems.

HEXE1F2FA
Decimal225242250
Binary111000011111001011111010
Octal341362372

Shades and tints

Shades of #E1F2FA

#E1F2FA
(225,242,250)
#CDDCE4
(205,220,228)
#B9C6CE
(185,198,206)
#A5B0B8
(165,176,184)
#919AA2
(145,154,162)
#7D848C
(125,132,140)
#696E76
(105,110,118)
#555860
(85,88,96)
#41424A
(65,66,74)
#2D2C34
(45,44,52)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #E1F2FA

#E1F2FA
(225,242,250)
#E3F3FA
(227,243,250)
#E5F4FA
(229,244,250)
#E7F5FA
(231,245,250)
#E9F6FA
(233,246,250)
#EBF7FA
(235,247,250)
#EDF8FA
(237,248,250)
#EFF9FA
(239,249,250)
#F1FAFA
(241,250,250)
#F3FBFA
(243,251,250)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F2FA color. Also use rgb(225,242,250) instead hex code.

Text Font Color

.myTextColor { color: #E1F2FA; }

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

This text font color is #E1F2FA.


Background Color

.myBgColor { background-color: #E1F2FA; }

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

This div background color is #E1F2FA.


Border color

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

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

This div border color is #E1F2FA.


Opacity

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

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

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

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

This text has shadow with #E1F2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F2FA on black background.


Color preview on white background

This text has color #E1F2FA on white background.



Black color preview on #E1F2FA background

This text has black color on #E1F2FA background.


White color preview on #E1F2FA background

This text has white color on #E1F2FA background.