COLOR #E9BE96

HEX: #E9BE96
RGB: (233,190,150)

Color info

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

RGB color model

#E9BE96 color RGB value is (233,190,150).

  • red value is 233;
  • green value is 190;
  • blue value is 150.
RGB:
(233,190,150)
(91%,75%,59%)

RGB channels and saturation

R 233 of 255 = 91%
G 190 of 255 = 75%
B 150 of 255 = 59%

233
190
150

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

Portions of RGB colors in percentages

R + G + B =
233 + 190 + 150 = 573 (100%)
R 233 of 573 ~ 40.66%
G 190 of 573 ~ 33.16%
B 150 of 573 ~ 26.18%

%40.66
%33.16
%26.18

CMYK color model

#E9BE96 color CMYK value is (0,18,36,9).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 35.62%
  • key color value is 8.63%
CMYK:
(0,18,36,9)
C0M18Y36K9 
(0%,18%,36%,9%)
(0.00/0.18/0.36/0.09)	

CMYK percentages

%0
%18.45
%35.62
%8.63

Codes

Color #E9BE96 in popluar color models

E9BE96
RGB233190150
HSL29°65.35%75.10%
HSB/HSV29°35.62%91.37%
CMYK0.00%18.45%35.62%
8.63%

Color #E9BE96 in popluar number systems.

HEXE9BE96
Decimal233190150
Binary111010011011111010010110
Octal351276226

Shades and tints

Shades of #E9BE96

#E9BE96
(233,190,150)
#D4AD89
(212,173,137)
#BF9C7C
(191,156,124)
#AA8B6F
(170,139,111)
#957A62
(149,122,98)
#806955
(128,105,85)
#6B5848
(107,88,72)
#56473B
(86,71,59)
#41362E
(65,54,46)
#2C2521
(44,37,33)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #E9BE96

#E9BE96
(233,190,150)
#EBC39F
(235,195,159)
#EDC8A8
(237,200,168)
#EFCDB1
(239,205,177)
#F1D2BA
(241,210,186)
#F3D7C3
(243,215,195)
#F5DCCC
(245,220,204)
#F7E1D5
(247,225,213)
#F9E6DE
(249,230,222)
#FBEBE7
(251,235,231)
#FDF0F0
(253,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BE96 color. Also use rgb(233,190,150) instead hex code.

Text Font Color

.myTextColor { color: #E9BE96; }

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

This text font color is #E9BE96.


Background Color

.myBgColor { background-color: #E9BE96; }

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

This div background color is #E9BE96.


Border color

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

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

This div border color is #E9BE96.


Opacity

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

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

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

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

This text has shadow with #E9BE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BE96 on black background.


Color preview on white background

This text has color #E9BE96 on white background.



Black color preview on #E9BE96 background

This text has black color on #E9BE96 background.


White color preview on #E9BE96 background

This text has white color on #E9BE96 background.