COLOR #E0EDB1

HEX: #E0EDB1
RGB: (224,237,177)

Color info

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

RGB color model

#E0EDB1 color RGB value is (224,237,177).

  • red value is 224;
  • green value is 237;
  • blue value is 177.
RGB:
(224,237,177)
(88%,93%,69%)

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 177 of 255 = 69%

224
237
177

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

Portions of RGB colors in percentages

R + G + B =
224 + 237 + 177 = 638 (100%)
R 224 of 638 ~ 35.11%
G 237 of 638 ~ 37.15%
B 177 of 638 ~ 27.74%

%35.11
%37.15
%27.74

CMYK color model

#E0EDB1 color CMYK value is (5,0,25,7).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 7.06%
CMYK:
(5,0,25,7)
C5M0Y25K7 
(5%,0%,25%,7%)
(0.05/0.00/0.25/0.07)	

CMYK percentages

%5.49
%0
%25.32
%7.06

Codes

Color #E0EDB1 in popluar color models

E0EDB1
RGB224237177
HSL73°62.50%81.18%
HSB/HSV73°25.32%92.94%
CMYK5.49%0.00%25.32%
7.06%

Color #E0EDB1 in popluar number systems.

HEXE0EDB1
Decimal224237177
Binary111000001110110110110001
Octal340355261

Shades and tints

Shades of #E0EDB1

#E0EDB1
(224,237,177)
#CCD8A1
(204,216,161)
#B8C391
(184,195,145)
#A4AE81
(164,174,129)
#909971
(144,153,113)
#7C8461
(124,132,97)
#686F51
(104,111,81)
#545A41
(84,90,65)
#404531
(64,69,49)
#2C3021
(44,48,33)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #E0EDB1

#E0EDB1
(224,237,177)
#E2EEB8
(226,238,184)
#E4EFBF
(228,239,191)
#E6F0C6
(230,240,198)
#E8F1CD
(232,241,205)
#EAF2D4
(234,242,212)
#ECF3DB
(236,243,219)
#EEF4E2
(238,244,226)
#F0F5E9
(240,245,233)
#F2F6F0
(242,246,240)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EDB1 color. Also use rgb(224,237,177) instead hex code.

Text Font Color

.myTextColor { color: #E0EDB1; }

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

This text font color is #E0EDB1.


Background Color

.myBgColor { background-color: #E0EDB1; }

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

This div background color is #E0EDB1.


Border color

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

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

This div border color is #E0EDB1.


Opacity

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

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

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

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

This text has shadow with #E0EDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EDB1 on black background.


Color preview on white background

This text has color #E0EDB1 on white background.



Black color preview on #E0EDB1 background

This text has black color on #E0EDB1 background.


White color preview on #E0EDB1 background

This text has white color on #E0EDB1 background.