COLOR #E4F0EF

HEX: #E4F0EF
RGB: (228,240,239)

Color info

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

RGB color model

#E4F0EF color RGB value is (228,240,239).

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

RGB channels and saturation

R 228 of 255 = 89%
G 240 of 255 = 94%
B 239 of 255 = 94%

228
240
239

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

Portions of RGB colors in percentages

R + G + B =
228 + 240 + 239 = 707 (100%)
R 228 of 707 ~ 32.25%
G 240 of 707 ~ 33.95%
B 239 of 707 ~ 33.8%

%32.25
%33.95
%33.8

CMYK color model

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

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 5.88%
CMYK:
(5,0,0,6)
C5M0Y0K6 
(5%,0%,0%,6%)
(0.05/0.00/0.00/0.06)	

CMYK percentages

%5
%0
%0.42
%5.88

Codes

Color #E4F0EF in popluar color models

E4F0EF
RGB228240239
HSL175°28.57%91.76%
HSB/HSV175°5.00%94.12%
CMYK5.00%0.00%0.42%
5.88%

Color #E4F0EF in popluar number systems.

HEXE4F0EF
Decimal228240239
Binary111001001111000011101111
Octal344360357

Shades and tints

Shades of #E4F0EF

#E4F0EF
(228,240,239)
#D0DBDA
(208,219,218)
#BCC6C5
(188,198,197)
#A8B1B0
(168,177,176)
#949C9B
(148,156,155)
#808786
(128,135,134)
#6C7271
(108,114,113)
#585D5C
(88,93,92)
#444847
(68,72,71)
#303332
(48,51,50)
#1C1E1D
(28,30,29)
#000000
(0,0,0)

Tints of #E4F0EF

#E4F0EF
(228,240,239)
#E6F1F0
(230,241,240)
#E8F2F1
(232,242,241)
#EAF3F2
(234,243,242)
#ECF4F3
(236,244,243)
#EEF5F4
(238,245,244)
#F0F6F5
(240,246,245)
#F2F7F6
(242,247,246)
#F4F8F7
(244,248,247)
#F6F9F8
(246,249,248)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F0EF; }

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

This text font color is #E4F0EF.


Background Color

.myBgColor { background-color: #E4F0EF; }

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

This div background color is #E4F0EF.


Border color

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

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

This div border color is #E4F0EF.


Opacity

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

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

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

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

This text has shadow with #E4F0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F0EF on black background.


Color preview on white background

This text has color #E4F0EF on white background.



Black color preview on #E4F0EF background

This text has black color on #E4F0EF background.


White color preview on #E4F0EF background

This text has white color on #E4F0EF background.