COLOR #E9D0A6

HEX: #E9D0A6
RGB: (233,208,166)

Color info

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

RGB color model

#E9D0A6 color RGB value is (233,208,166).

  • red value is 233;
  • green value is 208;
  • blue value is 166.
RGB:
(233,208,166)
(91%,82%,65%)

RGB channels and saturation

R 233 of 255 = 91%
G 208 of 255 = 82%
B 166 of 255 = 65%

233
208
166

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

Portions of RGB colors in percentages

R + G + B =
233 + 208 + 166 = 607 (100%)
R 233 of 607 ~ 38.39%
G 208 of 607 ~ 34.27%
B 166 of 607 ~ 27.35%

%38.39
%34.27
%27.35

CMYK color model

#E9D0A6 color CMYK value is (0,11,29,9).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 28.76%
  • key color value is 8.63%
CMYK:
(0,11,29,9)
C0M11Y29K9 
(0%,11%,29%,9%)
(0.00/0.11/0.29/0.09)	

CMYK percentages

%0
%10.73
%28.76
%8.63

Codes

Color #E9D0A6 in popluar color models

E9D0A6
RGB233208166
HSL38°60.36%78.24%
HSB/HSV38°28.76%91.37%
CMYK0.00%10.73%28.76%
8.63%

Color #E9D0A6 in popluar number systems.

HEXE9D0A6
Decimal233208166
Binary111010011101000010100110
Octal351320246

Shades and tints

Shades of #E9D0A6

#E9D0A6
(233,208,166)
#D4BE97
(212,190,151)
#BFAC88
(191,172,136)
#AA9A79
(170,154,121)
#95886A
(149,136,106)
#80765B
(128,118,91)
#6B644C
(107,100,76)
#56523D
(86,82,61)
#41402E
(65,64,46)
#2C2E1F
(44,46,31)
#171C10
(23,28,16)
#000000
(0,0,0)

Tints of #E9D0A6

#E9D0A6
(233,208,166)
#EBD4AE
(235,212,174)
#EDD8B6
(237,216,182)
#EFDCBE
(239,220,190)
#F1E0C6
(241,224,198)
#F3E4CE
(243,228,206)
#F5E8D6
(245,232,214)
#F7ECDE
(247,236,222)
#F9F0E6
(249,240,230)
#FBF4EE
(251,244,238)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D0A6 color. Also use rgb(233,208,166) instead hex code.

Text Font Color

.myTextColor { color: #E9D0A6; }

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

This text font color is #E9D0A6.


Background Color

.myBgColor { background-color: #E9D0A6; }

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

This div background color is #E9D0A6.


Border color

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

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

This div border color is #E9D0A6.


Opacity

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

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

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

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

This text has shadow with #E9D0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D0A6 on black background.


Color preview on white background

This text has color #E9D0A6 on white background.



Black color preview on #E9D0A6 background

This text has black color on #E9D0A6 background.


White color preview on #E9D0A6 background

This text has white color on #E9D0A6 background.