COLOR #E9EDC5

HEX: #E9EDC5
RGB: (233,237,197)

Color info

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

RGB color model

#E9EDC5 color RGB value is (233,237,197).

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

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 197 of 255 = 77%

233
237
197

R + G + B ~ 87%. #E9EDC5 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 237 + 197 = 667 (100%)
R 233 of 667 ~ 34.93%
G 237 of 667 ~ 35.53%
B 197 of 667 ~ 29.54%

%34.93
%35.53
%29.54

CMYK color model

#E9EDC5 color CMYK value is (2,0,17,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 7.06%
CMYK:
(2,0,17,7)
C2M0Y17K7 
(2%,0%,17%,7%)
(0.02/0.00/0.17/0.07)	

CMYK percentages

%1.69
%0
%16.88
%7.06

Codes

Color #E9EDC5 in popluar color models

E9EDC5
RGB233237197
HSL66°52.63%85.10%
HSB/HSV66°16.88%92.94%
CMYK1.69%0.00%16.88%
7.06%

Color #E9EDC5 in popluar number systems.

HEXE9EDC5
Decimal233237197
Binary111010011110110111000101
Octal351355305

Shades and tints

Shades of #E9EDC5

#E9EDC5
(233,237,197)
#D4D8B4
(212,216,180)
#BFC3A3
(191,195,163)
#AAAE92
(170,174,146)
#959981
(149,153,129)
#808470
(128,132,112)
#6B6F5F
(107,111,95)
#565A4E
(86,90,78)
#41453D
(65,69,61)
#2C302C
(44,48,44)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #E9EDC5

#E9EDC5
(233,237,197)
#EBEECA
(235,238,202)
#EDEFCF
(237,239,207)
#EFF0D4
(239,240,212)
#F1F1D9
(241,241,217)
#F3F2DE
(243,242,222)
#F5F3E3
(245,243,227)
#F7F4E8
(247,244,232)
#F9F5ED
(249,245,237)
#FBF6F2
(251,246,242)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EDC5; }

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

This text font color is #E9EDC5.


Background Color

.myBgColor { background-color: #E9EDC5; }

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

This div background color is #E9EDC5.


Border color

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

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

This div border color is #E9EDC5.


Opacity

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

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

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

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

This text has shadow with #E9EDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDC5 on black background.


Color preview on white background

This text has color #E9EDC5 on white background.



Black color preview on #E9EDC5 background

This text has black color on #E9EDC5 background.


White color preview on #E9EDC5 background

This text has white color on #E9EDC5 background.