COLOR #E9F5D2

HEX: #E9F5D2
RGB: (233,245,210)

Color info

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

RGB color model

#E9F5D2 color RGB value is (233,245,210).

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

RGB channels and saturation

R 233 of 255 = 91%
G 245 of 255 = 96%
B 210 of 255 = 82%

233
245
210

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

Portions of RGB colors in percentages

R + G + B =
233 + 245 + 210 = 688 (100%)
R 233 of 688 ~ 33.87%
G 245 of 688 ~ 35.61%
B 210 of 688 ~ 30.52%

%33.87
%35.61
%30.52

CMYK color model

#E9F5D2 color CMYK value is (5,0,14,4).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 3.92%
CMYK:
(5,0,14,4)
C5M0Y14K4 
(5%,0%,14%,4%)
(0.05/0.00/0.14/0.04)	

CMYK percentages

%4.9
%0
%14.29
%3.92

Codes

Color #E9F5D2 in popluar color models

E9F5D2
RGB233245210
HSL81°63.64%89.22%
HSB/HSV81°14.29%96.08%
CMYK4.90%0.00%14.29%
3.92%

Color #E9F5D2 in popluar number systems.

HEXE9F5D2
Decimal233245210
Binary111010011111010111010010
Octal351365322

Shades and tints

Shades of #E9F5D2

#E9F5D2
(233,245,210)
#D4DFBF
(212,223,191)
#BFC9AC
(191,201,172)
#AAB399
(170,179,153)
#959D86
(149,157,134)
#808773
(128,135,115)
#6B7160
(107,113,96)
#565B4D
(86,91,77)
#41453A
(65,69,58)
#2C2F27
(44,47,39)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #E9F5D2

#E9F5D2
(233,245,210)
#EBF5D6
(235,245,214)
#EDF5DA
(237,245,218)
#EFF5DE
(239,245,222)
#F1F5E2
(241,245,226)
#F3F5E6
(243,245,230)
#F5F5EA
(245,245,234)
#F7F5EE
(247,245,238)
#F9F5F2
(249,245,242)
#FBF5F6
(251,245,246)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F5D2; }

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

This text font color is #E9F5D2.


Background Color

.myBgColor { background-color: #E9F5D2; }

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

This div background color is #E9F5D2.


Border color

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

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

This div border color is #E9F5D2.


Opacity

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

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

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

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

This text has shadow with #E9F5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F5D2 on black background.


Color preview on white background

This text has color #E9F5D2 on white background.



Black color preview on #E9F5D2 background

This text has black color on #E9F5D2 background.


White color preview on #E9F5D2 background

This text has white color on #E9F5D2 background.