COLOR #E7E1AE

HEX: #E7E1AE
RGB: (231,225,174)

Color info

#E7E1AE contains red, green and blue colors in about the same proportion. Web safe color of #E7E1AE is #FFCC99 (or #FC9).

RGB color model

#E7E1AE color RGB value is (231,225,174).

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

RGB channels and saturation

R 231 of 255 = 91%
G 225 of 255 = 88%
B 174 of 255 = 68%

231
225
174

R + G + B ~ 82%. #E7E1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 225 + 174 = 630 (100%)
R 231 of 630 ~ 36.67%
G 225 of 630 ~ 35.71%
B 174 of 630 ~ 27.62%

%36.67
%35.71
%27.62

CMYK color model

#E7E1AE color CMYK value is (0,3,25,9).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 24.68%
  • key color value is 9.41%
CMYK:
(0,3,25,9)
C0M3Y25K9 
(0%,3%,25%,9%)
(0.00/0.03/0.25/0.09)	

CMYK percentages

%0
%2.6
%24.68
%9.41

Codes

Color #E7E1AE in popluar color models

E7E1AE
RGB231225174
HSL54°54.29%79.41%
HSB/HSV54°24.68%90.59%
CMYK0.00%2.60%24.68%
9.41%

Color #E7E1AE in popluar number systems.

HEXE7E1AE
Decimal231225174
Binary111001111110000110101110
Octal347341256

Shades and tints

Shades of #E7E1AE

#E7E1AE
(231,225,174)
#D2CD9F
(210,205,159)
#BDB990
(189,185,144)
#A8A581
(168,165,129)
#939172
(147,145,114)
#7E7D63
(126,125,99)
#696954
(105,105,84)
#545545
(84,85,69)
#3F4136
(63,65,54)
#2A2D27
(42,45,39)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #E7E1AE

#E7E1AE
(231,225,174)
#E9E3B5
(233,227,181)
#EBE5BC
(235,229,188)
#EDE7C3
(237,231,195)
#EFE9CA
(239,233,202)
#F1EBD1
(241,235,209)
#F3EDD8
(243,237,216)
#F5EFDF
(245,239,223)
#F7F1E6
(247,241,230)
#F9F3ED
(249,243,237)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E1AE; }

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

This text font color is #E7E1AE.


Background Color

.myBgColor { background-color: #E7E1AE; }

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

This div background color is #E7E1AE.


Border color

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

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

This div border color is #E7E1AE.


Opacity

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

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

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

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

This text has shadow with #E7E1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E1AE on black background.


Color preview on white background

This text has color #E7E1AE on white background.



Black color preview on #E7E1AE background

This text has black color on #E7E1AE background.


White color preview on #E7E1AE background

This text has white color on #E7E1AE background.