COLOR #E4F0E1

HEX: #E4F0E1
RGB: (228,240,225)

Color info

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

RGB color model

#E4F0E1 color RGB value is (228,240,225).

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

RGB channels and saturation

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

228
240
225

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

Portions of RGB colors in percentages

R + G + B =
228 + 240 + 225 = 693 (100%)
R 228 of 693 ~ 32.9%
G 240 of 693 ~ 34.63%
B 225 of 693 ~ 32.47%

%32.9
%34.63
%32.47

CMYK color model

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

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

CMYK percentages

%5
%0
%6.25
%5.88

Codes

Color #E4F0E1 in popluar color models

E4F0E1
RGB228240225
HSL108°33.33%91.18%
HSB/HSV108°6.25%94.12%
CMYK5.00%0.00%6.25%
5.88%

Color #E4F0E1 in popluar number systems.

HEXE4F0E1
Decimal228240225
Binary111001001111000011100001
Octal344360341

Shades and tints

Shades of #E4F0E1

#E4F0E1
(228,240,225)
#D0DBCD
(208,219,205)
#BCC6B9
(188,198,185)
#A8B1A5
(168,177,165)
#949C91
(148,156,145)
#80877D
(128,135,125)
#6C7269
(108,114,105)
#585D55
(88,93,85)
#444841
(68,72,65)
#30332D
(48,51,45)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #E4F0E1

#E4F0E1
(228,240,225)
#E6F1E3
(230,241,227)
#E8F2E5
(232,242,229)
#EAF3E7
(234,243,231)
#ECF4E9
(236,244,233)
#EEF5EB
(238,245,235)
#F0F6ED
(240,246,237)
#F2F7EF
(242,247,239)
#F4F8F1
(244,248,241)
#F6F9F3
(246,249,243)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F0E1; }

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

This text font color is #E4F0E1.


Background Color

.myBgColor { background-color: #E4F0E1; }

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

This div background color is #E4F0E1.


Border color

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

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

This div border color is #E4F0E1.


Opacity

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

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

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

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

This text has shadow with #E4F0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F0E1 on black background.


Color preview on white background

This text has color #E4F0E1 on white background.



Black color preview on #E4F0E1 background

This text has black color on #E4F0E1 background.


White color preview on #E4F0E1 background

This text has white color on #E4F0E1 background.