COLOR #E9F5FA

HEX: #E9F5FA
RGB: (233,245,250)

Color info

#E9F5FA contains red, green and blue colors in about the same proportion. Web safe color of #E9F5FA is #FFFFFF (or #FFF).

RGB color model

#E9F5FA color RGB value is (233,245,250).

  • red value is 233;
  • green value is 245;
  • blue value is 250.
RGB: (233,245,250) (91%,96%,98%)

RGB channels and saturation

R 233 of 255 = 91%
G 245 of 255 = 96%
B 250 of 255 = 98%

233
245
250

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

Portions of RGB colors in percentages

R + G + B =
233 + 245 + 250 = 728 (100%)
R 233 of 728 ~ 32.01%
G 245 of 728 ~ 33.65%
B 250 of 728 ~ 34.34%

%32.01
%33.65
%34.34

CMYK color model

#E9F5FA color CMYK value is (7,2,0,2).

  • cyan value is 6.80%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (7,2,0,2) C7M2Y0K2 (7%,2%,0%,2%) (0.07/0.02/0.00/0.02)

CMYK percentages

%6.8
%2
%0
%1.96

Codes

Color #E9F5FA in popluar color models

E9F5FA
RGB233245250
HSL198°62.96%94.71%
HSB/HSV198°6.80%98.04%
CMYK6.80%2.00%0.00%
1.96%

Color #E9F5FA in popluar number systems.

HEXE9F5FA
Decimal233245250
Binary111010011111010111111010
Octal351365372

Shades and tints

Shades of #E9F5FA

#E9F5FA
(233,245,250)
#D4DFE4
(212,223,228)
#BFC9CE
(191,201,206)
#AAB3B8
(170,179,184)
#959DA2
(149,157,162)
#80878C
(128,135,140)
#6B7176
(107,113,118)
#565B60
(86,91,96)
#41454A
(65,69,74)
#2C2F34
(44,47,52)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #E9F5FA

#E9F5FA
(233,245,250)
#EBF5FA
(235,245,250)
#EDF5FA
(237,245,250)
#EFF5FA
(239,245,250)
#F1F5FA
(241,245,250)
#F3F5FA
(243,245,250)
#F5F5FA
(245,245,250)
#F7F5FA
(247,245,250)
#F9F5FA
(249,245,250)
#FBF5FA
(251,245,250)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F5FA color. Also use rgb(233,245,250) instead hex code.

Text Font Color

.myTextColor { color: #E9F5FA; }

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

This text font color is #E9F5FA.


Background Color

.myBgColor { background-color: #E9F5FA; }

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

This div background color is #E9F5FA.


Border color

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

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

This div border color is #E9F5FA.


Opacity

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

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

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

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

This text has shadow with #E9F5FA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E9F5FA on black background.


Color preview on white background

This text has color #E9F5FA on white background.



Black color preview on #E9F5FA background

This text has black color on #E9F5FA background.


White color preview on #E9F5FA background

This text has white color on #E9F5FA background.