COLOR #E9F3FE

HEX: #E9F3FE
RGB: (233,243,254)

Color info

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

RGB color model

#E9F3FE color RGB value is (233,243,254).

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

RGB channels and saturation

R 233 of 255 = 91%
G 243 of 255 = 95%
B 254 of 255 = 100%

233
243
254

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

Portions of RGB colors in percentages

R + G + B =
233 + 243 + 254 = 730 (100%)
R 233 of 730 ~ 31.92%
G 243 of 730 ~ 33.29%
B 254 of 730 ~ 34.79%

%31.92
%33.29
%34.79

CMYK color model

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

  • cyan value is 8.27%
  • magenta value is 4.33%
  • 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
%4.33
%0
%0.39

Codes

Color #E9F3FE in popluar color models

E9F3FE
RGB233243254
HSL211°91.30%95.49%
HSB/HSV211°8.27%99.61%
CMYK8.27%4.33%0.00%
0.39%

Color #E9F3FE in popluar number systems.

HEXE9F3FE
Decimal233243254
Binary111010011111001111111110
Octal351363376

Shades and tints

Shades of #E9F3FE

#E9F3FE
(233,243,254)
#D4DDE7
(212,221,231)
#BFC7D0
(191,199,208)
#AAB1B9
(170,177,185)
#959BA2
(149,155,162)
#80858B
(128,133,139)
#6B6F74
(107,111,116)
#56595D
(86,89,93)
#414346
(65,67,70)
#2C2D2F
(44,45,47)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #E9F3FE

#E9F3FE
(233,243,254)
#EBF4FE
(235,244,254)
#EDF5FE
(237,245,254)
#EFF6FE
(239,246,254)
#F1F7FE
(241,247,254)
#F3F8FE
(243,248,254)
#F5F9FE
(245,249,254)
#F7FAFE
(247,250,254)
#F9FBFE
(249,251,254)
#FBFCFE
(251,252,254)
#FDFDFE
(253,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F3FE; }

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

This text font color is #E9F3FE.


Background Color

.myBgColor { background-color: #E9F3FE; }

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

This div background color is #E9F3FE.


Border color

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

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

This div border color is #E9F3FE.


Opacity

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

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

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

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

This text has shadow with #E9F3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F3FE on black background.


Color preview on white background

This text has color #E9F3FE on white background.



Black color preview on #E9F3FE background

This text has black color on #E9F3FE background.


White color preview on #E9F3FE background

This text has white color on #E9F3FE background.