COLOR #E9F4FA

HEX: #E9F4FA
RGB: (233,244,250)

Color info

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

RGB color model

#E9F4FA color RGB value is (233,244,250).

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

RGB channels and saturation

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

233
244
250

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

Portions of RGB colors in percentages

R + G + B =
233 + 244 + 250 = 727 (100%)
R 233 of 727 ~ 32.05%
G 244 of 727 ~ 33.56%
B 250 of 727 ~ 34.39%

%32.05
%33.56
%34.39

CMYK color model

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

  • cyan value is 6.80%
  • magenta value is 2.40%
  • 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.4
%0
%1.96

Codes

Color #E9F4FA in popluar color models

E9F4FA
RGB233244250
HSL201°62.96%94.71%
HSB/HSV201°6.80%98.04%
CMYK6.80%2.40%0.00%
1.96%

Color #E9F4FA in popluar number systems.

HEXE9F4FA
Decimal233244250
Binary111010011111010011111010
Octal351364372

Shades and tints

Shades of #E9F4FA

#E9F4FA
(233,244,250)
#D4DEE4
(212,222,228)
#BFC8CE
(191,200,206)
#AAB2B8
(170,178,184)
#959CA2
(149,156,162)
#80868C
(128,134,140)
#6B7076
(107,112,118)
#565A60
(86,90,96)
#41444A
(65,68,74)
#2C2E34
(44,46,52)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #E9F4FA

#E9F4FA
(233,244,250)
#EBF5FA
(235,245,250)
#EDF6FA
(237,246,250)
#EFF7FA
(239,247,250)
#F1F8FA
(241,248,250)
#F3F9FA
(243,249,250)
#F5FAFA
(245,250,250)
#F7FBFA
(247,251,250)
#F9FCFA
(249,252,250)
#FBFDFA
(251,253,250)
#FDFEFA
(253,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F4FA; }

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

This text font color is #E9F4FA.


Background Color

.myBgColor { background-color: #E9F4FA; }

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

This div background color is #E9F4FA.


Border color

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

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

This div border color is #E9F4FA.


Opacity

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

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

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

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

This text has shadow with #E9F4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F4FA on black background.


Color preview on white background

This text has color #E9F4FA on white background.



Black color preview on #E9F4FA background

This text has black color on #E9F4FA background.


White color preview on #E9F4FA background

This text has white color on #E9F4FA background.