COLOR #E7E6AF

HEX: #E7E6AF
RGB: (231,230,175)

Color info

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

RGB color model

#E7E6AF color RGB value is (231,230,175).

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

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 175 of 255 = 69%

231
230
175

R + G + B ~ 83%. #E7E6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 230 + 175 = 636 (100%)
R 231 of 636 ~ 36.32%
G 230 of 636 ~ 36.16%
B 175 of 636 ~ 27.52%

%36.32
%36.16
%27.52

CMYK color model

#E7E6AF color CMYK value is (0,0,24,9).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 24.24%
  • key color value is 9.41%
CMYK:
(0,0,24,9)
C0M0Y24K9 
(0%,0%,24%,9%)
(0.00/0.00/0.24/0.09)	

CMYK percentages

%0
%0.43
%24.24
%9.41

Codes

Color #E7E6AF in popluar color models

E7E6AF
RGB231230175
HSL59°53.85%79.61%
HSB/HSV59°24.24%90.59%
CMYK0.00%0.43%24.24%
9.41%

Color #E7E6AF in popluar number systems.

HEXE7E6AF
Decimal231230175
Binary111001111110011010101111
Octal347346257

Shades and tints

Shades of #E7E6AF

#E7E6AF
(231,230,175)
#D2D2A0
(210,210,160)
#BDBE91
(189,190,145)
#A8AA82
(168,170,130)
#939673
(147,150,115)
#7E8264
(126,130,100)
#696E55
(105,110,85)
#545A46
(84,90,70)
#3F4637
(63,70,55)
#2A3228
(42,50,40)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #E7E6AF

#E7E6AF
(231,230,175)
#E9E8B6
(233,232,182)
#EBEABD
(235,234,189)
#EDECC4
(237,236,196)
#EFEECB
(239,238,203)
#F1F0D2
(241,240,210)
#F3F2D9
(243,242,217)
#F5F4E0
(245,244,224)
#F7F6E7
(247,246,231)
#F9F8EE
(249,248,238)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E6AF; }

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

This text font color is #E7E6AF.


Background Color

.myBgColor { background-color: #E7E6AF; }

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

This div background color is #E7E6AF.


Border color

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

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

This div border color is #E7E6AF.


Opacity

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

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

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

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

This text has shadow with #E7E6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E6AF on black background.


Color preview on white background

This text has color #E7E6AF on white background.



Black color preview on #E7E6AF background

This text has black color on #E7E6AF background.


White color preview on #E7E6AF background

This text has white color on #E7E6AF background.