COLOR #E4E9FA

HEX: #E4E9FA
RGB: (228,233,250)

Color info

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

RGB color model

#E4E9FA color RGB value is (228,233,250).

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

RGB channels and saturation

R 228 of 255 = 89%
G 233 of 255 = 91%
B 250 of 255 = 98%

228
233
250

R + G + B ~ 93%. #E4E9FA is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 233 + 250 = 711 (100%)
R 228 of 711 ~ 32.07%
G 233 of 711 ~ 32.77%
B 250 of 711 ~ 35.16%

%32.07
%32.77
%35.16

CMYK color model

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

  • cyan value is 8.80%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,7,0,2)
C9M7Y0K2 
(9%,7%,0%,2%)
(0.09/0.07/0.00/0.02)	

CMYK percentages

%8.8
%6.8
%0
%1.96

Codes

Color #E4E9FA in popluar color models

E4E9FA
RGB228233250
HSL226°68.75%93.73%
HSB/HSV226°8.80%98.04%
CMYK8.80%6.80%0.00%
1.96%

Color #E4E9FA in popluar number systems.

HEXE4E9FA
Decimal228233250
Binary111001001110100111111010
Octal344351372

Shades and tints

Shades of #E4E9FA

#E4E9FA
(228,233,250)
#D0D4E4
(208,212,228)
#BCBFCE
(188,191,206)
#A8AAB8
(168,170,184)
#9495A2
(148,149,162)
#80808C
(128,128,140)
#6C6B76
(108,107,118)
#585660
(88,86,96)
#44414A
(68,65,74)
#302C34
(48,44,52)
#1C171E
(28,23,30)
#000000
(0,0,0)

Tints of #E4E9FA

#E4E9FA
(228,233,250)
#E6EBFA
(230,235,250)
#E8EDFA
(232,237,250)
#EAEFFA
(234,239,250)
#ECF1FA
(236,241,250)
#EEF3FA
(238,243,250)
#F0F5FA
(240,245,250)
#F2F7FA
(242,247,250)
#F4F9FA
(244,249,250)
#F6FBFA
(246,251,250)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E9FA; }

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

This text font color is #E4E9FA.


Background Color

.myBgColor { background-color: #E4E9FA; }

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

This div background color is #E4E9FA.


Border color

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

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

This div border color is #E4E9FA.


Opacity

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

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

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

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

This text has shadow with #E4E9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E9FA on black background.


Color preview on white background

This text has color #E4E9FA on white background.



Black color preview on #E4E9FA background

This text has black color on #E4E9FA background.


White color preview on #E4E9FA background

This text has white color on #E4E9FA background.