COLOR #E9F5FE

HEX: #E9F5FE
RGB: (233,245,254)

Color info

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

RGB color model

#E9F5FE color RGB value is (233,245,254).

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

RGB channels and saturation

R 233 of 255 = 91%
G 245 of 255 = 96%
B 254 of 255 = 100%

233
245
254

R + G + B ~ 96%. #E9F5FE is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 245 + 254 = 732 (100%)
R 233 of 732 ~ 31.83%
G 245 of 732 ~ 33.47%
B 254 of 732 ~ 34.7%

%31.83
%33.47
%34.7

CMYK color model

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

  • cyan value is 8.27%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(8,4,0,0)
C8M4Y0K0 
(8%,4%,0%,0%)
(0.08/0.04/0.00/0.00)	

CMYK percentages

%8.27
%3.54
%0
%0.39

Codes

Color #E9F5FE in popluar color models

E9F5FE
RGB233245254
HSL206°91.30%95.49%
HSB/HSV206°8.27%99.61%
CMYK8.27%3.54%0.00%
0.39%

Color #E9F5FE in popluar number systems.

HEXE9F5FE
Decimal233245254
Binary111010011111010111111110
Octal351365376

Shades and tints

Shades of #E9F5FE

#E9F5FE
(233,245,254)
#D4DFE7
(212,223,231)
#BFC9D0
(191,201,208)
#AAB3B9
(170,179,185)
#959DA2
(149,157,162)
#80878B
(128,135,139)
#6B7174
(107,113,116)
#565B5D
(86,91,93)
#414546
(65,69,70)
#2C2F2F
(44,47,47)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #E9F5FE

#E9F5FE
(233,245,254)
#EBF5FE
(235,245,254)
#EDF5FE
(237,245,254)
#EFF5FE
(239,245,254)
#F1F5FE
(241,245,254)
#F3F5FE
(243,245,254)
#F5F5FE
(245,245,254)
#F7F5FE
(247,245,254)
#F9F5FE
(249,245,254)
#FBF5FE
(251,245,254)
#FDF5FE
(253,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F5FE; }

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

This text font color is #E9F5FE.


Background Color

.myBgColor { background-color: #E9F5FE; }

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

This div background color is #E9F5FE.


Border color

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

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

This div border color is #E9F5FE.


Opacity

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

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

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

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

This text has shadow with #E9F5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F5FE on black background.


Color preview on white background

This text has color #E9F5FE on white background.



Black color preview on #E9F5FE background

This text has black color on #E9F5FE background.


White color preview on #E9F5FE background

This text has white color on #E9F5FE background.