COLOR #E1B896

HEX: #E1B896
RGB: (225,184,150)

Color info

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

RGB color model

#E1B896 color RGB value is (225,184,150).

  • red value is 225;
  • green value is 184;
  • blue value is 150.
RGB:
(225,184,150)
(88%,72%,59%)

RGB channels and saturation

R 225 of 255 = 88%
G 184 of 255 = 72%
B 150 of 255 = 59%

225
184
150

R + G + B ~ 73%. #E1B896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 184 + 150 = 559 (100%)
R 225 of 559 ~ 40.25%
G 184 of 559 ~ 32.92%
B 150 of 559 ~ 26.83%

%40.25
%32.92
%26.83

CMYK color model

#E1B896 color CMYK value is (0,18,33,12).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 33.33%
  • key color value is 11.76%
CMYK:
(0,18,33,12)
C0M18Y33K12 
(0%,18%,33%,12%)
(0.00/0.18/0.33/0.12)	

CMYK percentages

%0
%18.22
%33.33
%11.76

Codes

Color #E1B896 in popluar color models

E1B896
RGB225184150
HSL27°55.56%73.53%
HSB/HSV27°33.33%88.24%
CMYK0.00%18.22%33.33%
11.76%

Color #E1B896 in popluar number systems.

HEXE1B896
Decimal225184150
Binary111000011011100010010110
Octal341270226

Shades and tints

Shades of #E1B896

#E1B896
(225,184,150)
#CDA889
(205,168,137)
#B9987C
(185,152,124)
#A5886F
(165,136,111)
#917862
(145,120,98)
#7D6855
(125,104,85)
#695848
(105,88,72)
#55483B
(85,72,59)
#41382E
(65,56,46)
#2D2821
(45,40,33)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #E1B896

#E1B896
(225,184,150)
#E3BE9F
(227,190,159)
#E5C4A8
(229,196,168)
#E7CAB1
(231,202,177)
#E9D0BA
(233,208,186)
#EBD6C3
(235,214,195)
#EDDCCC
(237,220,204)
#EFE2D5
(239,226,213)
#F1E8DE
(241,232,222)
#F3EEE7
(243,238,231)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B896 color. Also use rgb(225,184,150) instead hex code.

Text Font Color

.myTextColor { color: #E1B896; }

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

This text font color is #E1B896.


Background Color

.myBgColor { background-color: #E1B896; }

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

This div background color is #E1B896.


Border color

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

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

This div border color is #E1B896.


Opacity

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

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

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

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

This text has shadow with #E1B896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B896 on black background.


Color preview on white background

This text has color #E1B896 on white background.



Black color preview on #E1B896 background

This text has black color on #E1B896 background.


White color preview on #E1B896 background

This text has white color on #E1B896 background.