COLOR #E7DE9D

HEX: #E7DE9D RGB: (231,222,157)

Color info

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

RGB color model

#E7DE9D color RGB value is (231,222,157).

RGB: (231,222,157) (91%, 87%, 62%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 157 of 255 = 62%

231
222
157

R + G + B ~ 80%. #E7DE9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 222 + 157 = 610 (100%)
R 231 of 610 ~ 37.87%
G 222 of 610 ~ 36.39%
B 157 of 610 ~ 25.74'%

%37.87
%36.39
%25.74

CMYK color model

#E7DE9D color CMYK value is (0,4,32,9).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 32.03%
  • key color value is 9.41%

CMYK: (0,4,32,9)
C0M4Y32K9 (0%, 4%, 32%, 9%)
(0.00 / 0.04 / 0.32 / 0.09)

CMYK percentages

%0
%3.9
%32.03
%9.41

Codes

Color #E7DE9D in popluar color models

E7 DE 9D
RGB 231 222 157
HSL 53° 60.66% 76.08%
HSB/HSV 53° 32.03% 90.59%
CMYK 0.00% 3.90% 32.03%
9.41%

Color #E7DE9D in popluar number systems.

HEX E7 DE 9D
Decimal 231 222 157
Binary 11100111 11011110 10011101
Octal 347 336 235

Shades and tints

Shades of #E7DE9D

#E7DE9D
(231,222,157)
#D2CA8F
(210,202,143)
#BDB681
(189,182,129)
#A8A273
(168,162,115)
#938E65
(147,142,101)
#7E7A57
(126,122,87)
#696649
(105,102,73)
#54523B
(84,82,59)
#3F3E2D
(63,62,45)
#2A2A1F
(42,42,31)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #E7DE9D

#E7DE9D
(231,222,157)
#E9E1A5
(233,225,165)
#EBE4AD
(235,228,173)
#EDE7B5
(237,231,181)
#EFEABD
(239,234,189)
#F1EDC5
(241,237,197)
#F3F0CD
(243,240,205)
#F5F3D5
(245,243,213)
#F7F6DD
(247,246,221)
#F9F9E5
(249,249,229)
#FBFCED
(251,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DE9D color. Also use rgb(231,222,157) instead hex code.

Text Font Color

.myTextColor { color: #E7DE9D; }

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

This text font color is #E7DE9D.

Background Color

.myBgColor { background-color: #E7DE9D; }

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

This div background color is #E7DE9D.

Border color

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

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

This div border color is #E7DE9D.

Opacity

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

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

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

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

This text has shadow with #E7DE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DE9D.

Preview

Color preview on black background

This text has color #E7DE9D on black background.


Color preview on white background

This text has color #E7DE9D on white background.


Black color preview on #E7DE9D background

This text has black color on #E7DE9D background.


White color preview on #E7DE9D background

This text has white color on #E7DE9D background.


Related colors

Complementary color

Complementary color for #hex is #182162.


I love getcolorcode.com

Triadic colors

1 #9DE7DE and #DE9DE7 with #E7DE9D are triadic colors.

2 #9DDEE7 and #DEE79D with #E7DE9D are triadic colors.