COLOR #E9FDD7

HEX: #E9FDD7
RGB: (233,253,215)

Color info

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

RGB color model

#E9FDD7 color RGB value is (233,253,215).

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

RGB channels and saturation

R 233 of 255 = 91%
G 253 of 255 = 99%
B 215 of 255 = 84%

233
253
215

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

Portions of RGB colors in percentages

R + G + B =
233 + 253 + 215 = 701 (100%)
R 233 of 701 ~ 33.24%
G 253 of 701 ~ 36.09%
B 215 of 701 ~ 30.67%

%33.24
%36.09
%30.67

CMYK color model

#E9FDD7 color CMYK value is (8,0,15,1).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 15.02%
  • key color value is 0.78%
CMYK: (8,0,15,1) C8M0Y15K1 (8%,0%,15%,1%) (0.08/0.00/0.15/0.01)

CMYK percentages

%7.91
%0
%15.02
%0.78

Codes

Color #E9FDD7 in popluar color models

E9FDD7
RGB233253215
HSL92°90.48%91.76%
HSB/HSV92°15.02%99.22%
CMYK7.91%0.00%15.02%
0.78%

Color #E9FDD7 in popluar number systems.

HEXE9FDD7
Decimal233253215
Binary111010011111110111010111
Octal351375327

Shades and tints

Shades of #E9FDD7

#E9FDD7
(233,253,215)
#D4E6C4
(212,230,196)
#BFCFB1
(191,207,177)
#AAB89E
(170,184,158)
#95A18B
(149,161,139)
#808A78
(128,138,120)
#6B7365
(107,115,101)
#565C52
(86,92,82)
#41453F
(65,69,63)
#2C2E2C
(44,46,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #E9FDD7

#E9FDD7
(233,253,215)
#EBFDDA
(235,253,218)
#EDFDDD
(237,253,221)
#EFFDE0
(239,253,224)
#F1FDE3
(241,253,227)
#F3FDE6
(243,253,230)
#F5FDE9
(245,253,233)
#F7FDEC
(247,253,236)
#F9FDEF
(249,253,239)
#FBFDF2
(251,253,242)
#FDFDF5
(253,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FDD7; }

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

This text font color is #E9FDD7.


Background Color

.myBgColor { background-color: #E9FDD7; }

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

This div background color is #E9FDD7.


Border color

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

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

This div border color is #E9FDD7.


Opacity

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

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

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

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

This text has shadow with #E9FDD7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E9FDD7 on black background.


Color preview on white background

This text has color #E9FDD7 on white background.



Black color preview on #E9FDD7 background

This text has black color on #E9FDD7 background.


White color preview on #E9FDD7 background

This text has white color on #E9FDD7 background.