COLOR #E4F4DA

HEX: #E4F4DA
RGB: (228,244,218)

Color info

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

RGB color model

#E4F4DA color RGB value is (228,244,218).

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

RGB channels and saturation

R 228 of 255 = 89%
G 244 of 255 = 96%
B 218 of 255 = 85%

228
244
218

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

Portions of RGB colors in percentages

R + G + B =
228 + 244 + 218 = 690 (100%)
R 228 of 690 ~ 33.04%
G 244 of 690 ~ 35.36%
B 218 of 690 ~ 31.59%

%33.04
%35.36
%31.59

CMYK color model

#E4F4DA color CMYK value is (7,0,11,4).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK:
(7,0,11,4)
C7M0Y11K4 
(7%,0%,11%,4%)
(0.07/0.00/0.11/0.04)	

CMYK percentages

%6.56
%0
%10.66
%4.31

Codes

Color #E4F4DA in popluar color models

E4F4DA
RGB228244218
HSL97°54.17%90.59%
HSB/HSV97°10.66%95.69%
CMYK6.56%0.00%10.66%
4.31%

Color #E4F4DA in popluar number systems.

HEXE4F4DA
Decimal228244218
Binary111001001111010011011010
Octal344364332

Shades and tints

Shades of #E4F4DA

#E4F4DA
(228,244,218)
#D0DEC7
(208,222,199)
#BCC8B4
(188,200,180)
#A8B2A1
(168,178,161)
#949C8E
(148,156,142)
#80867B
(128,134,123)
#6C7068
(108,112,104)
#585A55
(88,90,85)
#444442
(68,68,66)
#302E2F
(48,46,47)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #E4F4DA

#E4F4DA
(228,244,218)
#E6F5DD
(230,245,221)
#E8F6E0
(232,246,224)
#EAF7E3
(234,247,227)
#ECF8E6
(236,248,230)
#EEF9E9
(238,249,233)
#F0FAEC
(240,250,236)
#F2FBEF
(242,251,239)
#F4FCF2
(244,252,242)
#F6FDF5
(246,253,245)
#F8FEF8
(248,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F4DA; }

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

This text font color is #E4F4DA.


Background Color

.myBgColor { background-color: #E4F4DA; }

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

This div background color is #E4F4DA.


Border color

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

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

This div border color is #E4F4DA.


Opacity

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

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

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

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

This text has shadow with #E4F4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F4DA on black background.


Color preview on white background

This text has color #E4F4DA on white background.



Black color preview on #E4F4DA background

This text has black color on #E4F4DA background.


White color preview on #E4F4DA background

This text has white color on #E4F4DA background.