COLOR #E9FDD3

HEX: #E9FDD3
RGB: (233,253,211)

Color info

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

RGB color model

#E9FDD3 color RGB value is (233,253,211).

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

RGB channels and saturation

R 233 of 255 = 91%
G 253 of 255 = 99%
B 211 of 255 = 83%

233
253
211

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

Portions of RGB colors in percentages

R + G + B =
233 + 253 + 211 = 697 (100%)
R 233 of 697 ~ 33.43%
G 253 of 697 ~ 36.3%
B 211 of 697 ~ 30.27%

%33.43
%36.3
%30.27

CMYK color model

#E9FDD3 color CMYK value is (8,0,17,1).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 0.78%
CMYK:
(8,0,17,1)
C8M0Y17K1 
(8%,0%,17%,1%)
(0.08/0.00/0.17/0.01)	

CMYK percentages

%7.91
%0
%16.6
%0.78

Codes

Color #E9FDD3 in popluar color models

E9FDD3
RGB233253211
HSL89°91.30%90.98%
HSB/HSV89°16.60%99.22%
CMYK7.91%0.00%16.60%
0.78%

Color #E9FDD3 in popluar number systems.

HEXE9FDD3
Decimal233253211
Binary111010011111110111010011
Octal351375323

Shades and tints

Shades of #E9FDD3

#E9FDD3
(233,253,211)
#D4E6C0
(212,230,192)
#BFCFAD
(191,207,173)
#AAB89A
(170,184,154)
#95A187
(149,161,135)
#808A74
(128,138,116)
#6B7361
(107,115,97)
#565C4E
(86,92,78)
#41453B
(65,69,59)
#2C2E28
(44,46,40)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #E9FDD3

#E9FDD3
(233,253,211)
#EBFDD7
(235,253,215)
#EDFDDB
(237,253,219)
#EFFDDF
(239,253,223)
#F1FDE3
(241,253,227)
#F3FDE7
(243,253,231)
#F5FDEB
(245,253,235)
#F7FDEF
(247,253,239)
#F9FDF3
(249,253,243)
#FBFDF7
(251,253,247)
#FDFDFB
(253,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FDD3; }

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

This text font color is #E9FDD3.


Background Color

.myBgColor { background-color: #E9FDD3; }

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

This div background color is #E9FDD3.


Border color

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

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

This div border color is #E9FDD3.


Opacity

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

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

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

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

This text has shadow with #E9FDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FDD3 on black background.


Color preview on white background

This text has color #E9FDD3 on white background.



Black color preview on #E9FDD3 background

This text has black color on #E9FDD3 background.


White color preview on #E9FDD3 background

This text has white color on #E9FDD3 background.