COLOR #E7DA8D

HEX: #E7DA8D RGB: (231,218,141)

Color info

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

RGB color model

#E7DA8D color RGB value is (231,218,141).

RGB: (231,218,141) (91%, 85%, 55%)

RGB channels and saturation

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

231
218
141

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

Portions of RGB colors in percentages

R + G + B = 231 + 218 + 141 = 590 (100%)
R 231 of 590 ~ 39.15%
G 218 of 590 ~ 36.95%
B 141 of 590 ~ 23.9'%

%39.15
%36.95
%23.9

CMYK color model

#E7DA8D color CMYK value is (0,6,39,9).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 38.96%
  • key color value is 9.41%
CMYK: (0,6,39,9) C0M6Y39K9 (0%,6%,39%,9%) (0.00/0.06/0.39/0.09) 

CMYK percentages

%0
%5.63
%38.96
%9.41

Codes

Color #E7DA8D in popluar color models

E7 DA 8D
RGB 231 218 141
HSL 51° 65.22% 72.94%
HSB/HSV 51° 38.96% 90.59%
CMYK 0.00% 5.63% 38.96%
9.41%

Color #E7DA8D in popluar number systems.

HEX E7 DA 8D
Decimal 231 218 141
Binary 11100111 11011010 10001101
Octal 347 332 215

Shades and tints

Shades of #E7DA8D

#E7DA8D
(231,218,141)
#D2C781
(210,199,129)
#BDB475
(189,180,117)
#A8A169
(168,161,105)
#938E5D
(147,142,93)
#7E7B51
(126,123,81)
#696845
(105,104,69)
#545539
(84,85,57)
#3F422D
(63,66,45)
#2A2F21
(42,47,33)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #E7DA8D

#E7DA8D
(231,218,141)
#E9DD97
(233,221,151)
#EBE0A1
(235,224,161)
#EDE3AB
(237,227,171)
#EFE6B5
(239,230,181)
#F1E9BF
(241,233,191)
#F3ECC9
(243,236,201)
#F5EFD3
(245,239,211)
#F7F2DD
(247,242,221)
#F9F5E7
(249,245,231)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DA8D; }

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

This text font color is #E7DA8D.

Background Color

.myBgColor { background-color: #E7DA8D; }

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

This div background color is #E7DA8D.

Border color

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

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

This div border color is #E7DA8D.

Opacity

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

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

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

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

This text has shadow with #E7DA8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DA8D.

Preview

Color preview on black background

This text has color #E7DA8D on black background.


Color preview on white background

This text has color #E7DA8D on white background.


Black color preview on #E7DA8D background

This text has black color on #E7DA8D background.


White color preview on #E7DA8D background

This text has white color on #E7DA8D background.


Related colors

Complementary color

Complementary color for #hex is #182572.


I love getcolorcode.com

Triadic colors

1 #8DE7DA and #DA8DE7 with #E7DA8D are triadic colors.

2 #8DDAE7 and #DAE78D with #E7DA8D are triadic colors.