COLOR #E1DE9E

HEX: #E1DE9E
RGB: (225,222,158)

Color info

#E1DE9E contains mainly red and green colors. Web safe color of #E1DE9E is #CCCC99 (or #CC9).

RGB color model

#E1DE9E color RGB value is (225,222,158).

  • red value is 225;
  • green value is 222;
  • blue value is 158.
RGB:
(225,222,158)
(88%,87%,62%)

RGB channels and saturation

R 225 of 255 = 88%
G 222 of 255 = 87%
B 158 of 255 = 62%

225
222
158

R + G + B ~ 79%. #E1DE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 222 + 158 = 605 (100%)
R 225 of 605 ~ 37.19%
G 222 of 605 ~ 36.69%
B 158 of 605 ~ 26.12%

%37.19
%36.69
%26.12

CMYK color model

#E1DE9E color CMYK value is (0,1,30,12).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 29.78%
  • key color value is 11.76%
CMYK:
(0,1,30,12)
C0M1Y30K12 
(0%,1%,30%,12%)
(0.00/0.01/0.30/0.12)	

CMYK percentages

%0
%1.33
%29.78
%11.76

Codes

Color #E1DE9E in popluar color models

E1DE9E
RGB225222158
HSL57°52.76%75.10%
HSB/HSV57°29.78%88.24%
CMYK0.00%1.33%29.78%
11.76%

Color #E1DE9E in popluar number systems.

HEXE1DE9E
Decimal225222158
Binary111000011101111010011110
Octal341336236

Shades and tints

Shades of #E1DE9E

#E1DE9E
(225,222,158)
#CDCA90
(205,202,144)
#B9B682
(185,182,130)
#A5A274
(165,162,116)
#918E66
(145,142,102)
#7D7A58
(125,122,88)
#69664A
(105,102,74)
#55523C
(85,82,60)
#413E2E
(65,62,46)
#2D2A20
(45,42,32)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #E1DE9E

#E1DE9E
(225,222,158)
#E3E1A6
(227,225,166)
#E5E4AE
(229,228,174)
#E7E7B6
(231,231,182)
#E9EABE
(233,234,190)
#EBEDC6
(235,237,198)
#EDF0CE
(237,240,206)
#EFF3D6
(239,243,214)
#F1F6DE
(241,246,222)
#F3F9E6
(243,249,230)
#F5FCEE
(245,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DE9E color. Also use rgb(225,222,158) instead hex code.

Text Font Color

.myTextColor { color: #E1DE9E; }

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

This text font color is #E1DE9E.


Background Color

.myBgColor { background-color: #E1DE9E; }

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

This div background color is #E1DE9E.


Border color

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

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

This div border color is #E1DE9E.


Opacity

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

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

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

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

This text has shadow with #E1DE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DE9E on black background.


Color preview on white background

This text has color #E1DE9E on white background.



Black color preview on #E1DE9E background

This text has black color on #E1DE9E background.


White color preview on #E1DE9E background

This text has white color on #E1DE9E background.