COLOR #E4F3FA

HEX: #E4F3FA
RGB: (228,243,250)

Color info

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

RGB color model

#E4F3FA color RGB value is (228,243,250).

  • red value is 228;
  • green value is 243;
  • blue value is 250.
RGB:
(228,243,250)
(89%,95%,98%)

RGB channels and saturation

R 228 of 255 = 89%
G 243 of 255 = 95%
B 250 of 255 = 98%

228
243
250

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

Portions of RGB colors in percentages

R + G + B =
228 + 243 + 250 = 721 (100%)
R 228 of 721 ~ 31.62%
G 243 of 721 ~ 33.7%
B 250 of 721 ~ 34.67%

%31.62
%33.7
%34.67

CMYK color model

#E4F3FA color CMYK value is (9,3,0,2).

  • cyan value is 8.80%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,3,0,2)
C9M3Y0K2 
(9%,3%,0%,2%)
(0.09/0.03/0.00/0.02)	

CMYK percentages

%8.8
%2.8
%0
%1.96

Codes

Color #E4F3FA in popluar color models

E4F3FA
RGB228243250
HSL199°68.75%93.73%
HSB/HSV199°8.80%98.04%
CMYK8.80%2.80%0.00%
1.96%

Color #E4F3FA in popluar number systems.

HEXE4F3FA
Decimal228243250
Binary111001001111001111111010
Octal344363372

Shades and tints

Shades of #E4F3FA

#E4F3FA
(228,243,250)
#D0DDE4
(208,221,228)
#BCC7CE
(188,199,206)
#A8B1B8
(168,177,184)
#949BA2
(148,155,162)
#80858C
(128,133,140)
#6C6F76
(108,111,118)
#585960
(88,89,96)
#44434A
(68,67,74)
#302D34
(48,45,52)
#1C171E
(28,23,30)
#000000
(0,0,0)

Tints of #E4F3FA

#E4F3FA
(228,243,250)
#E6F4FA
(230,244,250)
#E8F5FA
(232,245,250)
#EAF6FA
(234,246,250)
#ECF7FA
(236,247,250)
#EEF8FA
(238,248,250)
#F0F9FA
(240,249,250)
#F2FAFA
(242,250,250)
#F4FBFA
(244,251,250)
#F6FCFA
(246,252,250)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F3FA color. Also use rgb(228,243,250) instead hex code.

Text Font Color

.myTextColor { color: #E4F3FA; }

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

This text font color is #E4F3FA.


Background Color

.myBgColor { background-color: #E4F3FA; }

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

This div background color is #E4F3FA.


Border color

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

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

This div border color is #E4F3FA.


Opacity

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

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

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

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

This text has shadow with #E4F3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F3FA on black background.


Color preview on white background

This text has color #E4F3FA on white background.



Black color preview on #E4F3FA background

This text has black color on #E4F3FA background.


White color preview on #E4F3FA background

This text has white color on #E4F3FA background.