COLOR #E4EAEF

HEX: #E4EAEF
RGB: (228,234,239)

Color info

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

RGB color model

#E4EAEF color RGB value is (228,234,239).

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

RGB channels and saturation

R 228 of 255 = 89%
G 234 of 255 = 92%
B 239 of 255 = 94%

228
234
239

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

Portions of RGB colors in percentages

R + G + B =
228 + 234 + 239 = 701 (100%)
R 228 of 701 ~ 32.52%
G 234 of 701 ~ 33.38%
B 239 of 701 ~ 34.09%

%32.52
%33.38
%34.09

CMYK color model

#E4EAEF color CMYK value is (5,2,0,6).

  • cyan value is 4.60%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(5,2,0,6)
C5M2Y0K6 
(5%,2%,0%,6%)
(0.05/0.02/0.00/0.06)	

CMYK percentages

%4.6
%2.09
%0
%6.27

Codes

Color #E4EAEF in popluar color models

E4EAEF
RGB228234239
HSL207°25.58%91.57%
HSB/HSV207°4.60%93.73%
CMYK4.60%2.09%0.00%
6.27%

Color #E4EAEF in popluar number systems.

HEXE4EAEF
Decimal228234239
Binary111001001110101011101111
Octal344352357

Shades and tints

Shades of #E4EAEF

#E4EAEF
(228,234,239)
#D0D5DA
(208,213,218)
#BCC0C5
(188,192,197)
#A8ABB0
(168,171,176)
#94969B
(148,150,155)
#808186
(128,129,134)
#6C6C71
(108,108,113)
#58575C
(88,87,92)
#444247
(68,66,71)
#302D32
(48,45,50)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #E4EAEF

#E4EAEF
(228,234,239)
#E6EBF0
(230,235,240)
#E8ECF1
(232,236,241)
#EAEDF2
(234,237,242)
#ECEEF3
(236,238,243)
#EEEFF4
(238,239,244)
#F0F0F5
(240,240,245)
#F2F1F6
(242,241,246)
#F4F2F7
(244,242,247)
#F6F3F8
(246,243,248)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EAEF; }

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

This text font color is #E4EAEF.


Background Color

.myBgColor { background-color: #E4EAEF; }

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

This div background color is #E4EAEF.


Border color

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

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

This div border color is #E4EAEF.


Opacity

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

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

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

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

This text has shadow with #E4EAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EAEF on black background.


Color preview on white background

This text has color #E4EAEF on white background.



Black color preview on #E4EAEF background

This text has black color on #E4EAEF background.


White color preview on #E4EAEF background

This text has white color on #E4EAEF background.