COLOR #E9BB96

HEX: #E9BB96 RGB: (233,187,150)

Color info

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

RGB color model

#E9BB96 color RGB value is (233,187,150).

RGB: (233,187,150) (91%, 73%, 59%)

RGB channels and saturation

R 233 of 255 = 91%
G 187 of 255 = 73%
B 150 of 255 = 59%

233
187
150

R + G + B ~ 74%. #E9BB96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 187 + 150 = 570 (100%)
R 233 of 570 ~ 40.88%
G 187 of 570 ~ 32.81%
B 150 of 570 ~ 26.32'%

%40.88
%32.81
%26.32

CMYK color model

#E9BB96 color CMYK value is (0,20,36,9).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 35.62%
  • key color value is 8.63%
CMYK: (0,20,36,9) C0M20Y36K9 (0%,20%,36%,9%) (0.00/0.20/0.36/0.09) 

CMYK percentages

%0
%19.74
%35.62
%8.63

Codes

Color #E9BB96 in popluar color models

E9 BB 96
RGB 233 187 150
HSL 27° 65.35% 75.10%
HSB/HSV 27° 35.62% 91.37%
CMYK 0.00% 19.74% 35.62%
8.63%

Color #E9BB96 in popluar number systems.

HEX E9 BB 96
Decimal 233 187 150
Binary 11101001 10111011 10010110
Octal 351 273 226

Shades and tints

Shades of #E9BB96

#E9BB96
(233,187,150)
#D4AA89
(212,170,137)
#BF997C
(191,153,124)
#AA886F
(170,136,111)
#957762
(149,119,98)
#806655
(128,102,85)
#6B5548
(107,85,72)
#56443B
(86,68,59)
#41332E
(65,51,46)
#2C2221
(44,34,33)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #E9BB96

#E9BB96
(233,187,150)
#EBC19F
(235,193,159)
#EDC7A8
(237,199,168)
#EFCDB1
(239,205,177)
#F1D3BA
(241,211,186)
#F3D9C3
(243,217,195)
#F5DFCC
(245,223,204)
#F7E5D5
(247,229,213)
#F9EBDE
(249,235,222)
#FBF1E7
(251,241,231)
#FDF7F0
(253,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BB96; }

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

This text font color is #E9BB96.

Background Color

.myBgColor { background-color: #E9BB96; }

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

This div background color is #E9BB96.

Border color

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

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

This div border color is #E9BB96.

Opacity

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

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

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

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

This text has shadow with #E9BB96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BB96.

Preview

Color preview on black background

This text has color #E9BB96 on black background.


Color preview on white background

This text has color #E9BB96 on white background.


Black color preview on #E9BB96 background

This text has black color on #E9BB96 background.


White color preview on #E9BB96 background

This text has white color on #E9BB96 background.


Related colors

Complementary color

Complementary color for #hex is #164469.


I love getcolorcode.com

Triadic colors

1 #96E9BB and #BB96E9 with #E9BB96 are triadic colors.

2 #96BBE9 and #BBE996 with #E9BB96 are triadic colors.