COLOR #E7ED8D

HEX: #E7ED8D RGB: (231,237,141)

Color info

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

RGB color model

#E7ED8D color RGB value is (231,237,141).

RGB: (231,237,141) (91%, 93%, 55%)

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 141 of 255 = 55%

231
237
141

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

Portions of RGB colors in percentages

R + G + B = 231 + 237 + 141 = 609 (100%)
R 231 of 609 ~ 37.93%
G 237 of 609 ~ 38.92%
B 141 of 609 ~ 23.15'%

%37.93
%38.92
%23.15

CMYK color model

#E7ED8D color CMYK value is (3,0,41,7).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 7.06%

CMYK: (3,0,41,7)
C3M0Y41K7 (3%, 0%, 41%, 7%)
(0.03 / 0.00 / 0.41 / 0.07)

CMYK percentages

%2.53
%0
%40.51
%7.06

Codes

Color #E7ED8D in popluar color models

E7 ED 8D
RGB 231 237 141
HSL 64° 72.73% 74.12%
HSB/HSV 64° 40.51% 92.94%
CMYK 2.53% 0.00% 40.51%
7.06%

Color #E7ED8D in popluar number systems.

HEX E7 ED 8D
Decimal 231 237 141
Binary 11100111 11101101 10001101
Octal 347 355 215

Shades and tints

Shades of #E7ED8D

#E7ED8D
(231,237,141)
#D2D881
(210,216,129)
#BDC375
(189,195,117)
#A8AE69
(168,174,105)
#93995D
(147,153,93)
#7E8451
(126,132,81)
#696F45
(105,111,69)
#545A39
(84,90,57)
#3F452D
(63,69,45)
#2A3021
(42,48,33)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #E7ED8D

#E7ED8D
(231,237,141)
#E9EE97
(233,238,151)
#EBEFA1
(235,239,161)
#EDF0AB
(237,240,171)
#EFF1B5
(239,241,181)
#F1F2BF
(241,242,191)
#F3F3C9
(243,243,201)
#F5F4D3
(245,244,211)
#F7F5DD
(247,245,221)
#F9F6E7
(249,246,231)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ED8D color. Also use rgb(231,237,141) instead hex code.

Text Font Color

.myTextColor { color: #E7ED8D; }

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

This text font color is #E7ED8D.

Background Color

.myBgColor { background-color: #E7ED8D; }

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

This div background color is #E7ED8D.

Border color

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

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

This div border color is #E7ED8D.

Opacity

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

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

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

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

This text has shadow with #E7ED8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ED8D.

Preview

Color preview on black background

This text has color #E7ED8D on black background.


Color preview on white background

This text has color #E7ED8D on white background.


Black color preview on #E7ED8D background

This text has black color on #E7ED8D background.


White color preview on #E7ED8D background

This text has white color on #E7ED8D background.


Related colors

Complementary color

Complementary color for #hex is #181272.


I love getcolorcode.com

Triadic colors

1 #8DE7ED and #ED8DE7 with #E7ED8D are triadic colors.

2 #8DEDE7 and #EDE78D with #E7ED8D are triadic colors.