COLOR #E1AB8C

HEX: #E1AB8C
RGB: (225,171,140)

Color info

#E1AB8C contains mainly red and green colors. Web safe color of #E1AB8C is #CC9999 (or #C99).

RGB color model

#E1AB8C color RGB value is (225,171,140).

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

RGB channels and saturation

R 225 of 255 = 88%
G 171 of 255 = 67%
B 140 of 255 = 55%

225
171
140

R + G + B ~ 70%. #E1AB8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 171 + 140 = 536 (100%)
R 225 of 536 ~ 41.98%
G 171 of 536 ~ 31.9%
B 140 of 536 ~ 26.12%

%41.98
%31.9
%26.12

CMYK color model

#E1AB8C color CMYK value is (0,24,38,12).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 37.78%
  • key color value is 11.76%
CMYK:
(0,24,38,12)
C0M24Y38K12 
(0%,24%,38%,12%)
(0.00/0.24/0.38/0.12)	

CMYK percentages

%0
%24
%37.78
%11.76

Codes

Color #E1AB8C in popluar color models

E1AB8C
RGB225171140
HSL22°58.62%71.57%
HSB/HSV22°37.78%88.24%
CMYK0.00%24.00%37.78%
11.76%

Color #E1AB8C in popluar number systems.

HEXE1AB8C
Decimal225171140
Binary111000011010101110001100
Octal341253214

Shades and tints

Shades of #E1AB8C

#E1AB8C
(225,171,140)
#CD9C80
(205,156,128)
#B98D74
(185,141,116)
#A57E68
(165,126,104)
#916F5C
(145,111,92)
#7D6050
(125,96,80)
#695144
(105,81,68)
#554238
(85,66,56)
#41332C
(65,51,44)
#2D2420
(45,36,32)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #E1AB8C

#E1AB8C
(225,171,140)
#E3B296
(227,178,150)
#E5B9A0
(229,185,160)
#E7C0AA
(231,192,170)
#E9C7B4
(233,199,180)
#EBCEBE
(235,206,190)
#EDD5C8
(237,213,200)
#EFDCD2
(239,220,210)
#F1E3DC
(241,227,220)
#F3EAE6
(243,234,230)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AB8C; }

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

This text font color is #E1AB8C.


Background Color

.myBgColor { background-color: #E1AB8C; }

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

This div background color is #E1AB8C.


Border color

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

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

This div border color is #E1AB8C.


Opacity

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

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

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

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

This text has shadow with #E1AB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AB8C on black background.


Color preview on white background

This text has color #E1AB8C on white background.



Black color preview on #E1AB8C background

This text has black color on #E1AB8C background.


White color preview on #E1AB8C background

This text has white color on #E1AB8C background.