COLOR #E5F4DE

HEX: #E5F4DE
RGB: (229,244,222)

Color info

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

RGB color model

#E5F4DE color RGB value is (229,244,222).

  • red value is 229;
  • green value is 244;
  • blue value is 222.
RGB:
(229,244,222)
(90%,96%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 244 of 255 = 96%
B 222 of 255 = 87%

229
244
222

R + G + B ~ 91%. #E5F4DE is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 244 + 222 = 695 (100%)
R 229 of 695 ~ 32.95%
G 244 of 695 ~ 35.11%
B 222 of 695 ~ 31.94%

%32.95
%35.11
%31.94

CMYK color model

#E5F4DE color CMYK value is (6,0,9,4).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 4.31%
CMYK:
(6,0,9,4)
C6M0Y9K4 
(6%,0%,9%,4%)
(0.06/0.00/0.09/0.04)	

CMYK percentages

%6.15
%0
%9.02
%4.31

Codes

Color #E5F4DE in popluar color models

E5F4DE
RGB229244222
HSL101°50.00%91.37%
HSB/HSV101°9.02%95.69%
CMYK6.15%0.00%9.02%
4.31%

Color #E5F4DE in popluar number systems.

HEXE5F4DE
Decimal229244222
Binary111001011111010011011110
Octal345364336

Shades and tints

Shades of #E5F4DE

#E5F4DE
(229,244,222)
#D1DECA
(209,222,202)
#BDC8B6
(189,200,182)
#A9B2A2
(169,178,162)
#959C8E
(149,156,142)
#81867A
(129,134,122)
#6D7066
(109,112,102)
#595A52
(89,90,82)
#45443E
(69,68,62)
#312E2A
(49,46,42)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #E5F4DE

#E5F4DE
(229,244,222)
#E7F5E1
(231,245,225)
#E9F6E4
(233,246,228)
#EBF7E7
(235,247,231)
#EDF8EA
(237,248,234)
#EFF9ED
(239,249,237)
#F1FAF0
(241,250,240)
#F3FBF3
(243,251,243)
#F5FCF6
(245,252,246)
#F7FDF9
(247,253,249)
#F9FEFC
(249,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F4DE; }

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

This text font color is #E5F4DE.


Background Color

.myBgColor { background-color: #E5F4DE; }

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

This div background color is #E5F4DE.


Border color

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

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

This div border color is #E5F4DE.


Opacity

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

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

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

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

This text has shadow with #E5F4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F4DE on black background.


Color preview on white background

This text has color #E5F4DE on white background.



Black color preview on #E5F4DE background

This text has black color on #E5F4DE background.


White color preview on #E5F4DE background

This text has white color on #E5F4DE background.