COLOR #E7EA9C

HEX: #E7EA9C RGB: (231,234,156)

Color info

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

RGB color model

#E7EA9C color RGB value is (231,234,156).

RGB: (231,234,156) (91%, 92%, 61%)

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 156 of 255 = 61%

231
234
156

R + G + B ~ 81%. #E7EA9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 234 + 156 = 621 (100%)
R 231 of 621 ~ 37.2%
G 234 of 621 ~ 37.68%
B 156 of 621 ~ 25.12'%

%37.2
%37.68
%25.12

CMYK color model

#E7EA9C color CMYK value is (1,0,33,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 8.24%

CMYK: (1,0,33,8)
C1M0Y33K8 (1%, 0%, 33%, 8%)
(0.01 / 0.00 / 0.33 / 0.08)

CMYK percentages

%1.28
%0
%33.33
%8.24

Codes

Color #E7EA9C in popluar color models

E7 EA 9C
RGB 231 234 156
HSL 62° 65.00% 76.47%
HSB/HSV 62° 33.33% 91.76%
CMYK 1.28% 0.00% 33.33%
8.24%

Color #E7EA9C in popluar number systems.

HEX E7 EA 9C
Decimal 231 234 156
Binary 11100111 11101010 10011100
Octal 347 352 234

Shades and tints

Shades of #E7EA9C

#E7EA9C
(231,234,156)
#D2D58E
(210,213,142)
#BDC080
(189,192,128)
#A8AB72
(168,171,114)
#939664
(147,150,100)
#7E8156
(126,129,86)
#696C48
(105,108,72)
#54573A
(84,87,58)
#3F422C
(63,66,44)
#2A2D1E
(42,45,30)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #E7EA9C

#E7EA9C
(231,234,156)
#E9EBA5
(233,235,165)
#EBECAE
(235,236,174)
#EDEDB7
(237,237,183)
#EFEEC0
(239,238,192)
#F1EFC9
(241,239,201)
#F3F0D2
(243,240,210)
#F5F1DB
(245,241,219)
#F7F2E4
(247,242,228)
#F9F3ED
(249,243,237)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EA9C; }

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

This text font color is #E7EA9C.

Background Color

.myBgColor { background-color: #E7EA9C; }

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

This div background color is #E7EA9C.

Border color

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

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

This div border color is #E7EA9C.

Opacity

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

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

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

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

This text has shadow with #E7EA9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EA9C.

Preview

Color preview on black background

This text has color #E7EA9C on black background.


Color preview on white background

This text has color #E7EA9C on white background.


Black color preview on #E7EA9C background

This text has black color on #E7EA9C background.


White color preview on #E7EA9C background

This text has white color on #E7EA9C background.


Related colors

Complementary color

Complementary color for #hex is #181563.


I love getcolorcode.com

Triadic colors

1 #9CE7EA and #EA9CE7 with #E7EA9C are triadic colors.

2 #9CEAE7 and #EAE79C with #E7EA9C are triadic colors.