COLOR #E7DCA4

HEX: #E7DCA4 RGB: (231,220,164)

Color info

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

RGB color model

#E7DCA4 color RGB value is (231,220,164).

RGB: (231,220,164) (91%, 86%, 64%)

RGB channels and saturation

R 231 of 255 = 91%
G 220 of 255 = 86%
B 164 of 255 = 64%

231
220
164

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

Portions of RGB colors in percentages

R + G + B = 231 + 220 + 164 = 615 (100%)
R 231 of 615 ~ 37.56%
G 220 of 615 ~ 35.77%
B 164 of 615 ~ 26.67'%

%37.56
%35.77
%26.67

CMYK color model

#E7DCA4 color CMYK value is (0,5,29,9).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 29.00%
  • key color value is 9.41%

CMYK: (0,5,29,9)
C0M5Y29K9 (0%, 5%, 29%, 9%)
(0.00 / 0.05 / 0.29 / 0.09)

CMYK percentages

%0
%4.76
%29
%9.41

Codes

Color #E7DCA4 in popluar color models

E7 DC A4
RGB 231 220 164
HSL 50° 58.26% 77.45%
HSB/HSV 50° 29.00% 90.59%
CMYK 0.00% 4.76% 29.00%
9.41%

Color #E7DCA4 in popluar number systems.

HEX E7 DC A4
Decimal 231 220 164
Binary 11100111 11011100 10100100
Octal 347 334 244

Shades and tints

Shades of #E7DCA4

#E7DCA4
(231,220,164)
#D2C896
(210,200,150)
#BDB488
(189,180,136)
#A8A07A
(168,160,122)
#938C6C
(147,140,108)
#7E785E
(126,120,94)
#696450
(105,100,80)
#545042
(84,80,66)
#3F3C34
(63,60,52)
#2A2826
(42,40,38)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #E7DCA4

#E7DCA4
(231,220,164)
#E9DFAC
(233,223,172)
#EBE2B4
(235,226,180)
#EDE5BC
(237,229,188)
#EFE8C4
(239,232,196)
#F1EBCC
(241,235,204)
#F3EED4
(243,238,212)
#F5F1DC
(245,241,220)
#F7F4E4
(247,244,228)
#F9F7EC
(249,247,236)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DCA4 color. Also use rgb(231,220,164) instead hex code.

Text Font Color

.myTextColor { color: #E7DCA4; }

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

This text font color is #E7DCA4.

Background Color

.myBgColor { background-color: #E7DCA4; }

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

This div background color is #E7DCA4.

Border color

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

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

This div border color is #E7DCA4.

Opacity

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

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

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

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

This text has shadow with #E7DCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DCA4.

Preview

Color preview on black background

This text has color #E7DCA4 on black background.


Color preview on white background

This text has color #E7DCA4 on white background.


Black color preview on #E7DCA4 background

This text has black color on #E7DCA4 background.


White color preview on #E7DCA4 background

This text has white color on #E7DCA4 background.


Related colors

Complementary color

Complementary color for #hex is #18235B.


I love getcolorcode.com

Triadic colors

1 #A4E7DC and #DCA4E7 with #E7DCA4 are triadic colors.

2 #A4DCE7 and #DCE7A4 with #E7DCA4 are triadic colors.