COLOR #E4EAF6

HEX: #E4EAF6
RGB: (228,234,246)

Color info

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

RGB color model

#E4EAF6 color RGB value is (228,234,246).

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

RGB channels and saturation

R 228 of 255 = 89%
G 234 of 255 = 92%
B 246 of 255 = 96%

228
234
246

R + G + B ~ 92%. #E4EAF6 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 234 + 246 = 708 (100%)
R 228 of 708 ~ 32.2%
G 234 of 708 ~ 33.05%
B 246 of 708 ~ 34.75%

%32.2
%33.05
%34.75

CMYK color model

#E4EAF6 color CMYK value is (7,5,0,4).

  • cyan value is 7.32%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(7,5,0,4)
C7M5Y0K4 
(7%,5%,0%,4%)
(0.07/0.05/0.00/0.04)	

CMYK percentages

%7.32
%4.88
%0
%3.53

Codes

Color #E4EAF6 in popluar color models

E4EAF6
RGB228234246
HSL220°50.00%92.94%
HSB/HSV220°7.32%96.47%
CMYK7.32%4.88%0.00%
3.53%

Color #E4EAF6 in popluar number systems.

HEXE4EAF6
Decimal228234246
Binary111001001110101011110110
Octal344352366

Shades and tints

Shades of #E4EAF6

#E4EAF6
(228,234,246)
#D0D5E0
(208,213,224)
#BCC0CA
(188,192,202)
#A8ABB4
(168,171,180)
#94969E
(148,150,158)
#808188
(128,129,136)
#6C6C72
(108,108,114)
#58575C
(88,87,92)
#444246
(68,66,70)
#302D30
(48,45,48)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #E4EAF6

#E4EAF6
(228,234,246)
#E6EBF6
(230,235,246)
#E8ECF6
(232,236,246)
#EAEDF6
(234,237,246)
#ECEEF6
(236,238,246)
#EEEFF6
(238,239,246)
#F0F0F6
(240,240,246)
#F2F1F6
(242,241,246)
#F4F2F6
(244,242,246)
#F6F3F6
(246,243,246)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EAF6; }

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

This text font color is #E4EAF6.


Background Color

.myBgColor { background-color: #E4EAF6; }

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

This div background color is #E4EAF6.


Border color

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

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

This div border color is #E4EAF6.


Opacity

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

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

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

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

This text has shadow with #E4EAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EAF6 on black background.


Color preview on white background

This text has color #E4EAF6 on white background.



Black color preview on #E4EAF6 background

This text has black color on #E4EAF6 background.


White color preview on #E4EAF6 background

This text has white color on #E4EAF6 background.