COLOR #E4F5DA

HEX: #E4F5DA
RGB: (228,245,218)

Color info

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

RGB color model

#E4F5DA color RGB value is (228,245,218).

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

RGB channels and saturation

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

228
245
218

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

Portions of RGB colors in percentages

R + G + B =
228 + 245 + 218 = 691 (100%)
R 228 of 691 ~ 33%
G 245 of 691 ~ 35.46%
B 218 of 691 ~ 31.55%

%33
%35.46
%31.55

CMYK color model

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

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

CMYK percentages

%6.94
%0
%11.02
%3.92

Codes

Color #E4F5DA in popluar color models

E4F5DA
RGB228245218
HSL98°57.45%90.78%
HSB/HSV98°11.02%96.08%
CMYK6.94%0.00%11.02%
3.92%

Color #E4F5DA in popluar number systems.

HEXE4F5DA
Decimal228245218
Binary111001001111010111011010
Octal344365332

Shades and tints

Shades of #E4F5DA

#E4F5DA
(228,245,218)
#D0DFC7
(208,223,199)
#BCC9B4
(188,201,180)
#A8B3A1
(168,179,161)
#949D8E
(148,157,142)
#80877B
(128,135,123)
#6C7168
(108,113,104)
#585B55
(88,91,85)
#444542
(68,69,66)
#302F2F
(48,47,47)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #E4F5DA

#E4F5DA
(228,245,218)
#E6F5DD
(230,245,221)
#E8F5E0
(232,245,224)
#EAF5E3
(234,245,227)
#ECF5E6
(236,245,230)
#EEF5E9
(238,245,233)
#F0F5EC
(240,245,236)
#F2F5EF
(242,245,239)
#F4F5F2
(244,245,242)
#F6F5F5
(246,245,245)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F5DA; }

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

This text font color is #E4F5DA.


Background Color

.myBgColor { background-color: #E4F5DA; }

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

This div background color is #E4F5DA.


Border color

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

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

This div border color is #E4F5DA.


Opacity

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

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

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

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

This text has shadow with #E4F5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F5DA on black background.


Color preview on white background

This text has color #E4F5DA on white background.



Black color preview on #E4F5DA background

This text has black color on #E4F5DA background.


White color preview on #E4F5DA background

This text has white color on #E4F5DA background.