COLOR #E5F5DE

HEX: #E5F5DE RGB: (229,245,222)

Color info

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

RGB color model

#E5F5DE color RGB value is (229,245,222).

RGB: (229,245,222) (90%, 96%, 87%)

RGB channels and saturation

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

229
245
222

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

Portions of RGB colors in percentages

R + G + B = 229 + 245 + 222 = 696 (100%)
R 229 of 696 ~ 32.9%
G 245 of 696 ~ 35.2%
B 222 of 696 ~ 31.9'%

%32.9
%35.2
%31.9

CMYK color model

#E5F5DE color CMYK value is (7,0,9,4).

  • cyan value is 6.53%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%

CMYK: (7,0,9,4)
C7M0Y9K4 (7%, 0%, 9%, 4%)
(0.07 / 0.00 / 0.09 / 0.04)

CMYK percentages

%6.53
%0
%9.39
%3.92

Codes

Color #E5F5DE in popluar color models

E5 F5 DE
RGB 229 245 222
HSL 102° 53.49% 91.57%
HSB/HSV 102° 9.39% 96.08%
CMYK 6.53% 0.00% 9.39%
3.92%

Color #E5F5DE in popluar number systems.

HEX E5 F5 DE
Decimal 229 245 222
Binary 11100101 11110101 11011110
Octal 345 365 336

Shades and tints

Shades of #E5F5DE

#E5F5DE
(229,245,222)
#D1DFCA
(209,223,202)
#BDC9B6
(189,201,182)
#A9B3A2
(169,179,162)
#959D8E
(149,157,142)
#81877A
(129,135,122)
#6D7166
(109,113,102)
#595B52
(89,91,82)
#45453E
(69,69,62)
#312F2A
(49,47,42)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #E5F5DE

#E5F5DE
(229,245,222)
#E7F5E1
(231,245,225)
#E9F5E4
(233,245,228)
#EBF5E7
(235,245,231)
#EDF5EA
(237,245,234)
#EFF5ED
(239,245,237)
#F1F5F0
(241,245,240)
#F3F5F3
(243,245,243)
#F5F5F6
(245,245,246)
#F7F5F9
(247,245,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F5DE; }

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

This text font color is #E5F5DE.

Background Color

.myBgColor { background-color: #E5F5DE; }

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

This div background color is #E5F5DE.

Border color

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

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

This div border color is #E5F5DE.

Opacity

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

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

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

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

This text has shadow with #E5F5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F5DE.

Preview

Color preview on black background

This text has color #E5F5DE on black background.


Color preview on white background

This text has color #E5F5DE on white background.


Black color preview on #E5F5DE background

This text has black color on #E5F5DE background.


White color preview on #E5F5DE background

This text has white color on #E5F5DE background.


Related colors

Complementary color

Complementary color for #hex is #1A0A21.


I love getcolorcode.com

Triadic colors

1 #DEE5F5 and #F5DEE5 with #E5F5DE are triadic colors.

2 #DEF5E5 and #F5E5DE with #E5F5DE are triadic colors.