COLOR #E4F0E0

HEX: #E4F0E0
RGB: (228,240,224)

Color info

#E4F0E0 contains red, green and blue colors in about the same proportion. Web safe color of #E4F0E0 is #CCFFCC (or #CFC).

RGB color model

#E4F0E0 color RGB value is (228,240,224).

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

RGB channels and saturation

R 228 of 255 = 89%
G 240 of 255 = 94%
B 224 of 255 = 88%

228
240
224

R + G + B ~ 90%. #E4F0E0 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 240 + 224 = 692 (100%)
R 228 of 692 ~ 32.95%
G 240 of 692 ~ 34.68%
B 224 of 692 ~ 32.37%

%32.95
%34.68
%32.37

CMYK color model

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

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 5.88%
CMYK:
(5,0,7,6)
C5M0Y7K6 
(5%,0%,7%,6%)
(0.05/0.00/0.07/0.06)	

CMYK percentages

%5
%0
%6.67
%5.88

Codes

Color #E4F0E0 in popluar color models

E4F0E0
RGB228240224
HSL105°34.78%90.98%
HSB/HSV105°6.67%94.12%
CMYK5.00%0.00%6.67%
5.88%

Color #E4F0E0 in popluar number systems.

HEXE4F0E0
Decimal228240224
Binary111001001111000011100000
Octal344360340

Shades and tints

Shades of #E4F0E0

#E4F0E0
(228,240,224)
#D0DBCC
(208,219,204)
#BCC6B8
(188,198,184)
#A8B1A4
(168,177,164)
#949C90
(148,156,144)
#80877C
(128,135,124)
#6C7268
(108,114,104)
#585D54
(88,93,84)
#444840
(68,72,64)
#30332C
(48,51,44)
#1C1E18
(28,30,24)
#000000
(0,0,0)

Tints of #E4F0E0

#E4F0E0
(228,240,224)
#E6F1E2
(230,241,226)
#E8F2E4
(232,242,228)
#EAF3E6
(234,243,230)
#ECF4E8
(236,244,232)
#EEF5EA
(238,245,234)
#F0F6EC
(240,246,236)
#F2F7EE
(242,247,238)
#F4F8F0
(244,248,240)
#F6F9F2
(246,249,242)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F0E0; }

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

This text font color is #E4F0E0.


Background Color

.myBgColor { background-color: #E4F0E0; }

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

This div background color is #E4F0E0.


Border color

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

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

This div border color is #E4F0E0.


Opacity

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

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

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

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

This text has shadow with #E4F0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F0E0 on black background.


Color preview on white background

This text has color #E4F0E0 on white background.



Black color preview on #E4F0E0 background

This text has black color on #E4F0E0 background.


White color preview on #E4F0E0 background

This text has white color on #E4F0E0 background.