COLOR #E5F9DE

HEX: #E5F9DE RGB: (229,249,222)

Color info

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

RGB color model

#E5F9DE color RGB value is (229,249,222).

RGB: (229,249,222) (90%, 98%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 249 of 255 = 98%
B 222 of 255 = 87%

229
249
222

R + G + B ~ 92%. #E5F9DE is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 249 + 222 = 700 (100%)
R 229 of 700 ~ 32.71%
G 249 of 700 ~ 35.57%
B 222 of 700 ~ 31.71'%

%32.71
%35.57
%31.71

CMYK color model

#E5F9DE color CMYK value is (8,0,11,2).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 2.35%

CMYK: (8,0,11,2)
C8M0Y11K2 (8%, 0%, 11%, 2%)
(0.08 / 0.00 / 0.11 / 0.02)

CMYK percentages

%8.03
%0
%10.84
%2.35

Codes

Color #E5F9DE in popluar color models

E5 F9 DE
RGB 229 249 222
HSL 104° 69.23% 92.35%
HSB/HSV 104° 10.84% 97.65%
CMYK 8.03% 0.00% 10.84%
2.35%

Color #E5F9DE in popluar number systems.

HEX E5 F9 DE
Decimal 229 249 222
Binary 11100101 11111001 11011110
Octal 345 371 336

Shades and tints

Shades of #E5F9DE

#E5F9DE
(229,249,222)
#D1E3CA
(209,227,202)
#BDCDB6
(189,205,182)
#A9B7A2
(169,183,162)
#95A18E
(149,161,142)
#818B7A
(129,139,122)
#6D7566
(109,117,102)
#595F52
(89,95,82)
#45493E
(69,73,62)
#31332A
(49,51,42)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #E5F9DE

#E5F9DE
(229,249,222)
#E7F9E1
(231,249,225)
#E9F9E4
(233,249,228)
#EBF9E7
(235,249,231)
#EDF9EA
(237,249,234)
#EFF9ED
(239,249,237)
#F1F9F0
(241,249,240)
#F3F9F3
(243,249,243)
#F5F9F6
(245,249,246)
#F7F9F9
(247,249,249)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F9DE; }

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

This text font color is #E5F9DE.

Background Color

.myBgColor { background-color: #E5F9DE; }

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

This div background color is #E5F9DE.

Border color

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

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

This div border color is #E5F9DE.

Opacity

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

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

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

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

This text has shadow with #E5F9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F9DE.

Preview

Color preview on black background

This text has color #E5F9DE on black background.


Color preview on white background

This text has color #E5F9DE on white background.


Black color preview on #E5F9DE background

This text has black color on #E5F9DE background.


White color preview on #E5F9DE background

This text has white color on #E5F9DE background.


Related colors

Complementary color

Complementary color for #hex is #1A0621.


I love getcolorcode.com

Triadic colors

1 #DEE5F9 and #F9DEE5 with #E5F9DE are triadic colors.

2 #DEF9E5 and #F9E5DE with #E5F9DE are triadic colors.