COLOR #E9F5DE

HEX: #E9F5DE
RGB: (233,245,222)

Color info

#E9F5DE contains red, green and blue colors in about the same proportion. Web safe color of #E9F5DE is #FFFFCC (or #FFC).

RGB color model

#E9F5DE color RGB value is (233,245,222).

  • red value is 233;
  • green value is 245;
  • blue value is 222.
RGB:
(233,245,222)
(91%,96%,87%)

RGB channels and saturation

R 233 of 255 = 91%
G 245 of 255 = 96%
B 222 of 255 = 87%

233
245
222

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

Portions of RGB colors in percentages

R + G + B =
233 + 245 + 222 = 700 (100%)
R 233 of 700 ~ 33.29%
G 245 of 700 ~ 35%
B 222 of 700 ~ 31.71%

%33.29
%35
%31.71

CMYK color model

#E9F5DE color CMYK value is (5,0,9,4).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(5,0,9,4)
C5M0Y9K4 
(5%,0%,9%,4%)
(0.05/0.00/0.09/0.04)	

CMYK percentages

%4.9
%0
%9.39
%3.92

Codes

Color #E9F5DE in popluar color models

E9F5DE
RGB233245222
HSL91°53.49%91.57%
HSB/HSV91°9.39%96.08%
CMYK4.90%0.00%9.39%
3.92%

Color #E9F5DE in popluar number systems.

HEXE9F5DE
Decimal233245222
Binary111010011111010111011110
Octal351365336

Shades and tints

Shades of #E9F5DE

#E9F5DE
(233,245,222)
#D4DFCA
(212,223,202)
#BFC9B6
(191,201,182)
#AAB3A2
(170,179,162)
#959D8E
(149,157,142)
#80877A
(128,135,122)
#6B7166
(107,113,102)
#565B52
(86,91,82)
#41453E
(65,69,62)
#2C2F2A
(44,47,42)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #E9F5DE

#E9F5DE
(233,245,222)
#EBF5E1
(235,245,225)
#EDF5E4
(237,245,228)
#EFF5E7
(239,245,231)
#F1F5EA
(241,245,234)
#F3F5ED
(243,245,237)
#F5F5F0
(245,245,240)
#F7F5F3
(247,245,243)
#F9F5F6
(249,245,246)
#FBF5F9
(251,245,249)
#FDF5FC
(253,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F5DE; }

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

This text font color is #E9F5DE.


Background Color

.myBgColor { background-color: #E9F5DE; }

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

This div background color is #E9F5DE.


Border color

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

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

This div border color is #E9F5DE.


Opacity

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

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

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

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

This text has shadow with #E9F5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F5DE on black background.


Color preview on white background

This text has color #E9F5DE on white background.



Black color preview on #E9F5DE background

This text has black color on #E9F5DE background.


White color preview on #E9F5DE background

This text has white color on #E9F5DE background.