COLOR #E1B9AB

HEX: #E1B9AB
RGB: (225,185,171)

Color info

#E1B9AB contains red, green and blue colors in about the same proportion. Web safe color of #E1B9AB is #CCCC99 (or #CC9).

RGB color model

#E1B9AB color RGB value is (225,185,171).

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

RGB channels and saturation

R 225 of 255 = 88%
G 185 of 255 = 73%
B 171 of 255 = 67%

225
185
171

R + G + B ~ 76%. #E1B9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 185 + 171 = 581 (100%)
R 225 of 581 ~ 38.73%
G 185 of 581 ~ 31.84%
B 171 of 581 ~ 29.43%

%38.73
%31.84
%29.43

CMYK color model

#E1B9AB color CMYK value is (0,18,24,12).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(0,18,24,12)
C0M18Y24K12 
(0%,18%,24%,12%)
(0.00/0.18/0.24/0.12)	

CMYK percentages

%0
%17.78
%24
%11.76

Codes

Color #E1B9AB in popluar color models

E1B9AB
RGB225185171
HSL16°47.37%77.65%
HSB/HSV16°24.00%88.24%
CMYK0.00%17.78%24.00%
11.76%

Color #E1B9AB in popluar number systems.

HEXE1B9AB
Decimal225185171
Binary111000011011100110101011
Octal341271253

Shades and tints

Shades of #E1B9AB

#E1B9AB
(225,185,171)
#CDA99C
(205,169,156)
#B9998D
(185,153,141)
#A5897E
(165,137,126)
#91796F
(145,121,111)
#7D6960
(125,105,96)
#695951
(105,89,81)
#554942
(85,73,66)
#413933
(65,57,51)
#2D2924
(45,41,36)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #E1B9AB

#E1B9AB
(225,185,171)
#E3BFB2
(227,191,178)
#E5C5B9
(229,197,185)
#E7CBC0
(231,203,192)
#E9D1C7
(233,209,199)
#EBD7CE
(235,215,206)
#EDDDD5
(237,221,213)
#EFE3DC
(239,227,220)
#F1E9E3
(241,233,227)
#F3EFEA
(243,239,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B9AB; }

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

This text font color is #E1B9AB.


Background Color

.myBgColor { background-color: #E1B9AB; }

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

This div background color is #E1B9AB.


Border color

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

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

This div border color is #E1B9AB.


Opacity

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

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

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

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

This text has shadow with #E1B9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B9AB on black background.


Color preview on white background

This text has color #E1B9AB on white background.



Black color preview on #E1B9AB background

This text has black color on #E1B9AB background.


White color preview on #E1B9AB background

This text has white color on #E1B9AB background.