COLOR #E1D6A9

HEX: #E1D6A9
RGB: (225,214,169)

Color info

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

RGB color model

#E1D6A9 color RGB value is (225,214,169).

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

RGB channels and saturation

R 225 of 255 = 88%
G 214 of 255 = 84%
B 169 of 255 = 66%

225
214
169

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

Portions of RGB colors in percentages

R + G + B =
225 + 214 + 169 = 608 (100%)
R 225 of 608 ~ 37.01%
G 214 of 608 ~ 35.2%
B 169 of 608 ~ 27.8%

%37.01
%35.2
%27.8

CMYK color model

#E1D6A9 color CMYK value is (0,5,25,12).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 24.89%
  • key color value is 11.76%
CMYK:
(0,5,25,12)
C0M5Y25K12 
(0%,5%,25%,12%)
(0.00/0.05/0.25/0.12)	

CMYK percentages

%0
%4.89
%24.89
%11.76

Codes

Color #E1D6A9 in popluar color models

E1D6A9
RGB225214169
HSL48°48.28%77.25%
HSB/HSV48°24.89%88.24%
CMYK0.00%4.89%24.89%
11.76%

Color #E1D6A9 in popluar number systems.

HEXE1D6A9
Decimal225214169
Binary111000011101011010101001
Octal341326251

Shades and tints

Shades of #E1D6A9

#E1D6A9
(225,214,169)
#CDC39A
(205,195,154)
#B9B08B
(185,176,139)
#A59D7C
(165,157,124)
#918A6D
(145,138,109)
#7D775E
(125,119,94)
#69644F
(105,100,79)
#555140
(85,81,64)
#413E31
(65,62,49)
#2D2B22
(45,43,34)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #E1D6A9

#E1D6A9
(225,214,169)
#E3D9B0
(227,217,176)
#E5DCB7
(229,220,183)
#E7DFBE
(231,223,190)
#E9E2C5
(233,226,197)
#EBE5CC
(235,229,204)
#EDE8D3
(237,232,211)
#EFEBDA
(239,235,218)
#F1EEE1
(241,238,225)
#F3F1E8
(243,241,232)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D6A9; }

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

This text font color is #E1D6A9.


Background Color

.myBgColor { background-color: #E1D6A9; }

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

This div background color is #E1D6A9.


Border color

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

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

This div border color is #E1D6A9.


Opacity

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

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

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

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

This text has shadow with #E1D6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D6A9 on black background.


Color preview on white background

This text has color #E1D6A9 on white background.



Black color preview on #E1D6A9 background

This text has black color on #E1D6A9 background.


White color preview on #E1D6A9 background

This text has white color on #E1D6A9 background.