COLOR #E4F6FE

HEX: #E4F6FE
RGB: (228,246,254)

Color info

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

RGB color model

#E4F6FE color RGB value is (228,246,254).

  • red value is 228;
  • green value is 246;
  • blue value is 254.
RGB:
(228,246,254)
(89%,96%,100%)

RGB channels and saturation

R 228 of 255 = 89%
G 246 of 255 = 96%
B 254 of 255 = 100%

228
246
254

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

Portions of RGB colors in percentages

R + G + B =
228 + 246 + 254 = 728 (100%)
R 228 of 728 ~ 31.32%
G 246 of 728 ~ 33.79%
B 254 of 728 ~ 34.89%

%31.32
%33.79
%34.89

CMYK color model

#E4F6FE color CMYK value is (10,3,0,0).

  • cyan value is 10.24%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(10,3,0,0)
C10M3Y0K0 
(10%,3%,0%,0%)
(0.10/0.03/0.00/0.00)	

CMYK percentages

%10.24
%3.15
%0
%0.39

Codes

Color #E4F6FE in popluar color models

E4F6FE
RGB228246254
HSL198°92.86%94.51%
HSB/HSV198°10.24%99.61%
CMYK10.24%3.15%0.00%
0.39%

Color #E4F6FE in popluar number systems.

HEXE4F6FE
Decimal228246254
Binary111001001111011011111110
Octal344366376

Shades and tints

Shades of #E4F6FE

#E4F6FE
(228,246,254)
#D0E0E7
(208,224,231)
#BCCAD0
(188,202,208)
#A8B4B9
(168,180,185)
#949EA2
(148,158,162)
#80888B
(128,136,139)
#6C7274
(108,114,116)
#585C5D
(88,92,93)
#444646
(68,70,70)
#30302F
(48,48,47)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #E4F6FE

#E4F6FE
(228,246,254)
#E6F6FE
(230,246,254)
#E8F6FE
(232,246,254)
#EAF6FE
(234,246,254)
#ECF6FE
(236,246,254)
#EEF6FE
(238,246,254)
#F0F6FE
(240,246,254)
#F2F6FE
(242,246,254)
#F4F6FE
(244,246,254)
#F6F6FE
(246,246,254)
#F8F6FE
(248,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F6FE color. Also use rgb(228,246,254) instead hex code.

Text Font Color

.myTextColor { color: #E4F6FE; }

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

This text font color is #E4F6FE.


Background Color

.myBgColor { background-color: #E4F6FE; }

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

This div background color is #E4F6FE.


Border color

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

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

This div border color is #E4F6FE.


Opacity

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

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

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

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

This text has shadow with #E4F6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F6FE on black background.


Color preview on white background

This text has color #E4F6FE on white background.



Black color preview on #E4F6FE background

This text has black color on #E4F6FE background.


White color preview on #E4F6FE background

This text has white color on #E4F6FE background.