COLOR #E7EDAB

HEX: #E7EDAB
RGB: (231,237,171)

Color info

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

RGB color model

#E7EDAB color RGB value is (231,237,171).

  • red value is 231;
  • green value is 237;
  • blue value is 171.
RGB:
(231,237,171)
(91%,93%,67%)

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 171 of 255 = 67%

231
237
171

R + G + B ~ 84%. #E7EDAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 237 + 171 = 639 (100%)
R 231 of 639 ~ 36.15%
G 237 of 639 ~ 37.09%
B 171 of 639 ~ 26.76%

%36.15
%37.09
%26.76

CMYK color model

#E7EDAB color CMYK value is (3,0,28,7).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 7.06%
CMYK:
(3,0,28,7)
C3M0Y28K7 
(3%,0%,28%,7%)
(0.03/0.00/0.28/0.07)	

CMYK percentages

%2.53
%0
%27.85
%7.06

Codes

Color #E7EDAB in popluar color models

E7EDAB
RGB231237171
HSL65°64.71%80.00%
HSB/HSV65°27.85%92.94%
CMYK2.53%0.00%27.85%
7.06%

Color #E7EDAB in popluar number systems.

HEXE7EDAB
Decimal231237171
Binary111001111110110110101011
Octal347355253

Shades and tints

Shades of #E7EDAB

#E7EDAB
(231,237,171)
#D2D89C
(210,216,156)
#BDC38D
(189,195,141)
#A8AE7E
(168,174,126)
#93996F
(147,153,111)
#7E8460
(126,132,96)
#696F51
(105,111,81)
#545A42
(84,90,66)
#3F4533
(63,69,51)
#2A3024
(42,48,36)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #E7EDAB

#E7EDAB
(231,237,171)
#E9EEB2
(233,238,178)
#EBEFB9
(235,239,185)
#EDF0C0
(237,240,192)
#EFF1C7
(239,241,199)
#F1F2CE
(241,242,206)
#F3F3D5
(243,243,213)
#F5F4DC
(245,244,220)
#F7F5E3
(247,245,227)
#F9F6EA
(249,246,234)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDAB; }

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

This text font color is #E7EDAB.


Background Color

.myBgColor { background-color: #E7EDAB; }

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

This div background color is #E7EDAB.


Border color

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

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

This div border color is #E7EDAB.


Opacity

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

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

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

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

This text has shadow with #E7EDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDAB on black background.


Color preview on white background

This text has color #E7EDAB on white background.



Black color preview on #E7EDAB background

This text has black color on #E7EDAB background.


White color preview on #E7EDAB background

This text has white color on #E7EDAB background.