COLOR #E9D1A9

HEX: #E9D1A9
RGB: (233,209,169)

Color info

#E9D1A9 contains mainly red and green colors. Web safe color of #E9D1A9 is #FFCC99 (or #FC9).

RGB color model

#E9D1A9 color RGB value is (233,209,169).

  • red value is 233;
  • green value is 209;
  • blue value is 169.
RGB:
(233,209,169)
(91%,82%,66%)

RGB channels and saturation

R 233 of 255 = 91%
G 209 of 255 = 82%
B 169 of 255 = 66%

233
209
169

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

Portions of RGB colors in percentages

R + G + B =
233 + 209 + 169 = 611 (100%)
R 233 of 611 ~ 38.13%
G 209 of 611 ~ 34.21%
B 169 of 611 ~ 27.66%

%38.13
%34.21
%27.66

CMYK color model

#E9D1A9 color CMYK value is (0,10,27,9).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 27.47%
  • key color value is 8.63%
CMYK:
(0,10,27,9)
C0M10Y27K9 
(0%,10%,27%,9%)
(0.00/0.10/0.27/0.09)	

CMYK percentages

%0
%10.3
%27.47
%8.63

Codes

Color #E9D1A9 in popluar color models

E9D1A9
RGB233209169
HSL38°59.26%78.82%
HSB/HSV38°27.47%91.37%
CMYK0.00%10.30%27.47%
8.63%

Color #E9D1A9 in popluar number systems.

HEXE9D1A9
Decimal233209169
Binary111010011101000110101001
Octal351321251

Shades and tints

Shades of #E9D1A9

#E9D1A9
(233,209,169)
#D4BE9A
(212,190,154)
#BFAB8B
(191,171,139)
#AA987C
(170,152,124)
#95856D
(149,133,109)
#80725E
(128,114,94)
#6B5F4F
(107,95,79)
#564C40
(86,76,64)
#413931
(65,57,49)
#2C2622
(44,38,34)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #E9D1A9

#E9D1A9
(233,209,169)
#EBD5B0
(235,213,176)
#EDD9B7
(237,217,183)
#EFDDBE
(239,221,190)
#F1E1C5
(241,225,197)
#F3E5CC
(243,229,204)
#F5E9D3
(245,233,211)
#F7EDDA
(247,237,218)
#F9F1E1
(249,241,225)
#FBF5E8
(251,245,232)
#FDF9EF
(253,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D1A9 color. Also use rgb(233,209,169) instead hex code.

Text Font Color

.myTextColor { color: #E9D1A9; }

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

This text font color is #E9D1A9.


Background Color

.myBgColor { background-color: #E9D1A9; }

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

This div background color is #E9D1A9.


Border color

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

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

This div border color is #E9D1A9.


Opacity

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

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

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

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

This text has shadow with #E9D1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D1A9 on black background.


Color preview on white background

This text has color #E9D1A9 on white background.



Black color preview on #E9D1A9 background

This text has black color on #E9D1A9 background.


White color preview on #E9D1A9 background

This text has white color on #E9D1A9 background.