COLOR #E7EA8E

HEX: #E7EA8E
RGB: (231,234,142)

Color info

#E7EA8E contains mainly red and green colors. Web safe color of #E7EA8E is #FFFF99 (or #FF9).

RGB color model

#E7EA8E color RGB value is (231,234,142).

  • red value is 231;
  • green value is 234;
  • blue value is 142.
RGB:
(231,234,142)
(91%,92%,56%)

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 142 of 255 = 56%

231
234
142

R + G + B ~ 80%. #E7EA8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 234 + 142 = 607 (100%)
R 231 of 607 ~ 38.06%
G 234 of 607 ~ 38.55%
B 142 of 607 ~ 23.39%

%38.06
%38.55
%23.39

CMYK color model

#E7EA8E color CMYK value is (1,0,39,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 39.32%
  • key color value is 8.24%
CMYK:
(1,0,39,8)
C1M0Y39K8 
(1%,0%,39%,8%)
(0.01/0.00/0.39/0.08)	

CMYK percentages

%1.28
%0
%39.32
%8.24

Codes

Color #E7EA8E in popluar color models

E7EA8E
RGB231234142
HSL62°68.66%73.73%
HSB/HSV62°39.32%91.76%
CMYK1.28%0.00%39.32%
8.24%

Color #E7EA8E in popluar number systems.

HEXE7EA8E
Decimal231234142
Binary111001111110101010001110
Octal347352216

Shades and tints

Shades of #E7EA8E

#E7EA8E
(231,234,142)
#D2D582
(210,213,130)
#BDC076
(189,192,118)
#A8AB6A
(168,171,106)
#93965E
(147,150,94)
#7E8152
(126,129,82)
#696C46
(105,108,70)
#54573A
(84,87,58)
#3F422E
(63,66,46)
#2A2D22
(42,45,34)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #E7EA8E

#E7EA8E
(231,234,142)
#E9EB98
(233,235,152)
#EBECA2
(235,236,162)
#EDEDAC
(237,237,172)
#EFEEB6
(239,238,182)
#F1EFC0
(241,239,192)
#F3F0CA
(243,240,202)
#F5F1D4
(245,241,212)
#F7F2DE
(247,242,222)
#F9F3E8
(249,243,232)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EA8E color. Also use rgb(231,234,142) instead hex code.

Text Font Color

.myTextColor { color: #E7EA8E; }

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

This text font color is #E7EA8E.


Background Color

.myBgColor { background-color: #E7EA8E; }

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

This div background color is #E7EA8E.


Border color

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

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

This div border color is #E7EA8E.


Opacity

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

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

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

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

This text has shadow with #E7EA8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EA8E on black background.


Color preview on white background

This text has color #E7EA8E on white background.



Black color preview on #E7EA8E background

This text has black color on #E7EA8E background.


White color preview on #E7EA8E background

This text has white color on #E7EA8E background.