COLOR #E9B488

HEX: #E9B488
RGB: (233,180,136)

Color info

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

RGB color model

#E9B488 color RGB value is (233,180,136).

  • red value is 233;
  • green value is 180;
  • blue value is 136.
RGB:
(233,180,136)
(91%,71%,53%)

RGB channels and saturation

R 233 of 255 = 91%
G 180 of 255 = 71%
B 136 of 255 = 53%

233
180
136

R + G + B ~ 72%. #E9B488 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 180 + 136 = 549 (100%)
R 233 of 549 ~ 42.44%
G 180 of 549 ~ 32.79%
B 136 of 549 ~ 24.77%

%42.44
%32.79
%24.77

CMYK color model

#E9B488 color CMYK value is (0,23,42,9).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 41.63%
  • key color value is 8.63%
CMYK:
(0,23,42,9)
C0M23Y42K9 
(0%,23%,42%,9%)
(0.00/0.23/0.42/0.09)	

CMYK percentages

%0
%22.75
%41.63
%8.63

Codes

Color #E9B488 in popluar color models

E9B488
RGB233180136
HSL27°68.79%72.35%
HSB/HSV27°41.63%91.37%
CMYK0.00%22.75%41.63%
8.63%

Color #E9B488 in popluar number systems.

HEXE9B488
Decimal233180136
Binary111010011011010010001000
Octal351264210

Shades and tints

Shades of #E9B488

#E9B488
(233,180,136)
#D4A47C
(212,164,124)
#BF9470
(191,148,112)
#AA8464
(170,132,100)
#957458
(149,116,88)
#80644C
(128,100,76)
#6B5440
(107,84,64)
#564434
(86,68,52)
#413428
(65,52,40)
#2C241C
(44,36,28)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #E9B488

#E9B488
(233,180,136)
#EBBA92
(235,186,146)
#EDC09C
(237,192,156)
#EFC6A6
(239,198,166)
#F1CCB0
(241,204,176)
#F3D2BA
(243,210,186)
#F5D8C4
(245,216,196)
#F7DECE
(247,222,206)
#F9E4D8
(249,228,216)
#FBEAE2
(251,234,226)
#FDF0EC
(253,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B488 color. Also use rgb(233,180,136) instead hex code.

Text Font Color

.myTextColor { color: #E9B488; }

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

This text font color is #E9B488.


Background Color

.myBgColor { background-color: #E9B488; }

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

This div background color is #E9B488.


Border color

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

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

This div border color is #E9B488.


Opacity

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

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

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

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

This text has shadow with #E9B488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B488 on black background.


Color preview on white background

This text has color #E9B488 on white background.



Black color preview on #E9B488 background

This text has black color on #E9B488 background.


White color preview on #E9B488 background

This text has white color on #E9B488 background.