COLOR #E7E3A6

HEX: #E7E3A6
RGB: (231,227,166)

Color info

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

RGB color model

#E7E3A6 color RGB value is (231,227,166).

  • red value is 231;
  • green value is 227;
  • blue value is 166.
RGB:
(231,227,166)
(91%,89%,65%)

RGB channels and saturation

R 231 of 255 = 91%
G 227 of 255 = 89%
B 166 of 255 = 65%

231
227
166

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

Portions of RGB colors in percentages

R + G + B =
231 + 227 + 166 = 624 (100%)
R 231 of 624 ~ 37.02%
G 227 of 624 ~ 36.38%
B 166 of 624 ~ 26.6%

%37.02
%36.38
%26.6

CMYK color model

#E7E3A6 color CMYK value is (0,2,28,9).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 28.14%
  • key color value is 9.41%
CMYK:
(0,2,28,9)
C0M2Y28K9 
(0%,2%,28%,9%)
(0.00/0.02/0.28/0.09)	

CMYK percentages

%0
%1.73
%28.14
%9.41

Codes

Color #E7E3A6 in popluar color models

E7E3A6
RGB231227166
HSL56°57.52%77.84%
HSB/HSV56°28.14%90.59%
CMYK0.00%1.73%28.14%
9.41%

Color #E7E3A6 in popluar number systems.

HEXE7E3A6
Decimal231227166
Binary111001111110001110100110
Octal347343246

Shades and tints

Shades of #E7E3A6

#E7E3A6
(231,227,166)
#D2CF97
(210,207,151)
#BDBB88
(189,187,136)
#A8A779
(168,167,121)
#93936A
(147,147,106)
#7E7F5B
(126,127,91)
#696B4C
(105,107,76)
#54573D
(84,87,61)
#3F432E
(63,67,46)
#2A2F1F
(42,47,31)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #E7E3A6

#E7E3A6
(231,227,166)
#E9E5AE
(233,229,174)
#EBE7B6
(235,231,182)
#EDE9BE
(237,233,190)
#EFEBC6
(239,235,198)
#F1EDCE
(241,237,206)
#F3EFD6
(243,239,214)
#F5F1DE
(245,241,222)
#F7F3E6
(247,243,230)
#F9F5EE
(249,245,238)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E3A6 color. Also use rgb(231,227,166) instead hex code.

Text Font Color

.myTextColor { color: #E7E3A6; }

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

This text font color is #E7E3A6.


Background Color

.myBgColor { background-color: #E7E3A6; }

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

This div background color is #E7E3A6.


Border color

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

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

This div border color is #E7E3A6.


Opacity

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

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

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

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

This text has shadow with #E7E3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E3A6 on black background.


Color preview on white background

This text has color #E7E3A6 on white background.



Black color preview on #E7E3A6 background

This text has black color on #E7E3A6 background.


White color preview on #E7E3A6 background

This text has white color on #E7E3A6 background.