COLOR #E5F1FA

HEX: #E5F1FA
RGB: (229,241,250)

Color info

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

RGB color model

#E5F1FA color RGB value is (229,241,250).

  • red value is 229;
  • green value is 241;
  • blue value is 250.
RGB:
(229,241,250)
(90%,95%,98%)

RGB channels and saturation

R 229 of 255 = 90%
G 241 of 255 = 95%
B 250 of 255 = 98%

229
241
250

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

Portions of RGB colors in percentages

R + G + B =
229 + 241 + 250 = 720 (100%)
R 229 of 720 ~ 31.81%
G 241 of 720 ~ 33.47%
B 250 of 720 ~ 34.72%

%31.81
%33.47
%34.72

CMYK color model

#E5F1FA color CMYK value is (8,4,0,2).

  • cyan value is 8.40%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,4,0,2)
C8M4Y0K2 
(8%,4%,0%,2%)
(0.08/0.04/0.00/0.02)	

CMYK percentages

%8.4
%3.6
%0
%1.96

Codes

Color #E5F1FA in popluar color models

E5F1FA
RGB229241250
HSL206°67.74%93.92%
HSB/HSV206°8.40%98.04%
CMYK8.40%3.60%0.00%
1.96%

Color #E5F1FA in popluar number systems.

HEXE5F1FA
Decimal229241250
Binary111001011111000111111010
Octal345361372

Shades and tints

Shades of #E5F1FA

#E5F1FA
(229,241,250)
#D1DCE4
(209,220,228)
#BDC7CE
(189,199,206)
#A9B2B8
(169,178,184)
#959DA2
(149,157,162)
#81888C
(129,136,140)
#6D7376
(109,115,118)
#595E60
(89,94,96)
#45494A
(69,73,74)
#313434
(49,52,52)
#1D1F1E
(29,31,30)
#000000
(0,0,0)

Tints of #E5F1FA

#E5F1FA
(229,241,250)
#E7F2FA
(231,242,250)
#E9F3FA
(233,243,250)
#EBF4FA
(235,244,250)
#EDF5FA
(237,245,250)
#EFF6FA
(239,246,250)
#F1F7FA
(241,247,250)
#F3F8FA
(243,248,250)
#F5F9FA
(245,249,250)
#F7FAFA
(247,250,250)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F1FA color. Also use rgb(229,241,250) instead hex code.

Text Font Color

.myTextColor { color: #E5F1FA; }

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

This text font color is #E5F1FA.


Background Color

.myBgColor { background-color: #E5F1FA; }

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

This div background color is #E5F1FA.


Border color

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

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

This div border color is #E5F1FA.


Opacity

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

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

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

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

This text has shadow with #E5F1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F1FA on black background.


Color preview on white background

This text has color #E5F1FA on white background.



Black color preview on #E5F1FA background

This text has black color on #E5F1FA background.


White color preview on #E5F1FA background

This text has white color on #E5F1FA background.