COLOR #E9FDE6

HEX: #E9FDE6
RGB: (233,253,230)

Color info

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

RGB color model

#E9FDE6 color RGB value is (233,253,230).

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

RGB channels and saturation

R 233 of 255 = 91%
G 253 of 255 = 99%
B 230 of 255 = 90%

233
253
230

R + G + B ~ 93%. #E9FDE6 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 253 + 230 = 716 (100%)
R 233 of 716 ~ 32.54%
G 253 of 716 ~ 35.34%
B 230 of 716 ~ 32.12%

%32.54
%35.34
%32.12

CMYK color model

#E9FDE6 color CMYK value is (8,0,9,1).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 0.78%
CMYK:
(8,0,9,1)
C8M0Y9K1 
(8%,0%,9%,1%)
(0.08/0.00/0.09/0.01)	

CMYK percentages

%7.91
%0
%9.09
%0.78

Codes

Color #E9FDE6 in popluar color models

E9FDE6
RGB233253230
HSL112°85.19%94.71%
HSB/HSV112°9.09%99.22%
CMYK7.91%0.00%9.09%
0.78%

Color #E9FDE6 in popluar number systems.

HEXE9FDE6
Decimal233253230
Binary111010011111110111100110
Octal351375346

Shades and tints

Shades of #E9FDE6

#E9FDE6
(233,253,230)
#D4E6D2
(212,230,210)
#BFCFBE
(191,207,190)
#AAB8AA
(170,184,170)
#95A196
(149,161,150)
#808A82
(128,138,130)
#6B736E
(107,115,110)
#565C5A
(86,92,90)
#414546
(65,69,70)
#2C2E32
(44,46,50)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #E9FDE6

#E9FDE6
(233,253,230)
#EBFDE8
(235,253,232)
#EDFDEA
(237,253,234)
#EFFDEC
(239,253,236)
#F1FDEE
(241,253,238)
#F3FDF0
(243,253,240)
#F5FDF2
(245,253,242)
#F7FDF4
(247,253,244)
#F9FDF6
(249,253,246)
#FBFDF8
(251,253,248)
#FDFDFA
(253,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FDE6; }

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

This text font color is #E9FDE6.


Background Color

.myBgColor { background-color: #E9FDE6; }

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

This div background color is #E9FDE6.


Border color

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

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

This div border color is #E9FDE6.


Opacity

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

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

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

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

This text has shadow with #E9FDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FDE6 on black background.


Color preview on white background

This text has color #E9FDE6 on white background.



Black color preview on #E9FDE6 background

This text has black color on #E9FDE6 background.


White color preview on #E9FDE6 background

This text has white color on #E9FDE6 background.