COLOR #E4F0DA

HEX: #E4F0DA
RGB: (228,240,218)

Color info

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

RGB color model

#E4F0DA color RGB value is (228,240,218).

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

RGB channels and saturation

R 228 of 255 = 89%
G 240 of 255 = 94%
B 218 of 255 = 85%

228
240
218

R + G + B ~ 89%. #E4F0DA is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 240 + 218 = 686 (100%)
R 228 of 686 ~ 33.24%
G 240 of 686 ~ 34.99%
B 218 of 686 ~ 31.78%

%33.24
%34.99
%31.78

CMYK color model

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

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 5.88%
CMYK:
(5,0,9,6)
C5M0Y9K6 
(5%,0%,9%,6%)
(0.05/0.00/0.09/0.06)	

CMYK percentages

%5
%0
%9.17
%5.88

Codes

Color #E4F0DA in popluar color models

E4F0DA
RGB228240218
HSL93°42.31%89.80%
HSB/HSV93°9.17%94.12%
CMYK5.00%0.00%9.17%
5.88%

Color #E4F0DA in popluar number systems.

HEXE4F0DA
Decimal228240218
Binary111001001111000011011010
Octal344360332

Shades and tints

Shades of #E4F0DA

#E4F0DA
(228,240,218)
#D0DBC7
(208,219,199)
#BCC6B4
(188,198,180)
#A8B1A1
(168,177,161)
#949C8E
(148,156,142)
#80877B
(128,135,123)
#6C7268
(108,114,104)
#585D55
(88,93,85)
#444842
(68,72,66)
#30332F
(48,51,47)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #E4F0DA

#E4F0DA
(228,240,218)
#E6F1DD
(230,241,221)
#E8F2E0
(232,242,224)
#EAF3E3
(234,243,227)
#ECF4E6
(236,244,230)
#EEF5E9
(238,245,233)
#F0F6EC
(240,246,236)
#F2F7EF
(242,247,239)
#F4F8F2
(244,248,242)
#F6F9F5
(246,249,245)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F0DA; }

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

This text font color is #E4F0DA.


Background Color

.myBgColor { background-color: #E4F0DA; }

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

This div background color is #E4F0DA.


Border color

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

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

This div border color is #E4F0DA.


Opacity

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

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

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

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

This text has shadow with #E4F0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F0DA on black background.


Color preview on white background

This text has color #E4F0DA on white background.



Black color preview on #E4F0DA background

This text has black color on #E4F0DA background.


White color preview on #E4F0DA background

This text has white color on #E4F0DA background.