COLOR #E7E6A8

HEX: #E7E6A8
RGB: (231,230,168)

Color info

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

RGB color model

#E7E6A8 color RGB value is (231,230,168).

  • red value is 231;
  • green value is 230;
  • blue value is 168.
RGB:
(231,230,168)
(91%,90%,66%)

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 168 of 255 = 66%

231
230
168

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

Portions of RGB colors in percentages

R + G + B =
231 + 230 + 168 = 629 (100%)
R 231 of 629 ~ 36.72%
G 230 of 629 ~ 36.57%
B 168 of 629 ~ 26.71%

%36.72
%36.57
%26.71

CMYK color model

#E7E6A8 color CMYK value is (0,0,27,9).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 27.27%
  • key color value is 9.41%
CMYK:
(0,0,27,9)
C0M0Y27K9 
(0%,0%,27%,9%)
(0.00/0.00/0.27/0.09)	

CMYK percentages

%0
%0.43
%27.27
%9.41

Codes

Color #E7E6A8 in popluar color models

E7E6A8
RGB231230168
HSL59°56.76%78.24%
HSB/HSV59°27.27%90.59%
CMYK0.00%0.43%27.27%
9.41%

Color #E7E6A8 in popluar number systems.

HEXE7E6A8
Decimal231230168
Binary111001111110011010101000
Octal347346250

Shades and tints

Shades of #E7E6A8

#E7E6A8
(231,230,168)
#D2D299
(210,210,153)
#BDBE8A
(189,190,138)
#A8AA7B
(168,170,123)
#93966C
(147,150,108)
#7E825D
(126,130,93)
#696E4E
(105,110,78)
#545A3F
(84,90,63)
#3F4630
(63,70,48)
#2A3221
(42,50,33)
#151E12
(21,30,18)
#000000
(0,0,0)

Tints of #E7E6A8

#E7E6A8
(231,230,168)
#E9E8AF
(233,232,175)
#EBEAB6
(235,234,182)
#EDECBD
(237,236,189)
#EFEEC4
(239,238,196)
#F1F0CB
(241,240,203)
#F3F2D2
(243,242,210)
#F5F4D9
(245,244,217)
#F7F6E0
(247,246,224)
#F9F8E7
(249,248,231)
#FBFAEE
(251,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E6A8 color. Also use rgb(231,230,168) instead hex code.

Text Font Color

.myTextColor { color: #E7E6A8; }

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

This text font color is #E7E6A8.


Background Color

.myBgColor { background-color: #E7E6A8; }

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

This div background color is #E7E6A8.


Border color

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

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

This div border color is #E7E6A8.


Opacity

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

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

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

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

This text has shadow with #E7E6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E6A8 on black background.


Color preview on white background

This text has color #E7E6A8 on white background.



Black color preview on #E7E6A8 background

This text has black color on #E7E6A8 background.


White color preview on #E7E6A8 background

This text has white color on #E7E6A8 background.