COLOR #E3BA96

HEX: #E3BA96
RGB: (227,186,150)

Color info

#E3BA96 contains mainly red and green colors. Web safe color of #E3BA96 is #CCCC99 (or #CC9).

RGB color model

#E3BA96 color RGB value is (227,186,150).

  • red value is 227;
  • green value is 186;
  • blue value is 150.
RGB:
(227,186,150)
(89%,73%,59%)

RGB channels and saturation

R 227 of 255 = 89%
G 186 of 255 = 73%
B 150 of 255 = 59%

227
186
150

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

Portions of RGB colors in percentages

R + G + B =
227 + 186 + 150 = 563 (100%)
R 227 of 563 ~ 40.32%
G 186 of 563 ~ 33.04%
B 150 of 563 ~ 26.64%

%40.32
%33.04
%26.64

CMYK color model

#E3BA96 color CMYK value is (0,18,34,11).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 33.92%
  • key color value is 10.98%
CMYK:
(0,18,34,11)
C0M18Y34K11 
(0%,18%,34%,11%)
(0.00/0.18/0.34/0.11)	

CMYK percentages

%0
%18.06
%33.92
%10.98

Codes

Color #E3BA96 in popluar color models

E3BA96
RGB227186150
HSL28°57.89%73.92%
HSB/HSV28°33.92%89.02%
CMYK0.00%18.06%33.92%
10.98%

Color #E3BA96 in popluar number systems.

HEXE3BA96
Decimal227186150
Binary111000111011101010010110
Octal343272226

Shades and tints

Shades of #E3BA96

#E3BA96
(227,186,150)
#CFAA89
(207,170,137)
#BB9A7C
(187,154,124)
#A78A6F
(167,138,111)
#937A62
(147,122,98)
#7F6A55
(127,106,85)
#6B5A48
(107,90,72)
#574A3B
(87,74,59)
#433A2E
(67,58,46)
#2F2A21
(47,42,33)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #E3BA96

#E3BA96
(227,186,150)
#E5C09F
(229,192,159)
#E7C6A8
(231,198,168)
#E9CCB1
(233,204,177)
#EBD2BA
(235,210,186)
#EDD8C3
(237,216,195)
#EFDECC
(239,222,204)
#F1E4D5
(241,228,213)
#F3EADE
(243,234,222)
#F5F0E7
(245,240,231)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BA96 color. Also use rgb(227,186,150) instead hex code.

Text Font Color

.myTextColor { color: #E3BA96; }

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

This text font color is #E3BA96.


Background Color

.myBgColor { background-color: #E3BA96; }

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

This div background color is #E3BA96.


Border color

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

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

This div border color is #E3BA96.


Opacity

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

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

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

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

This text has shadow with #E3BA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BA96 on black background.


Color preview on white background

This text has color #E3BA96 on white background.



Black color preview on #E3BA96 background

This text has black color on #E3BA96 background.


White color preview on #E3BA96 background

This text has white color on #E3BA96 background.