COLOR #E9FDDA

HEX: #E9FDDA
RGB: (233,253,218)

Color info

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

RGB color model

#E9FDDA color RGB value is (233,253,218).

  • red value is 233;
  • green value is 253;
  • blue value is 218.
RGB:
(233,253,218)
(91%,99%,85%)

RGB channels and saturation

R 233 of 255 = 91%
G 253 of 255 = 99%
B 218 of 255 = 85%

233
253
218

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

Portions of RGB colors in percentages

R + G + B =
233 + 253 + 218 = 704 (100%)
R 233 of 704 ~ 33.1%
G 253 of 704 ~ 35.94%
B 218 of 704 ~ 30.97%

%33.1
%35.94
%30.97

CMYK color model

#E9FDDA color CMYK value is (8,0,14,1).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 0.78%
CMYK:
(8,0,14,1)
C8M0Y14K1 
(8%,0%,14%,1%)
(0.08/0.00/0.14/0.01)	

CMYK percentages

%7.91
%0
%13.83
%0.78

Codes

Color #E9FDDA in popluar color models

E9FDDA
RGB233253218
HSL94°89.74%92.35%
HSB/HSV94°13.83%99.22%
CMYK7.91%0.00%13.83%
0.78%

Color #E9FDDA in popluar number systems.

HEXE9FDDA
Decimal233253218
Binary111010011111110111011010
Octal351375332

Shades and tints

Shades of #E9FDDA

#E9FDDA
(233,253,218)
#D4E6C7
(212,230,199)
#BFCFB4
(191,207,180)
#AAB8A1
(170,184,161)
#95A18E
(149,161,142)
#808A7B
(128,138,123)
#6B7368
(107,115,104)
#565C55
(86,92,85)
#414542
(65,69,66)
#2C2E2F
(44,46,47)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #E9FDDA

#E9FDDA
(233,253,218)
#EBFDDD
(235,253,221)
#EDFDE0
(237,253,224)
#EFFDE3
(239,253,227)
#F1FDE6
(241,253,230)
#F3FDE9
(243,253,233)
#F5FDEC
(245,253,236)
#F7FDEF
(247,253,239)
#F9FDF2
(249,253,242)
#FBFDF5
(251,253,245)
#FDFDF8
(253,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FDDA color. Also use rgb(233,253,218) instead hex code.

Text Font Color

.myTextColor { color: #E9FDDA; }

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

This text font color is #E9FDDA.


Background Color

.myBgColor { background-color: #E9FDDA; }

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

This div background color is #E9FDDA.


Border color

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

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

This div border color is #E9FDDA.


Opacity

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

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

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

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

This text has shadow with #E9FDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FDDA on black background.


Color preview on white background

This text has color #E9FDDA on white background.



Black color preview on #E9FDDA background

This text has black color on #E9FDDA background.


White color preview on #E9FDDA background

This text has white color on #E9FDDA background.