COLOR #E7E0A7

HEX: #E7E0A7 RGB: (231,224,167)

Color info

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

RGB color model

#E7E0A7 color RGB value is (231,224,167).

RGB: (231,224,167) (91%, 88%, 65%)

RGB channels and saturation

R 231 of 255 = 91%
G 224 of 255 = 88%
B 167 of 255 = 65%

231
224
167

R + G + B ~ 81%. #E7E0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 224 + 167 = 622 (100%)
R 231 of 622 ~ 37.14%
G 224 of 622 ~ 36.01%
B 167 of 622 ~ 26.85'%

%37.14
%36.01
%26.85

CMYK color model

#E7E0A7 color CMYK value is (0,3,28,9).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 27.71%
  • key color value is 9.41%

CMYK: (0,3,28,9)
C0M3Y28K9 (0%, 3%, 28%, 9%)
(0.00 / 0.03 / 0.28 / 0.09)

CMYK percentages

%0
%3.03
%27.71
%9.41

Codes

Color #E7E0A7 in popluar color models

E7 E0 A7
RGB 231 224 167
HSL 53° 57.14% 78.04%
HSB/HSV 53° 27.71% 90.59%
CMYK 0.00% 3.03% 27.71%
9.41%

Color #E7E0A7 in popluar number systems.

HEX E7 E0 A7
Decimal 231 224 167
Binary 11100111 11100000 10100111
Octal 347 340 247

Shades and tints

Shades of #E7E0A7

#E7E0A7
(231,224,167)
#D2CC98
(210,204,152)
#BDB889
(189,184,137)
#A8A47A
(168,164,122)
#93906B
(147,144,107)
#7E7C5C
(126,124,92)
#69684D
(105,104,77)
#54543E
(84,84,62)
#3F402F
(63,64,47)
#2A2C20
(42,44,32)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #E7E0A7

#E7E0A7
(231,224,167)
#E9E2AF
(233,226,175)
#EBE4B7
(235,228,183)
#EDE6BF
(237,230,191)
#EFE8C7
(239,232,199)
#F1EACF
(241,234,207)
#F3ECD7
(243,236,215)
#F5EEDF
(245,238,223)
#F7F0E7
(247,240,231)
#F9F2EF
(249,242,239)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E0A7 color. Also use rgb(231,224,167) instead hex code.

Text Font Color

.myTextColor { color: #E7E0A7; }

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

This text font color is #E7E0A7.

Background Color

.myBgColor { background-color: #E7E0A7; }

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

This div background color is #E7E0A7.

Border color

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

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

This div border color is #E7E0A7.

Opacity

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

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

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

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

This text has shadow with #E7E0A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E0A7.

Preview

Color preview on black background

This text has color #E7E0A7 on black background.


Color preview on white background

This text has color #E7E0A7 on white background.


Black color preview on #E7E0A7 background

This text has black color on #E7E0A7 background.


White color preview on #E7E0A7 background

This text has white color on #E7E0A7 background.


Related colors

Complementary color

Complementary color for #hex is #181F58.


I love getcolorcode.com

Triadic colors

1 #A7E7E0 and #E0A7E7 with #E7E0A7 are triadic colors.

2 #A7E0E7 and #E0E7A7 with #E7E0A7 are triadic colors.