COLOR #E7E2A3

HEX: #E7E2A3 RGB: (231,226,163)

Color info

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

RGB color model

#E7E2A3 color RGB value is (231,226,163).

RGB: (231,226,163) (91%, 89%, 64%)

RGB channels and saturation

R 231 of 255 = 91%
G 226 of 255 = 89%
B 163 of 255 = 64%

231
226
163

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

Portions of RGB colors in percentages

R + G + B = 231 + 226 + 163 = 620 (100%)
R 231 of 620 ~ 37.26%
G 226 of 620 ~ 36.45%
B 163 of 620 ~ 26.29'%

%37.26
%36.45
%26.29

CMYK color model

#E7E2A3 color CMYK value is (0,2,29,9).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 29.44%
  • key color value is 9.41%

CMYK: (0,2,29,9)
C0M2Y29K9 (0%, 2%, 29%, 9%)
(0.00 / 0.02 / 0.29 / 0.09)

CMYK percentages

%0
%2.16
%29.44
%9.41

Codes

Color #E7E2A3 in popluar color models

E7 E2 A3
RGB 231 226 163
HSL 56° 58.62% 77.25%
HSB/HSV 56° 29.44% 90.59%
CMYK 0.00% 2.16% 29.44%
9.41%

Color #E7E2A3 in popluar number systems.

HEX E7 E2 A3
Decimal 231 226 163
Binary 11100111 11100010 10100011
Octal 347 342 243

Shades and tints

Shades of #E7E2A3

#E7E2A3
(231,226,163)
#D2CE95
(210,206,149)
#BDBA87
(189,186,135)
#A8A679
(168,166,121)
#93926B
(147,146,107)
#7E7E5D
(126,126,93)
#696A4F
(105,106,79)
#545641
(84,86,65)
#3F4233
(63,66,51)
#2A2E25
(42,46,37)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #E7E2A3

#E7E2A3
(231,226,163)
#E9E4AB
(233,228,171)
#EBE6B3
(235,230,179)
#EDE8BB
(237,232,187)
#EFEAC3
(239,234,195)
#F1ECCB
(241,236,203)
#F3EED3
(243,238,211)
#F5F0DB
(245,240,219)
#F7F2E3
(247,242,227)
#F9F4EB
(249,244,235)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E2A3 color. Also use rgb(231,226,163) instead hex code.

Text Font Color

.myTextColor { color: #E7E2A3; }

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

This text font color is #E7E2A3.

Background Color

.myBgColor { background-color: #E7E2A3; }

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

This div background color is #E7E2A3.

Border color

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

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

This div border color is #E7E2A3.

Opacity

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

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

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

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

This text has shadow with #E7E2A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E2A3.

Preview

Color preview on black background

This text has color #E7E2A3 on black background.


Color preview on white background

This text has color #E7E2A3 on white background.


Black color preview on #E7E2A3 background

This text has black color on #E7E2A3 background.


White color preview on #E7E2A3 background

This text has white color on #E7E2A3 background.


Related colors

Complementary color

Complementary color for #hex is #181D5C.


I love getcolorcode.com

Triadic colors

1 #A3E7E2 and #E2A3E7 with #E7E2A3 are triadic colors.

2 #A3E2E7 and #E2E7A3 with #E7E2A3 are triadic colors.