COLOR #E9E7D6

HEX: #E9E7D6
RGB: (233,231,214)

Color info

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

RGB color model

#E9E7D6 color RGB value is (233,231,214).

  • red value is 233;
  • green value is 231;
  • blue value is 214.
RGB:
(233,231,214)
(91%,91%,84%)

RGB channels and saturation

R 233 of 255 = 91%
G 231 of 255 = 91%
B 214 of 255 = 84%

233
231
214

R + G + B ~ 89%. #E9E7D6 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 231 + 214 = 678 (100%)
R 233 of 678 ~ 34.37%
G 231 of 678 ~ 34.07%
B 214 of 678 ~ 31.56%

%34.37
%34.07
%31.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.86%
  • yellow value is 8.15%
  • key color value is 8.63%
CMYK:
(0,1,8,9)
C0M1Y8K9 
(0%,1%,8%,9%)
(0.00/0.01/0.08/0.09)	

CMYK percentages

%0
%0.86
%8.15
%8.63

Codes

Color #E9E7D6 in popluar color models

E9E7D6
RGB233231214
HSL54°30.16%87.65%
HSB/HSV54°8.15%91.37%
CMYK0.00%0.86%8.15%
8.63%

Color #E9E7D6 in popluar number systems.

HEXE9E7D6
Decimal233231214
Binary111010011110011111010110
Octal351347326

Shades and tints

Shades of #E9E7D6

#E9E7D6
(233,231,214)
#D4D2C3
(212,210,195)
#BFBDB0
(191,189,176)
#AAA89D
(170,168,157)
#95938A
(149,147,138)
#807E77
(128,126,119)
#6B6964
(107,105,100)
#565451
(86,84,81)
#413F3E
(65,63,62)
#2C2A2B
(44,42,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #E9E7D6

#E9E7D6
(233,231,214)
#EBE9D9
(235,233,217)
#EDEBDC
(237,235,220)
#EFEDDF
(239,237,223)
#F1EFE2
(241,239,226)
#F3F1E5
(243,241,229)
#F5F3E8
(245,243,232)
#F7F5EB
(247,245,235)
#F9F7EE
(249,247,238)
#FBF9F1
(251,249,241)
#FDFBF4
(253,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E7D6 color. Also use rgb(233,231,214) instead hex code.

Text Font Color

.myTextColor { color: #E9E7D6; }

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

This text font color is #E9E7D6.


Background Color

.myBgColor { background-color: #E9E7D6; }

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

This div background color is #E9E7D6.


Border color

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

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

This div border color is #E9E7D6.


Opacity

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

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

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

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

This text has shadow with #E9E7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E7D6 on black background.


Color preview on white background

This text has color #E9E7D6 on white background.



Black color preview on #E9E7D6 background

This text has black color on #E9E7D6 background.


White color preview on #E9E7D6 background

This text has white color on #E9E7D6 background.