COLOR #E4ECFE

HEX: #E4ECFE
RGB: (228,236,254)

Color info

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

RGB color model

#E4ECFE color RGB value is (228,236,254).

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

RGB channels and saturation

R 228 of 255 = 89%
G 236 of 255 = 93%
B 254 of 255 = 100%

228
236
254

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

Portions of RGB colors in percentages

R + G + B =
228 + 236 + 254 = 718 (100%)
R 228 of 718 ~ 31.75%
G 236 of 718 ~ 32.87%
B 254 of 718 ~ 35.38%

%31.75
%32.87
%35.38

CMYK color model

#E4ECFE color CMYK value is (10,7,0,0).

  • cyan value is 10.24%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(10,7,0,0)
C10M7Y0K0 
(10%,7%,0%,0%)
(0.10/0.07/0.00/0.00)	

CMYK percentages

%10.24
%7.09
%0
%0.39

Codes

Color #E4ECFE in popluar color models

E4ECFE
RGB228236254
HSL222°92.86%94.51%
HSB/HSV222°10.24%99.61%
CMYK10.24%7.09%0.00%
0.39%

Color #E4ECFE in popluar number systems.

HEXE4ECFE
Decimal228236254
Binary111001001110110011111110
Octal344354376

Shades and tints

Shades of #E4ECFE

#E4ECFE
(228,236,254)
#D0D7E7
(208,215,231)
#BCC2D0
(188,194,208)
#A8ADB9
(168,173,185)
#9498A2
(148,152,162)
#80838B
(128,131,139)
#6C6E74
(108,110,116)
#58595D
(88,89,93)
#444446
(68,68,70)
#302F2F
(48,47,47)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #E4ECFE

#E4ECFE
(228,236,254)
#E6EDFE
(230,237,254)
#E8EEFE
(232,238,254)
#EAEFFE
(234,239,254)
#ECF0FE
(236,240,254)
#EEF1FE
(238,241,254)
#F0F2FE
(240,242,254)
#F2F3FE
(242,243,254)
#F4F4FE
(244,244,254)
#F6F5FE
(246,245,254)
#F8F6FE
(248,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4ECFE; }

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

This text font color is #E4ECFE.


Background Color

.myBgColor { background-color: #E4ECFE; }

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

This div background color is #E4ECFE.


Border color

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

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

This div border color is #E4ECFE.


Opacity

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

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

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

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

This text has shadow with #E4ECFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ECFE on black background.


Color preview on white background

This text has color #E4ECFE on white background.



Black color preview on #E4ECFE background

This text has black color on #E4ECFE background.


White color preview on #E4ECFE background

This text has white color on #E4ECFE background.