COLOR #E9FDED

HEX: #E9FDED
RGB: (233,253,237)

Color info

#E9FDED contains red, green and blue colors in about the same proportion. Web safe color of #E9FDED is #FFFFFF (or #FFF).

RGB color model

#E9FDED color RGB value is (233,253,237).

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

RGB channels and saturation

R 233 of 255 = 91%
G 253 of 255 = 99%
B 237 of 255 = 93%

233
253
237

R + G + B ~ 94%. #E9FDED is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 253 + 237 = 723 (100%)
R 233 of 723 ~ 32.23%
G 253 of 723 ~ 34.99%
B 237 of 723 ~ 32.78%

%32.23
%34.99
%32.78

CMYK color model

#E9FDED color CMYK value is (8,0,6,1).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 0.78%
CMYK:
(8,0,6,1)
C8M0Y6K1 
(8%,0%,6%,1%)
(0.08/0.00/0.06/0.01)	

CMYK percentages

%7.91
%0
%6.32
%0.78

Codes

Color #E9FDED in popluar color models

E9FDED
RGB233253237
HSL132°83.33%95.29%
HSB/HSV132°7.91%99.22%
CMYK7.91%0.00%6.32%
0.78%

Color #E9FDED in popluar number systems.

HEXE9FDED
Decimal233253237
Binary111010011111110111101101
Octal351375355

Shades and tints

Shades of #E9FDED

#E9FDED
(233,253,237)
#D4E6D8
(212,230,216)
#BFCFC3
(191,207,195)
#AAB8AE
(170,184,174)
#95A199
(149,161,153)
#808A84
(128,138,132)
#6B736F
(107,115,111)
#565C5A
(86,92,90)
#414545
(65,69,69)
#2C2E30
(44,46,48)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #E9FDED

#E9FDED
(233,253,237)
#EBFDEE
(235,253,238)
#EDFDEF
(237,253,239)
#EFFDF0
(239,253,240)
#F1FDF1
(241,253,241)
#F3FDF2
(243,253,242)
#F5FDF3
(245,253,243)
#F7FDF4
(247,253,244)
#F9FDF5
(249,253,245)
#FBFDF6
(251,253,246)
#FDFDF7
(253,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FDED; }

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

This text font color is #E9FDED.


Background Color

.myBgColor { background-color: #E9FDED; }

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

This div background color is #E9FDED.


Border color

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

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

This div border color is #E9FDED.


Opacity

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

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

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

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

This text has shadow with #E9FDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FDED on black background.


Color preview on white background

This text has color #E9FDED on white background.



Black color preview on #E9FDED background

This text has black color on #E9FDED background.


White color preview on #E9FDED background

This text has white color on #E9FDED background.