COLOR #E7DFA0

HEX: #E7DFA0 RGB: (231,223,160)

Color info

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

RGB color model

#E7DFA0 color RGB value is (231,223,160).

RGB: (231,223,160) (91%, 87%, 63%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 160 of 255 = 63%

231
223
160

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

Portions of RGB colors in percentages

R + G + B = 231 + 223 + 160 = 614 (100%)
R 231 of 614 ~ 37.62%
G 223 of 614 ~ 36.32%
B 160 of 614 ~ 26.06'%

%37.62
%36.32
%26.06

CMYK color model

#E7DFA0 color CMYK value is (0,3,31,9).

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 30.74%
  • key color value is 9.41%

CMYK: (0,3,31,9)
C0M3Y31K9 (0%, 3%, 31%, 9%)
(0.00 / 0.03 / 0.31 / 0.09)

CMYK percentages

%0
%3.46
%30.74
%9.41

Codes

Color #E7DFA0 in popluar color models

E7 DF A0
RGB 231 223 160
HSL 53° 59.66% 76.67%
HSB/HSV 53° 30.74% 90.59%
CMYK 0.00% 3.46% 30.74%
9.41%

Color #E7DFA0 in popluar number systems.

HEX E7 DF A0
Decimal 231 223 160
Binary 11100111 11011111 10100000
Octal 347 337 240

Shades and tints

Shades of #E7DFA0

#E7DFA0
(231,223,160)
#D2CB92
(210,203,146)
#BDB784
(189,183,132)
#A8A376
(168,163,118)
#938F68
(147,143,104)
#7E7B5A
(126,123,90)
#69674C
(105,103,76)
#54533E
(84,83,62)
#3F3F30
(63,63,48)
#2A2B22
(42,43,34)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #E7DFA0

#E7DFA0
(231,223,160)
#E9E1A8
(233,225,168)
#EBE3B0
(235,227,176)
#EDE5B8
(237,229,184)
#EFE7C0
(239,231,192)
#F1E9C8
(241,233,200)
#F3EBD0
(243,235,208)
#F5EDD8
(245,237,216)
#F7EFE0
(247,239,224)
#F9F1E8
(249,241,232)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DFA0 color. Also use rgb(231,223,160) instead hex code.

Text Font Color

.myTextColor { color: #E7DFA0; }

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

This text font color is #E7DFA0.

Background Color

.myBgColor { background-color: #E7DFA0; }

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

This div background color is #E7DFA0.

Border color

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

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

This div border color is #E7DFA0.

Opacity

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

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

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

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

This text has shadow with #E7DFA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DFA0.

Preview

Color preview on black background

This text has color #E7DFA0 on black background.


Color preview on white background

This text has color #E7DFA0 on white background.


Black color preview on #E7DFA0 background

This text has black color on #E7DFA0 background.


White color preview on #E7DFA0 background

This text has white color on #E7DFA0 background.


Related colors

Complementary color

Complementary color for #hex is #18205F.


I love getcolorcode.com

Triadic colors

1 #A0E7DF and #DFA0E7 with #E7DFA0 are triadic colors.

2 #A0DFE7 and #DFE7A0 with #E7DFA0 are triadic colors.