COLOR #E7DE8C

HEX: #E7DE8C
RGB: (231,222,140)

Color info

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

RGB color model

#E7DE8C color RGB value is (231,222,140).

  • red value is 231;
  • green value is 222;
  • blue value is 140.
RGB:
(231,222,140)
(91%,87%,55%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 140 of 255 = 55%

231
222
140

R + G + B ~ 78%. #E7DE8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 222 + 140 = 593 (100%)
R 231 of 593 ~ 38.95%
G 222 of 593 ~ 37.44%
B 140 of 593 ~ 23.61%

%38.95
%37.44
%23.61

CMYK color model

#E7DE8C color CMYK value is (0,4,39,9).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 39.39%
  • key color value is 9.41%
CMYK:
(0,4,39,9)
C0M4Y39K9 
(0%,4%,39%,9%)
(0.00/0.04/0.39/0.09)	

CMYK percentages

%0
%3.9
%39.39
%9.41

Codes

Color #E7DE8C in popluar color models

E7DE8C
RGB231222140
HSL54°65.47%72.75%
HSB/HSV54°39.39%90.59%
CMYK0.00%3.90%39.39%
9.41%

Color #E7DE8C in popluar number systems.

HEXE7DE8C
Decimal231222140
Binary111001111101111010001100
Octal347336214

Shades and tints

Shades of #E7DE8C

#E7DE8C
(231,222,140)
#D2CA80
(210,202,128)
#BDB674
(189,182,116)
#A8A268
(168,162,104)
#938E5C
(147,142,92)
#7E7A50
(126,122,80)
#696644
(105,102,68)
#545238
(84,82,56)
#3F3E2C
(63,62,44)
#2A2A20
(42,42,32)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #E7DE8C

#E7DE8C
(231,222,140)
#E9E196
(233,225,150)
#EBE4A0
(235,228,160)
#EDE7AA
(237,231,170)
#EFEAB4
(239,234,180)
#F1EDBE
(241,237,190)
#F3F0C8
(243,240,200)
#F5F3D2
(245,243,210)
#F7F6DC
(247,246,220)
#F9F9E6
(249,249,230)
#FBFCF0
(251,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DE8C; }

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

This text font color is #E7DE8C.


Background Color

.myBgColor { background-color: #E7DE8C; }

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

This div background color is #E7DE8C.


Border color

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

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

This div border color is #E7DE8C.


Opacity

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

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

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

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

This text has shadow with #E7DE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DE8C on black background.


Color preview on white background

This text has color #E7DE8C on white background.



Black color preview on #E7DE8C background

This text has black color on #E7DE8C background.


White color preview on #E7DE8C background

This text has white color on #E7DE8C background.