COLOR #E9B08C

HEX: #E9B08C
RGB: (233,176,140)

Color info

#E9B08C contains mainly red and green colors. Web safe color of #E9B08C is #FF9999 (or #F99).

RGB color model

#E9B08C color RGB value is (233,176,140).

  • red value is 233;
  • green value is 176;
  • blue value is 140.
RGB:
(233,176,140)
(91%,69%,55%)

RGB channels and saturation

R 233 of 255 = 91%
G 176 of 255 = 69%
B 140 of 255 = 55%

233
176
140

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

Portions of RGB colors in percentages

R + G + B =
233 + 176 + 140 = 549 (100%)
R 233 of 549 ~ 42.44%
G 176 of 549 ~ 32.06%
B 140 of 549 ~ 25.5%

%42.44
%32.06
%25.5

CMYK color model

#E9B08C color CMYK value is (0,24,40,9).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 39.91%
  • key color value is 8.63%
CMYK:
(0,24,40,9)
C0M24Y40K9 
(0%,24%,40%,9%)
(0.00/0.24/0.40/0.09)	

CMYK percentages

%0
%24.46
%39.91
%8.63

Codes

Color #E9B08C in popluar color models

E9B08C
RGB233176140
HSL23°67.88%73.14%
HSB/HSV23°39.91%91.37%
CMYK0.00%24.46%39.91%
8.63%

Color #E9B08C in popluar number systems.

HEXE9B08C
Decimal233176140
Binary111010011011000010001100
Octal351260214

Shades and tints

Shades of #E9B08C

#E9B08C
(233,176,140)
#D4A080
(212,160,128)
#BF9074
(191,144,116)
#AA8068
(170,128,104)
#95705C
(149,112,92)
#806050
(128,96,80)
#6B5044
(107,80,68)
#564038
(86,64,56)
#41302C
(65,48,44)
#2C2020
(44,32,32)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #E9B08C

#E9B08C
(233,176,140)
#EBB796
(235,183,150)
#EDBEA0
(237,190,160)
#EFC5AA
(239,197,170)
#F1CCB4
(241,204,180)
#F3D3BE
(243,211,190)
#F5DAC8
(245,218,200)
#F7E1D2
(247,225,210)
#F9E8DC
(249,232,220)
#FBEFE6
(251,239,230)
#FDF6F0
(253,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B08C color. Also use rgb(233,176,140) instead hex code.

Text Font Color

.myTextColor { color: #E9B08C; }

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

This text font color is #E9B08C.


Background Color

.myBgColor { background-color: #E9B08C; }

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

This div background color is #E9B08C.


Border color

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

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

This div border color is #E9B08C.


Opacity

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

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

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

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

This text has shadow with #E9B08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B08C on black background.


Color preview on white background

This text has color #E9B08C on white background.



Black color preview on #E9B08C background

This text has black color on #E9B08C background.


White color preview on #E9B08C background

This text has white color on #E9B08C background.