COLOR #E5EDB4

HEX: #E5EDB4
RGB: (229,237,180)

Color info

#E5EDB4 contains red, green and blue colors in about the same proportion. Web safe color of #E5EDB4 is #CCFFCC (or #CFC).

RGB color model

#E5EDB4 color RGB value is (229,237,180).

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

RGB channels and saturation

R 229 of 255 = 90%
G 237 of 255 = 93%
B 180 of 255 = 71%

229
237
180

R + G + B ~ 85%. #E5EDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 237 + 180 = 646 (100%)
R 229 of 646 ~ 35.45%
G 237 of 646 ~ 36.69%
B 180 of 646 ~ 27.86%

%35.45
%36.69
%27.86

CMYK color model

#E5EDB4 color CMYK value is (3,0,24,7).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 7.06%
CMYK:
(3,0,24,7)
C3M0Y24K7 
(3%,0%,24%,7%)
(0.03/0.00/0.24/0.07)	

CMYK percentages

%3.38
%0
%24.05
%7.06

Codes

Color #E5EDB4 in popluar color models

E5EDB4
RGB229237180
HSL68°61.29%81.76%
HSB/HSV68°24.05%92.94%
CMYK3.38%0.00%24.05%
7.06%

Color #E5EDB4 in popluar number systems.

HEXE5EDB4
Decimal229237180
Binary111001011110110110110100
Octal345355264

Shades and tints

Shades of #E5EDB4

#E5EDB4
(229,237,180)
#D1D8A4
(209,216,164)
#BDC394
(189,195,148)
#A9AE84
(169,174,132)
#959974
(149,153,116)
#818464
(129,132,100)
#6D6F54
(109,111,84)
#595A44
(89,90,68)
#454534
(69,69,52)
#313024
(49,48,36)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #E5EDB4

#E5EDB4
(229,237,180)
#E7EEBA
(231,238,186)
#E9EFC0
(233,239,192)
#EBF0C6
(235,240,198)
#EDF1CC
(237,241,204)
#EFF2D2
(239,242,210)
#F1F3D8
(241,243,216)
#F3F4DE
(243,244,222)
#F5F5E4
(245,245,228)
#F7F6EA
(247,246,234)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EDB4; }

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

This text font color is #E5EDB4.


Background Color

.myBgColor { background-color: #E5EDB4; }

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

This div background color is #E5EDB4.


Border color

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

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

This div border color is #E5EDB4.


Opacity

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

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

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

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

This text has shadow with #E5EDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EDB4 on black background.


Color preview on white background

This text has color #E5EDB4 on white background.



Black color preview on #E5EDB4 background

This text has black color on #E5EDB4 background.


White color preview on #E5EDB4 background

This text has white color on #E5EDB4 background.