COLOR #E9A397

HEX: #E9A397
RGB: (233,163,151)

Color info

#E9A397 contains mainly red color. Web safe color of #E9A397 is #FF9999 (or #F99).

RGB color model

#E9A397 color RGB value is (233,163,151).

  • red value is 233;
  • green value is 163;
  • blue value is 151.
RGB:
(233,163,151)
(91%,64%,59%)

RGB channels and saturation

R 233 of 255 = 91%
G 163 of 255 = 64%
B 151 of 255 = 59%

233
163
151

R + G + B ~ 71%. #E9A397 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 163 + 151 = 547 (100%)
R 233 of 547 ~ 42.6%
G 163 of 547 ~ 29.8%
B 151 of 547 ~ 27.61%

%42.6
%29.8
%27.61

CMYK color model

#E9A397 color CMYK value is (0,30,35,9).

  • cyan value is 0.00%
  • magenta value is 30.04%
  • yellow value is 35.19%
  • key color value is 8.63%
CMYK:
(0,30,35,9)
C0M30Y35K9 
(0%,30%,35%,9%)
(0.00/0.30/0.35/0.09)	

CMYK percentages

%0
%30.04
%35.19
%8.63

Codes

Color #E9A397 in popluar color models

E9A397
RGB233163151
HSL65.08%75.29%
HSB/HSV35.19%91.37%
CMYK0.00%30.04%35.19%
8.63%

Color #E9A397 in popluar number systems.

HEXE9A397
Decimal233163151
Binary111010011010001110010111
Octal351243227

Shades and tints

Shades of #E9A397

#E9A397
(233,163,151)
#D4958A
(212,149,138)
#BF877D
(191,135,125)
#AA7970
(170,121,112)
#956B63
(149,107,99)
#805D56
(128,93,86)
#6B4F49
(107,79,73)
#56413C
(86,65,60)
#41332F
(65,51,47)
#2C2522
(44,37,34)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #E9A397

#E9A397
(233,163,151)
#EBABA0
(235,171,160)
#EDB3A9
(237,179,169)
#EFBBB2
(239,187,178)
#F1C3BB
(241,195,187)
#F3CBC4
(243,203,196)
#F5D3CD
(245,211,205)
#F7DBD6
(247,219,214)
#F9E3DF
(249,227,223)
#FBEBE8
(251,235,232)
#FDF3F1
(253,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A397 color. Also use rgb(233,163,151) instead hex code.

Text Font Color

.myTextColor { color: #E9A397; }

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

This text font color is #E9A397.


Background Color

.myBgColor { background-color: #E9A397; }

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

This div background color is #E9A397.


Border color

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

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

This div border color is #E9A397.


Opacity

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

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

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

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

This text has shadow with #E9A397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A397 on black background.


Color preview on white background

This text has color #E9A397 on white background.



Black color preview on #E9A397 background

This text has black color on #E9A397 background.


White color preview on #E9A397 background

This text has white color on #E9A397 background.