COLOR #E9D6AB

HEX: #E9D6AB
RGB: (233,214,171)

Color info

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

RGB color model

#E9D6AB color RGB value is (233,214,171).

  • red value is 233;
  • green value is 214;
  • blue value is 171.
RGB:
(233,214,171)
(91%,84%,67%)

RGB channels and saturation

R 233 of 255 = 91%
G 214 of 255 = 84%
B 171 of 255 = 67%

233
214
171

R + G + B ~ 81%. #E9D6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 214 + 171 = 618 (100%)
R 233 of 618 ~ 37.7%
G 214 of 618 ~ 34.63%
B 171 of 618 ~ 27.67%

%37.7
%34.63
%27.67

CMYK color model

#E9D6AB color CMYK value is (0,8,27,9).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 26.61%
  • key color value is 8.63%
CMYK:
(0,8,27,9)
C0M8Y27K9 
(0%,8%,27%,9%)
(0.00/0.08/0.27/0.09)	

CMYK percentages

%0
%8.15
%26.61
%8.63

Codes

Color #E9D6AB in popluar color models

E9D6AB
RGB233214171
HSL42°58.49%79.22%
HSB/HSV42°26.61%91.37%
CMYK0.00%8.15%26.61%
8.63%

Color #E9D6AB in popluar number systems.

HEXE9D6AB
Decimal233214171
Binary111010011101011010101011
Octal351326253

Shades and tints

Shades of #E9D6AB

#E9D6AB
(233,214,171)
#D4C39C
(212,195,156)
#BFB08D
(191,176,141)
#AA9D7E
(170,157,126)
#958A6F
(149,138,111)
#807760
(128,119,96)
#6B6451
(107,100,81)
#565142
(86,81,66)
#413E33
(65,62,51)
#2C2B24
(44,43,36)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #E9D6AB

#E9D6AB
(233,214,171)
#EBD9B2
(235,217,178)
#EDDCB9
(237,220,185)
#EFDFC0
(239,223,192)
#F1E2C7
(241,226,199)
#F3E5CE
(243,229,206)
#F5E8D5
(245,232,213)
#F7EBDC
(247,235,220)
#F9EEE3
(249,238,227)
#FBF1EA
(251,241,234)
#FDF4F1
(253,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D6AB color. Also use rgb(233,214,171) instead hex code.

Text Font Color

.myTextColor { color: #E9D6AB; }

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

This text font color is #E9D6AB.


Background Color

.myBgColor { background-color: #E9D6AB; }

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

This div background color is #E9D6AB.


Border color

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

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

This div border color is #E9D6AB.


Opacity

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

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

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

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

This text has shadow with #E9D6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D6AB on black background.


Color preview on white background

This text has color #E9D6AB on white background.



Black color preview on #E9D6AB background

This text has black color on #E9D6AB background.


White color preview on #E9D6AB background

This text has white color on #E9D6AB background.