COLOR #E1F7FE

HEX: #E1F7FE
RGB: (225,247,254)

Color info

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

RGB color model

#E1F7FE color RGB value is (225,247,254).

  • red value is 225;
  • green value is 247;
  • blue value is 254.
RGB:
(225,247,254)
(88%,97%,100%)

RGB channels and saturation

R 225 of 255 = 88%
G 247 of 255 = 97%
B 254 of 255 = 100%

225
247
254

R + G + B ~ 95%. #E1F7FE is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 247 + 254 = 726 (100%)
R 225 of 726 ~ 30.99%
G 247 of 726 ~ 34.02%
B 254 of 726 ~ 34.99%

%30.99
%34.02
%34.99

CMYK color model

#E1F7FE color CMYK value is (11,3,0,0).

  • cyan value is 11.42%
  • magenta value is 2.76%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,3,0,0)
C11M3Y0K0 
(11%,3%,0%,0%)
(0.11/0.03/0.00/0.00)	

CMYK percentages

%11.42
%2.76
%0
%0.39

Codes

Color #E1F7FE in popluar color models

E1F7FE
RGB225247254
HSL194°93.55%93.92%
HSB/HSV194°11.42%99.61%
CMYK11.42%2.76%0.00%
0.39%

Color #E1F7FE in popluar number systems.

HEXE1F7FE
Decimal225247254
Binary111000011111011111111110
Octal341367376

Shades and tints

Shades of #E1F7FE

#E1F7FE
(225,247,254)
#CDE1E7
(205,225,231)
#B9CBD0
(185,203,208)
#A5B5B9
(165,181,185)
#919FA2
(145,159,162)
#7D898B
(125,137,139)
#697374
(105,115,116)
#555D5D
(85,93,93)
#414746
(65,71,70)
#2D312F
(45,49,47)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #E1F7FE

#E1F7FE
(225,247,254)
#E3F7FE
(227,247,254)
#E5F7FE
(229,247,254)
#E7F7FE
(231,247,254)
#E9F7FE
(233,247,254)
#EBF7FE
(235,247,254)
#EDF7FE
(237,247,254)
#EFF7FE
(239,247,254)
#F1F7FE
(241,247,254)
#F3F7FE
(243,247,254)
#F5F7FE
(245,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F7FE color. Also use rgb(225,247,254) instead hex code.

Text Font Color

.myTextColor { color: #E1F7FE; }

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

This text font color is #E1F7FE.


Background Color

.myBgColor { background-color: #E1F7FE; }

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

This div background color is #E1F7FE.


Border color

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

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

This div border color is #E1F7FE.


Opacity

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

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

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

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

This text has shadow with #E1F7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F7FE on black background.


Color preview on white background

This text has color #E1F7FE on white background.



Black color preview on #E1F7FE background

This text has black color on #E1F7FE background.


White color preview on #E1F7FE background

This text has white color on #E1F7FE background.