COLOR #E1AB90

HEX: #E1AB90
RGB: (225,171,144)

Color info

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

RGB color model

#E1AB90 color RGB value is (225,171,144).

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

RGB channels and saturation

R 225 of 255 = 88%
G 171 of 255 = 67%
B 144 of 255 = 56%

225
171
144

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

Portions of RGB colors in percentages

R + G + B =
225 + 171 + 144 = 540 (100%)
R 225 of 540 ~ 41.67%
G 171 of 540 ~ 31.67%
B 144 of 540 ~ 26.67%

%41.67
%31.67
%26.67

CMYK color model

#E1AB90 color CMYK value is (0,24,36,12).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 36.00%
  • key color value is 11.76%
CMYK:
(0,24,36,12)
C0M24Y36K12 
(0%,24%,36%,12%)
(0.00/0.24/0.36/0.12)	

CMYK percentages

%0
%24
%36
%11.76

Codes

Color #E1AB90 in popluar color models

E1AB90
RGB225171144
HSL20°57.45%72.35%
HSB/HSV20°36.00%88.24%
CMYK0.00%24.00%36.00%
11.76%

Color #E1AB90 in popluar number systems.

HEXE1AB90
Decimal225171144
Binary111000011010101110010000
Octal341253220

Shades and tints

Shades of #E1AB90

#E1AB90
(225,171,144)
#CD9C83
(205,156,131)
#B98D76
(185,141,118)
#A57E69
(165,126,105)
#916F5C
(145,111,92)
#7D604F
(125,96,79)
#695142
(105,81,66)
#554235
(85,66,53)
#413328
(65,51,40)
#2D241B
(45,36,27)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #E1AB90

#E1AB90
(225,171,144)
#E3B29A
(227,178,154)
#E5B9A4
(229,185,164)
#E7C0AE
(231,192,174)
#E9C7B8
(233,199,184)
#EBCEC2
(235,206,194)
#EDD5CC
(237,213,204)
#EFDCD6
(239,220,214)
#F1E3E0
(241,227,224)
#F3EAEA
(243,234,234)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AB90; }

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

This text font color is #E1AB90.


Background Color

.myBgColor { background-color: #E1AB90; }

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

This div background color is #E1AB90.


Border color

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

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

This div border color is #E1AB90.


Opacity

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

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

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

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

This text has shadow with #E1AB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AB90 on black background.


Color preview on white background

This text has color #E1AB90 on white background.



Black color preview on #E1AB90 background

This text has black color on #E1AB90 background.


White color preview on #E1AB90 background

This text has white color on #E1AB90 background.