COLOR #E4F2DA

HEX: #E4F2DA
RGB: (228,242,218)

Color info

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

RGB color model

#E4F2DA color RGB value is (228,242,218).

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

RGB channels and saturation

R 228 of 255 = 89%
G 242 of 255 = 95%
B 218 of 255 = 85%

228
242
218

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

Portions of RGB colors in percentages

R + G + B =
228 + 242 + 218 = 688 (100%)
R 228 of 688 ~ 33.14%
G 242 of 688 ~ 35.17%
B 218 of 688 ~ 31.69%

%33.14
%35.17
%31.69

CMYK color model

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

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 5.10%
CMYK:
(6,0,10,5)
C6M0Y10K5 
(6%,0%,10%,5%)
(0.06/0.00/0.10/0.05)	

CMYK percentages

%5.79
%0
%9.92
%5.1

Codes

Color #E4F2DA in popluar color models

E4F2DA
RGB228242218
HSL95°48.00%90.20%
HSB/HSV95°9.92%94.90%
CMYK5.79%0.00%9.92%
5.10%

Color #E4F2DA in popluar number systems.

HEXE4F2DA
Decimal228242218
Binary111001001111001011011010
Octal344362332

Shades and tints

Shades of #E4F2DA

#E4F2DA
(228,242,218)
#D0DCC7
(208,220,199)
#BCC6B4
(188,198,180)
#A8B0A1
(168,176,161)
#949A8E
(148,154,142)
#80847B
(128,132,123)
#6C6E68
(108,110,104)
#585855
(88,88,85)
#444242
(68,66,66)
#302C2F
(48,44,47)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #E4F2DA

#E4F2DA
(228,242,218)
#E6F3DD
(230,243,221)
#E8F4E0
(232,244,224)
#EAF5E3
(234,245,227)
#ECF6E6
(236,246,230)
#EEF7E9
(238,247,233)
#F0F8EC
(240,248,236)
#F2F9EF
(242,249,239)
#F4FAF2
(244,250,242)
#F6FBF5
(246,251,245)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F2DA; }

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

This text font color is #E4F2DA.


Background Color

.myBgColor { background-color: #E4F2DA; }

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

This div background color is #E4F2DA.


Border color

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

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

This div border color is #E4F2DA.


Opacity

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

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

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

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

This text has shadow with #E4F2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F2DA on black background.


Color preview on white background

This text has color #E4F2DA on white background.



Black color preview on #E4F2DA background

This text has black color on #E4F2DA background.


White color preview on #E4F2DA background

This text has white color on #E4F2DA background.