COLOR #E1BC9D

HEX: #E1BC9D
RGB: (225,188,157)

Color info

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

RGB color model

#E1BC9D color RGB value is (225,188,157).

  • red value is 225;
  • green value is 188;
  • blue value is 157.
RGB:
(225,188,157)
(88%,74%,62%)

RGB channels and saturation

R 225 of 255 = 88%
G 188 of 255 = 74%
B 157 of 255 = 62%

225
188
157

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

Portions of RGB colors in percentages

R + G + B =
225 + 188 + 157 = 570 (100%)
R 225 of 570 ~ 39.47%
G 188 of 570 ~ 32.98%
B 157 of 570 ~ 27.54%

%39.47
%32.98
%27.54

CMYK color model

#E1BC9D color CMYK value is (0,16,30,12).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 30.22%
  • key color value is 11.76%
CMYK:
(0,16,30,12)
C0M16Y30K12 
(0%,16%,30%,12%)
(0.00/0.16/0.30/0.12)	

CMYK percentages

%0
%16.44
%30.22
%11.76

Codes

Color #E1BC9D in popluar color models

E1BC9D
RGB225188157
HSL27°53.13%74.90%
HSB/HSV27°30.22%88.24%
CMYK0.00%16.44%30.22%
11.76%

Color #E1BC9D in popluar number systems.

HEXE1BC9D
Decimal225188157
Binary111000011011110010011101
Octal341274235

Shades and tints

Shades of #E1BC9D

#E1BC9D
(225,188,157)
#CDAB8F
(205,171,143)
#B99A81
(185,154,129)
#A58973
(165,137,115)
#917865
(145,120,101)
#7D6757
(125,103,87)
#695649
(105,86,73)
#55453B
(85,69,59)
#41342D
(65,52,45)
#2D231F
(45,35,31)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #E1BC9D

#E1BC9D
(225,188,157)
#E3C2A5
(227,194,165)
#E5C8AD
(229,200,173)
#E7CEB5
(231,206,181)
#E9D4BD
(233,212,189)
#EBDAC5
(235,218,197)
#EDE0CD
(237,224,205)
#EFE6D5
(239,230,213)
#F1ECDD
(241,236,221)
#F3F2E5
(243,242,229)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BC9D color. Also use rgb(225,188,157) instead hex code.

Text Font Color

.myTextColor { color: #E1BC9D; }

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

This text font color is #E1BC9D.


Background Color

.myBgColor { background-color: #E1BC9D; }

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

This div background color is #E1BC9D.


Border color

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

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

This div border color is #E1BC9D.


Opacity

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

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

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

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

This text has shadow with #E1BC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BC9D on black background.


Color preview on white background

This text has color #E1BC9D on white background.



Black color preview on #E1BC9D background

This text has black color on #E1BC9D background.


White color preview on #E1BC9D background

This text has white color on #E1BC9D background.