COLOR #E9EDE4

HEX: #E9EDE4
RGB: (233,237,228)

Color info

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

RGB color model

#E9EDE4 color RGB value is (233,237,228).

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

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 228 of 255 = 89%

233
237
228

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

Portions of RGB colors in percentages

R + G + B =
233 + 237 + 228 = 698 (100%)
R 233 of 698 ~ 33.38%
G 237 of 698 ~ 33.95%
B 228 of 698 ~ 32.66%

%33.38
%33.95
%32.66

CMYK color model

#E9EDE4 color CMYK value is (2,0,4,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(2,0,4,7)
C2M0Y4K7 
(2%,0%,4%,7%)
(0.02/0.00/0.04/0.07)	

CMYK percentages

%1.69
%0
%3.8
%7.06

Codes

Color #E9EDE4 in popluar color models

E9EDE4
RGB233237228
HSL87°20.00%91.18%
HSB/HSV87°3.80%92.94%
CMYK1.69%0.00%3.80%
7.06%

Color #E9EDE4 in popluar number systems.

HEXE9EDE4
Decimal233237228
Binary111010011110110111100100
Octal351355344

Shades and tints

Shades of #E9EDE4

#E9EDE4
(233,237,228)
#D4D8D0
(212,216,208)
#BFC3BC
(191,195,188)
#AAAEA8
(170,174,168)
#959994
(149,153,148)
#808480
(128,132,128)
#6B6F6C
(107,111,108)
#565A58
(86,90,88)
#414544
(65,69,68)
#2C3030
(44,48,48)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #E9EDE4

#E9EDE4
(233,237,228)
#EBEEE6
(235,238,230)
#EDEFE8
(237,239,232)
#EFF0EA
(239,240,234)
#F1F1EC
(241,241,236)
#F3F2EE
(243,242,238)
#F5F3F0
(245,243,240)
#F7F4F2
(247,244,242)
#F9F5F4
(249,245,244)
#FBF6F6
(251,246,246)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EDE4; }

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

This text font color is #E9EDE4.


Background Color

.myBgColor { background-color: #E9EDE4; }

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

This div background color is #E9EDE4.


Border color

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

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

This div border color is #E9EDE4.


Opacity

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

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

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

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

This text has shadow with #E9EDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDE4 on black background.


Color preview on white background

This text has color #E9EDE4 on white background.



Black color preview on #E9EDE4 background

This text has black color on #E9EDE4 background.


White color preview on #E9EDE4 background

This text has white color on #E9EDE4 background.