COLOR #E1B9A1

HEX: #E1B9A1
RGB: (225,185,161)

Color info

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

RGB color model

#E1B9A1 color RGB value is (225,185,161).

  • red value is 225;
  • green value is 185;
  • blue value is 161.
RGB:
(225,185,161)
(88%,73%,63%)

RGB channels and saturation

R 225 of 255 = 88%
G 185 of 255 = 73%
B 161 of 255 = 63%

225
185
161

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

Portions of RGB colors in percentages

R + G + B =
225 + 185 + 161 = 571 (100%)
R 225 of 571 ~ 39.4%
G 185 of 571 ~ 32.4%
B 161 of 571 ~ 28.2%

%39.4
%32.4
%28.2

CMYK color model

#E1B9A1 color CMYK value is (0,18,28,12).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 28.44%
  • key color value is 11.76%
CMYK:
(0,18,28,12)
C0M18Y28K12 
(0%,18%,28%,12%)
(0.00/0.18/0.28/0.12)	

CMYK percentages

%0
%17.78
%28.44
%11.76

Codes

Color #E1B9A1 in popluar color models

E1B9A1
RGB225185161
HSL23°51.61%75.69%
HSB/HSV23°28.44%88.24%
CMYK0.00%17.78%28.44%
11.76%

Color #E1B9A1 in popluar number systems.

HEXE1B9A1
Decimal225185161
Binary111000011011100110100001
Octal341271241

Shades and tints

Shades of #E1B9A1

#E1B9A1
(225,185,161)
#CDA993
(205,169,147)
#B99985
(185,153,133)
#A58977
(165,137,119)
#917969
(145,121,105)
#7D695B
(125,105,91)
#69594D
(105,89,77)
#55493F
(85,73,63)
#413931
(65,57,49)
#2D2923
(45,41,35)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #E1B9A1

#E1B9A1
(225,185,161)
#E3BFA9
(227,191,169)
#E5C5B1
(229,197,177)
#E7CBB9
(231,203,185)
#E9D1C1
(233,209,193)
#EBD7C9
(235,215,201)
#EDDDD1
(237,221,209)
#EFE3D9
(239,227,217)
#F1E9E1
(241,233,225)
#F3EFE9
(243,239,233)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B9A1 color. Also use rgb(225,185,161) instead hex code.

Text Font Color

.myTextColor { color: #E1B9A1; }

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

This text font color is #E1B9A1.


Background Color

.myBgColor { background-color: #E1B9A1; }

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

This div background color is #E1B9A1.


Border color

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

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

This div border color is #E1B9A1.


Opacity

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

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

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

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

This text has shadow with #E1B9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B9A1 on black background.


Color preview on white background

This text has color #E1B9A1 on white background.



Black color preview on #E1B9A1 background

This text has black color on #E1B9A1 background.


White color preview on #E1B9A1 background

This text has white color on #E1B9A1 background.