COLOR #E7E692

HEX: #E7E692
RGB: (231,230,146)

Color info

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

RGB color model

#E7E692 color RGB value is (231,230,146).

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

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 146 of 255 = 57%

231
230
146

R + G + B ~ 79%. #E7E692 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 230 + 146 = 607 (100%)
R 231 of 607 ~ 38.06%
G 230 of 607 ~ 37.89%
B 146 of 607 ~ 24.05%

%38.06
%37.89
%24.05

CMYK color model

#E7E692 color CMYK value is (0,0,37,9).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 36.80%
  • key color value is 9.41%
CMYK:
(0,0,37,9)
C0M0Y37K9 
(0%,0%,37%,9%)
(0.00/0.00/0.37/0.09)	

CMYK percentages

%0
%0.43
%36.8
%9.41

Codes

Color #E7E692 in popluar color models

E7E692
RGB231230146
HSL59°63.91%73.92%
HSB/HSV59°36.80%90.59%
CMYK0.00%0.43%36.80%
9.41%

Color #E7E692 in popluar number systems.

HEXE7E692
Decimal231230146
Binary111001111110011010010010
Octal347346222

Shades and tints

Shades of #E7E692

#E7E692
(231,230,146)
#D2D285
(210,210,133)
#BDBE78
(189,190,120)
#A8AA6B
(168,170,107)
#93965E
(147,150,94)
#7E8251
(126,130,81)
#696E44
(105,110,68)
#545A37
(84,90,55)
#3F462A
(63,70,42)
#2A321D
(42,50,29)
#151E10
(21,30,16)
#000000
(0,0,0)

Tints of #E7E692

#E7E692
(231,230,146)
#E9E89B
(233,232,155)
#EBEAA4
(235,234,164)
#EDECAD
(237,236,173)
#EFEEB6
(239,238,182)
#F1F0BF
(241,240,191)
#F3F2C8
(243,242,200)
#F5F4D1
(245,244,209)
#F7F6DA
(247,246,218)
#F9F8E3
(249,248,227)
#FBFAEC
(251,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E692; }

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

This text font color is #E7E692.


Background Color

.myBgColor { background-color: #E7E692; }

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

This div background color is #E7E692.


Border color

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

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

This div border color is #E7E692.


Opacity

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

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

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

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

This text has shadow with #E7E692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E692 on black background.


Color preview on white background

This text has color #E7E692 on white background.



Black color preview on #E7E692 background

This text has black color on #E7E692 background.


White color preview on #E7E692 background

This text has white color on #E7E692 background.