COLOR #E5F4DA

HEX: #E5F4DA RGB: (229,244,218)

Color info

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

RGB color model

#E5F4DA color RGB value is (229,244,218).

RGB: (229,244,218) (90%, 96%, 85%)

RGB channels and saturation

R 229 of 255 = 90%
G 244 of 255 = 96%
B 218 of 255 = 85%

229
244
218

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

Portions of RGB colors in percentages

R + G + B = 229 + 244 + 218 = 691 (100%)
R 229 of 691 ~ 33.14%
G 244 of 691 ~ 35.31%
B 218 of 691 ~ 31.55'%

%33.14
%35.31
%31.55

CMYK color model

#E5F4DA color CMYK value is (6,0,11,4).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK: (6,0,11,4) C6M0Y11K4 (6%,0%,11%,4%) (0.06/0.00/0.11/0.04) 

CMYK percentages

%6.15
%0
%10.66
%4.31

Codes

Color #E5F4DA in popluar color models

E5 F4 DA
RGB 229 244 218
HSL 95° 54.17% 90.59%
HSB/HSV 95° 10.66% 95.69%
CMYK 6.15% 0.00% 10.66%
4.31%

Color #E5F4DA in popluar number systems.

HEX E5 F4 DA
Decimal 229 244 218
Binary 11100101 11110100 11011010
Octal 345 364 332

Shades and tints

Shades of #E5F4DA

#E5F4DA
(229,244,218)
#D1DEC7
(209,222,199)
#BDC8B4
(189,200,180)
#A9B2A1
(169,178,161)
#959C8E
(149,156,142)
#81867B
(129,134,123)
#6D7068
(109,112,104)
#595A55
(89,90,85)
#454442
(69,68,66)
#312E2F
(49,46,47)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #E5F4DA

#E5F4DA
(229,244,218)
#E7F5DD
(231,245,221)
#E9F6E0
(233,246,224)
#EBF7E3
(235,247,227)
#EDF8E6
(237,248,230)
#EFF9E9
(239,249,233)
#F1FAEC
(241,250,236)
#F3FBEF
(243,251,239)
#F5FCF2
(245,252,242)
#F7FDF5
(247,253,245)
#F9FEF8
(249,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F4DA; }

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

This text font color is #E5F4DA.

Background Color

.myBgColor { background-color: #E5F4DA; }

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

This div background color is #E5F4DA.

Border color

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

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

This div border color is #E5F4DA.

Opacity

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

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

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

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

This text has shadow with #E5F4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F4DA.

Preview

Color preview on black background

This text has color #E5F4DA on black background.


Color preview on white background

This text has color #E5F4DA on white background.


Black color preview on #E5F4DA background

This text has black color on #E5F4DA background.


White color preview on #E5F4DA background

This text has white color on #E5F4DA background.


Related colors

Complementary color

Complementary color for #hex is #1A0B25.


I love getcolorcode.com

Triadic colors

1 #DAE5F4 and #F4DAE5 with #E5F4DA are triadic colors.

2 #DAF4E5 and #F4E5DA with #E5F4DA are triadic colors.