COLOR #E7D87D

HEX: #E7D87D
RGB: (231,216,125)

Color info

#E7D87D contains mainly red and green colors. Web safe color of #E7D87D is #FFCC66 (or #FC6).

RGB color model

#E7D87D color RGB value is (231,216,125).

  • red value is 231;
  • green value is 216;
  • blue value is 125.
RGB:
(231,216,125)
(91%,85%,49%)

RGB channels and saturation

R 231 of 255 = 91%
G 216 of 255 = 85%
B 125 of 255 = 49%

231
216
125

R + G + B ~ 75%. #E7D87D is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 216 + 125 = 572 (100%)
R 231 of 572 ~ 40.38%
G 216 of 572 ~ 37.76%
B 125 of 572 ~ 21.85%

%40.38
%37.76
%21.85

CMYK color model

#E7D87D color CMYK value is (0,6,46,9).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 45.89%
  • key color value is 9.41%
CMYK:
(0,6,46,9)
C0M6Y46K9 
(0%,6%,46%,9%)
(0.00/0.06/0.46/0.09)	

CMYK percentages

%0
%6.49
%45.89
%9.41

Codes

Color #E7D87D in popluar color models

E7D87D
RGB231216125
HSL52°68.83%69.80%
HSB/HSV52°45.89%90.59%
CMYK0.00%6.49%45.89%
9.41%

Color #E7D87D in popluar number systems.

HEXE7D87D
Decimal231216125
Binary11100111110110001111101
Octal347330175

Shades and tints

Shades of #E7D87D

#E7D87D
(231,216,125)
#D2C572
(210,197,114)
#BDB267
(189,178,103)
#A89F5C
(168,159,92)
#938C51
(147,140,81)
#7E7946
(126,121,70)
#69663B
(105,102,59)
#545330
(84,83,48)
#3F4025
(63,64,37)
#2A2D1A
(42,45,26)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #E7D87D

#E7D87D
(231,216,125)
#E9DB88
(233,219,136)
#EBDE93
(235,222,147)
#EDE19E
(237,225,158)
#EFE4A9
(239,228,169)
#F1E7B4
(241,231,180)
#F3EABF
(243,234,191)
#F5EDCA
(245,237,202)
#F7F0D5
(247,240,213)
#F9F3E0
(249,243,224)
#FBF6EB
(251,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D87D color. Also use rgb(231,216,125) instead hex code.

Text Font Color

.myTextColor { color: #E7D87D; }

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

This text font color is #E7D87D.


Background Color

.myBgColor { background-color: #E7D87D; }

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

This div background color is #E7D87D.


Border color

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

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

This div border color is #E7D87D.


Opacity

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

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

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

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

This text has shadow with #E7D87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D87D on black background.


Color preview on white background

This text has color #E7D87D on white background.



Black color preview on #E7D87D background

This text has black color on #E7D87D background.


White color preview on #E7D87D background

This text has white color on #E7D87D background.