COLOR #E5EDAB

HEX: #E5EDAB
RGB: (229,237,171)

Color info

#E5EDAB contains mainly red and green colors. Web safe color of #E5EDAB is #CCFF99 (or #CF9).

RGB color model

#E5EDAB color RGB value is (229,237,171).

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

RGB channels and saturation

R 229 of 255 = 90%
G 237 of 255 = 93%
B 171 of 255 = 67%

229
237
171

R + G + B ~ 83%. #E5EDAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 237 + 171 = 637 (100%)
R 229 of 637 ~ 35.95%
G 237 of 637 ~ 37.21%
B 171 of 637 ~ 26.84%

%35.95
%37.21
%26.84

CMYK color model

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

  • cyan value is 3.38%
  • 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

%3.38
%0
%27.85
%7.06

Codes

Color #E5EDAB in popluar color models

E5EDAB
RGB229237171
HSL67°64.71%80.00%
HSB/HSV67°27.85%92.94%
CMYK3.38%0.00%27.85%
7.06%

Color #E5EDAB in popluar number systems.

HEXE5EDAB
Decimal229237171
Binary111001011110110110101011
Octal345355253

Shades and tints

Shades of #E5EDAB

#E5EDAB
(229,237,171)
#D1D89C
(209,216,156)
#BDC38D
(189,195,141)
#A9AE7E
(169,174,126)
#95996F
(149,153,111)
#818460
(129,132,96)
#6D6F51
(109,111,81)
#595A42
(89,90,66)
#454533
(69,69,51)
#313024
(49,48,36)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #E5EDAB

#E5EDAB
(229,237,171)
#E7EEB2
(231,238,178)
#E9EFB9
(233,239,185)
#EBF0C0
(235,240,192)
#EDF1C7
(237,241,199)
#EFF2CE
(239,242,206)
#F1F3D5
(241,243,213)
#F3F4DC
(243,244,220)
#F5F5E3
(245,245,227)
#F7F6EA
(247,246,234)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EDAB; }

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

This text font color is #E5EDAB.


Background Color

.myBgColor { background-color: #E5EDAB; }

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

This div background color is #E5EDAB.


Border color

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

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

This div border color is #E5EDAB.


Opacity

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

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

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

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

This text has shadow with #E5EDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EDAB on black background.


Color preview on white background

This text has color #E5EDAB on white background.



Black color preview on #E5EDAB background

This text has black color on #E5EDAB background.


White color preview on #E5EDAB background

This text has white color on #E5EDAB background.