COLOR #E1DDA9

HEX: #E1DDA9
RGB: (225,221,169)

Color info

#E1DDA9 contains red, green and blue colors in about the same proportion. Web safe color of #E1DDA9 is #CCCC99 (or #CC9).

RGB color model

#E1DDA9 color RGB value is (225,221,169).

  • red value is 225;
  • green value is 221;
  • blue value is 169.
RGB:
(225,221,169)
(88%,87%,66%)

RGB channels and saturation

R 225 of 255 = 88%
G 221 of 255 = 87%
B 169 of 255 = 66%

225
221
169

R + G + B ~ 80%. #E1DDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 221 + 169 = 615 (100%)
R 225 of 615 ~ 36.59%
G 221 of 615 ~ 35.93%
B 169 of 615 ~ 27.48%

%36.59
%35.93
%27.48

CMYK color model

#E1DDA9 color CMYK value is (0,2,25,12).

  • cyan value is 0.00%
  • magenta value is 1.78%
  • yellow value is 24.89%
  • key color value is 11.76%
CMYK:
(0,2,25,12)
C0M2Y25K12 
(0%,2%,25%,12%)
(0.00/0.02/0.25/0.12)	

CMYK percentages

%0
%1.78
%24.89
%11.76

Codes

Color #E1DDA9 in popluar color models

E1DDA9
RGB225221169
HSL56°48.28%77.25%
HSB/HSV56°24.89%88.24%
CMYK0.00%1.78%24.89%
11.76%

Color #E1DDA9 in popluar number systems.

HEXE1DDA9
Decimal225221169
Binary111000011101110110101001
Octal341335251

Shades and tints

Shades of #E1DDA9

#E1DDA9
(225,221,169)
#CDC99A
(205,201,154)
#B9B58B
(185,181,139)
#A5A17C
(165,161,124)
#918D6D
(145,141,109)
#7D795E
(125,121,94)
#69654F
(105,101,79)
#555140
(85,81,64)
#413D31
(65,61,49)
#2D2922
(45,41,34)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #E1DDA9

#E1DDA9
(225,221,169)
#E3E0B0
(227,224,176)
#E5E3B7
(229,227,183)
#E7E6BE
(231,230,190)
#E9E9C5
(233,233,197)
#EBECCC
(235,236,204)
#EDEFD3
(237,239,211)
#EFF2DA
(239,242,218)
#F1F5E1
(241,245,225)
#F3F8E8
(243,248,232)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DDA9 color. Also use rgb(225,221,169) instead hex code.

Text Font Color

.myTextColor { color: #E1DDA9; }

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

This text font color is #E1DDA9.


Background Color

.myBgColor { background-color: #E1DDA9; }

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

This div background color is #E1DDA9.


Border color

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

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

This div border color is #E1DDA9.


Opacity

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

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

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

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

This text has shadow with #E1DDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DDA9 on black background.


Color preview on white background

This text has color #E1DDA9 on white background.



Black color preview on #E1DDA9 background

This text has black color on #E1DDA9 background.


White color preview on #E1DDA9 background

This text has white color on #E1DDA9 background.