COLOR #E7DA8B

HEX: #E7DA8B
RGB: (231,218,139)

Color info

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

RGB color model

#E7DA8B color RGB value is (231,218,139).

  • red value is 231;
  • green value is 218;
  • blue value is 139.
RGB:
(231,218,139)
(91%,85%,55%)

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 139 of 255 = 55%

231
218
139

R + G + B ~ 77%. #E7DA8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 218 + 139 = 588 (100%)
R 231 of 588 ~ 39.29%
G 218 of 588 ~ 37.07%
B 139 of 588 ~ 23.64%

%39.29
%37.07
%23.64

CMYK color model

#E7DA8B color CMYK value is (0,6,40,9).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 39.83%
  • key color value is 9.41%
CMYK:
(0,6,40,9)
C0M6Y40K9 
(0%,6%,40%,9%)
(0.00/0.06/0.40/0.09)	

CMYK percentages

%0
%5.63
%39.83
%9.41

Codes

Color #E7DA8B in popluar color models

E7DA8B
RGB231218139
HSL52°65.71%72.55%
HSB/HSV52°39.83%90.59%
CMYK0.00%5.63%39.83%
9.41%

Color #E7DA8B in popluar number systems.

HEXE7DA8B
Decimal231218139
Binary111001111101101010001011
Octal347332213

Shades and tints

Shades of #E7DA8B

#E7DA8B
(231,218,139)
#D2C77F
(210,199,127)
#BDB473
(189,180,115)
#A8A167
(168,161,103)
#938E5B
(147,142,91)
#7E7B4F
(126,123,79)
#696843
(105,104,67)
#545537
(84,85,55)
#3F422B
(63,66,43)
#2A2F1F
(42,47,31)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #E7DA8B

#E7DA8B
(231,218,139)
#E9DD95
(233,221,149)
#EBE09F
(235,224,159)
#EDE3A9
(237,227,169)
#EFE6B3
(239,230,179)
#F1E9BD
(241,233,189)
#F3ECC7
(243,236,199)
#F5EFD1
(245,239,209)
#F7F2DB
(247,242,219)
#F9F5E5
(249,245,229)
#FBF8EF
(251,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DA8B color. Also use rgb(231,218,139) instead hex code.

Text Font Color

.myTextColor { color: #E7DA8B; }

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

This text font color is #E7DA8B.


Background Color

.myBgColor { background-color: #E7DA8B; }

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

This div background color is #E7DA8B.


Border color

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

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

This div border color is #E7DA8B.


Opacity

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

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

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

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

This text has shadow with #E7DA8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DA8B on black background.


Color preview on white background

This text has color #E7DA8B on white background.



Black color preview on #E7DA8B background

This text has black color on #E7DA8B background.


White color preview on #E7DA8B background

This text has white color on #E7DA8B background.