COLOR #E7D99E

HEX: #E7D99E
RGB: (231,217,158)

Color info

#E7D99E contains mainly red and green colors. Web safe color of #E7D99E is #FFCC99 (or #FC9).

RGB color model

#E7D99E color RGB value is (231,217,158).

  • red value is 231;
  • green value is 217;
  • blue value is 158.
RGB:
(231,217,158)
(91%,85%,62%)

RGB channels and saturation

R 231 of 255 = 91%
G 217 of 255 = 85%
B 158 of 255 = 62%

231
217
158

R + G + B ~ 79%. #E7D99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 217 + 158 = 606 (100%)
R 231 of 606 ~ 38.12%
G 217 of 606 ~ 35.81%
B 158 of 606 ~ 26.07%

%38.12
%35.81
%26.07

CMYK color model

#E7D99E color CMYK value is (0,6,32,9).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 31.60%
  • key color value is 9.41%
CMYK:
(0,6,32,9)
C0M6Y32K9 
(0%,6%,32%,9%)
(0.00/0.06/0.32/0.09)	

CMYK percentages

%0
%6.06
%31.6
%9.41

Codes

Color #E7D99E in popluar color models

E7D99E
RGB231217158
HSL48°60.33%76.27%
HSB/HSV48°31.60%90.59%
CMYK0.00%6.06%31.60%
9.41%

Color #E7D99E in popluar number systems.

HEXE7D99E
Decimal231217158
Binary111001111101100110011110
Octal347331236

Shades and tints

Shades of #E7D99E

#E7D99E
(231,217,158)
#D2C690
(210,198,144)
#BDB382
(189,179,130)
#A8A074
(168,160,116)
#938D66
(147,141,102)
#7E7A58
(126,122,88)
#69674A
(105,103,74)
#54543C
(84,84,60)
#3F412E
(63,65,46)
#2A2E20
(42,46,32)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #E7D99E

#E7D99E
(231,217,158)
#E9DCA6
(233,220,166)
#EBDFAE
(235,223,174)
#EDE2B6
(237,226,182)
#EFE5BE
(239,229,190)
#F1E8C6
(241,232,198)
#F3EBCE
(243,235,206)
#F5EED6
(245,238,214)
#F7F1DE
(247,241,222)
#F9F4E6
(249,244,230)
#FBF7EE
(251,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D99E color. Also use rgb(231,217,158) instead hex code.

Text Font Color

.myTextColor { color: #E7D99E; }

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

This text font color is #E7D99E.


Background Color

.myBgColor { background-color: #E7D99E; }

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

This div background color is #E7D99E.


Border color

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

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

This div border color is #E7D99E.


Opacity

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

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

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

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

This text has shadow with #E7D99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D99E on black background.


Color preview on white background

This text has color #E7D99E on white background.



Black color preview on #E7D99E background

This text has black color on #E7D99E background.


White color preview on #E7D99E background

This text has white color on #E7D99E background.