COLOR #E9B6A0

HEX: #E9B6A0
RGB: (233,182,160)

Color info

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

RGB color model

#E9B6A0 color RGB value is (233,182,160).

  • red value is 233;
  • green value is 182;
  • blue value is 160.
RGB:
(233,182,160)
(91%,71%,63%)

RGB channels and saturation

R 233 of 255 = 91%
G 182 of 255 = 71%
B 160 of 255 = 63%

233
182
160

R + G + B ~ 75%. #E9B6A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 182 + 160 = 575 (100%)
R 233 of 575 ~ 40.52%
G 182 of 575 ~ 31.65%
B 160 of 575 ~ 27.83%

%40.52
%31.65
%27.83

CMYK color model

#E9B6A0 color CMYK value is (0,22,31,9).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 31.33%
  • key color value is 8.63%
CMYK:
(0,22,31,9)
C0M22Y31K9 
(0%,22%,31%,9%)
(0.00/0.22/0.31/0.09)	

CMYK percentages

%0
%21.89
%31.33
%8.63

Codes

Color #E9B6A0 in popluar color models

E9B6A0
RGB233182160
HSL18°62.39%77.06%
HSB/HSV18°31.33%91.37%
CMYK0.00%21.89%31.33%
8.63%

Color #E9B6A0 in popluar number systems.

HEXE9B6A0
Decimal233182160
Binary111010011011011010100000
Octal351266240

Shades and tints

Shades of #E9B6A0

#E9B6A0
(233,182,160)
#D4A692
(212,166,146)
#BF9684
(191,150,132)
#AA8676
(170,134,118)
#957668
(149,118,104)
#80665A
(128,102,90)
#6B564C
(107,86,76)
#56463E
(86,70,62)
#413630
(65,54,48)
#2C2622
(44,38,34)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #E9B6A0

#E9B6A0
(233,182,160)
#EBBCA8
(235,188,168)
#EDC2B0
(237,194,176)
#EFC8B8
(239,200,184)
#F1CEC0
(241,206,192)
#F3D4C8
(243,212,200)
#F5DAD0
(245,218,208)
#F7E0D8
(247,224,216)
#F9E6E0
(249,230,224)
#FBECE8
(251,236,232)
#FDF2F0
(253,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B6A0 color. Also use rgb(233,182,160) instead hex code.

Text Font Color

.myTextColor { color: #E9B6A0; }

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

This text font color is #E9B6A0.


Background Color

.myBgColor { background-color: #E9B6A0; }

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

This div background color is #E9B6A0.


Border color

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

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

This div border color is #E9B6A0.


Opacity

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

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

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

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

This text has shadow with #E9B6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B6A0 on black background.


Color preview on white background

This text has color #E9B6A0 on white background.



Black color preview on #E9B6A0 background

This text has black color on #E9B6A0 background.


White color preview on #E9B6A0 background

This text has white color on #E9B6A0 background.