COLOR #E1AB96

HEX: #E1AB96
RGB: (225,171,150)

Color info

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

RGB color model

#E1AB96 color RGB value is (225,171,150).

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

RGB channels and saturation

R 225 of 255 = 88%
G 171 of 255 = 67%
B 150 of 255 = 59%

225
171
150

R + G + B ~ 71%. #E1AB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 171 + 150 = 546 (100%)
R 225 of 546 ~ 41.21%
G 171 of 546 ~ 31.32%
B 150 of 546 ~ 27.47%

%41.21
%31.32
%27.47

CMYK color model

#E1AB96 color CMYK value is (0,24,33,12).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 33.33%
  • key color value is 11.76%
CMYK:
(0,24,33,12)
C0M24Y33K12 
(0%,24%,33%,12%)
(0.00/0.24/0.33/0.12)	

CMYK percentages

%0
%24
%33.33
%11.76

Codes

Color #E1AB96 in popluar color models

E1AB96
RGB225171150
HSL17°55.56%73.53%
HSB/HSV17°33.33%88.24%
CMYK0.00%24.00%33.33%
11.76%

Color #E1AB96 in popluar number systems.

HEXE1AB96
Decimal225171150
Binary111000011010101110010110
Octal341253226

Shades and tints

Shades of #E1AB96

#E1AB96
(225,171,150)
#CD9C89
(205,156,137)
#B98D7C
(185,141,124)
#A57E6F
(165,126,111)
#916F62
(145,111,98)
#7D6055
(125,96,85)
#695148
(105,81,72)
#55423B
(85,66,59)
#41332E
(65,51,46)
#2D2421
(45,36,33)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #E1AB96

#E1AB96
(225,171,150)
#E3B29F
(227,178,159)
#E5B9A8
(229,185,168)
#E7C0B1
(231,192,177)
#E9C7BA
(233,199,186)
#EBCEC3
(235,206,195)
#EDD5CC
(237,213,204)
#EFDCD5
(239,220,213)
#F1E3DE
(241,227,222)
#F3EAE7
(243,234,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AB96; }

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

This text font color is #E1AB96.


Background Color

.myBgColor { background-color: #E1AB96; }

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

This div background color is #E1AB96.


Border color

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

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

This div border color is #E1AB96.


Opacity

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

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

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

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

This text has shadow with #E1AB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AB96 on black background.


Color preview on white background

This text has color #E1AB96 on white background.



Black color preview on #E1AB96 background

This text has black color on #E1AB96 background.


White color preview on #E1AB96 background

This text has white color on #E1AB96 background.