COLOR #E7E1A3

HEX: #E7E1A3
RGB: (231,225,163)

Color info

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

RGB color model

#E7E1A3 color RGB value is (231,225,163).

  • red value is 231;
  • green value is 225;
  • blue value is 163.
RGB:
(231,225,163)
(91%,88%,64%)

RGB channels and saturation

R 231 of 255 = 91%
G 225 of 255 = 88%
B 163 of 255 = 64%

231
225
163

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

Portions of RGB colors in percentages

R + G + B =
231 + 225 + 163 = 619 (100%)
R 231 of 619 ~ 37.32%
G 225 of 619 ~ 36.35%
B 163 of 619 ~ 26.33%

%37.32
%36.35
%26.33

CMYK color model

#E7E1A3 color CMYK value is (0,3,29,9).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 29.44%
  • key color value is 9.41%
CMYK:
(0,3,29,9)
C0M3Y29K9 
(0%,3%,29%,9%)
(0.00/0.03/0.29/0.09)	

CMYK percentages

%0
%2.6
%29.44
%9.41

Codes

Color #E7E1A3 in popluar color models

E7E1A3
RGB231225163
HSL55°58.62%77.25%
HSB/HSV55°29.44%90.59%
CMYK0.00%2.60%29.44%
9.41%

Color #E7E1A3 in popluar number systems.

HEXE7E1A3
Decimal231225163
Binary111001111110000110100011
Octal347341243

Shades and tints

Shades of #E7E1A3

#E7E1A3
(231,225,163)
#D2CD95
(210,205,149)
#BDB987
(189,185,135)
#A8A579
(168,165,121)
#93916B
(147,145,107)
#7E7D5D
(126,125,93)
#69694F
(105,105,79)
#545541
(84,85,65)
#3F4133
(63,65,51)
#2A2D25
(42,45,37)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #E7E1A3

#E7E1A3
(231,225,163)
#E9E3AB
(233,227,171)
#EBE5B3
(235,229,179)
#EDE7BB
(237,231,187)
#EFE9C3
(239,233,195)
#F1EBCB
(241,235,203)
#F3EDD3
(243,237,211)
#F5EFDB
(245,239,219)
#F7F1E3
(247,241,227)
#F9F3EB
(249,243,235)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E1A3; }

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

This text font color is #E7E1A3.


Background Color

.myBgColor { background-color: #E7E1A3; }

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

This div background color is #E7E1A3.


Border color

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

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

This div border color is #E7E1A3.


Opacity

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

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

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

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

This text has shadow with #E7E1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E1A3 on black background.


Color preview on white background

This text has color #E7E1A3 on white background.



Black color preview on #E7E1A3 background

This text has black color on #E7E1A3 background.


White color preview on #E7E1A3 background

This text has white color on #E7E1A3 background.