COLOR #E1AB9C

HEX: #E1AB9C RGB: (225,171,156)

Color info

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

RGB color model

#E1AB9C color RGB value is (225,171,156).

RGB: (225,171,156) (88%, 67%, 61%)

RGB channels and saturation

R 225 of 255 = 88%
G 171 of 255 = 67%
B 156 of 255 = 61%

225
171
156

R + G + B ~ 72%. #E1AB9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 171 + 156 = 552 (100%)
R 225 of 552 ~ 40.76%
G 171 of 552 ~ 30.98%
B 156 of 552 ~ 28.26'%

%40.76
%30.98
%28.26

CMYK color model

#E1AB9C color CMYK value is (0,24,31,12).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 30.67%
  • key color value is 11.76%

CMYK: (0,24,31,12)
C0M24Y31K12 (0%, 24%, 31%, 12%)
(0.00 / 0.24 / 0.31 / 0.12)

CMYK percentages

%0
%24
%30.67
%11.76

Codes

Color #E1AB9C in popluar color models

E1 AB 9C
RGB 225 171 156
HSL 13° 53.49% 74.71%
HSB/HSV 13° 30.67% 88.24%
CMYK 0.00% 24.00% 30.67%
11.76%

Color #E1AB9C in popluar number systems.

HEX E1 AB 9C
Decimal 225 171 156
Binary 11100001 10101011 10011100
Octal 341 253 234

Shades and tints

Shades of #E1AB9C

#E1AB9C
(225,171,156)
#CD9C8E
(205,156,142)
#B98D80
(185,141,128)
#A57E72
(165,126,114)
#916F64
(145,111,100)
#7D6056
(125,96,86)
#695148
(105,81,72)
#55423A
(85,66,58)
#41332C
(65,51,44)
#2D241E
(45,36,30)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #E1AB9C

#E1AB9C
(225,171,156)
#E3B2A5
(227,178,165)
#E5B9AE
(229,185,174)
#E7C0B7
(231,192,183)
#E9C7C0
(233,199,192)
#EBCEC9
(235,206,201)
#EDD5D2
(237,213,210)
#EFDCDB
(239,220,219)
#F1E3E4
(241,227,228)
#F3EAED
(243,234,237)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AB9C; }

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

This text font color is #E1AB9C.

Background Color

.myBgColor { background-color: #E1AB9C; }

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

This div background color is #E1AB9C.

Border color

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

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

This div border color is #E1AB9C.

Opacity

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

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

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

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

This text has shadow with #E1AB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1AB9C.

Preview

Color preview on black background

This text has color #E1AB9C on black background.


Color preview on white background

This text has color #E1AB9C on white background.


Black color preview on #E1AB9C background

This text has black color on #E1AB9C background.


White color preview on #E1AB9C background

This text has white color on #E1AB9C background.


Related colors

Complementary color

Complementary color for #hex is #1E5463.


I love getcolorcode.com

Triadic colors

1 #9CE1AB and #AB9CE1 with #E1AB9C are triadic colors.

2 #9CABE1 and #ABE19C with #E1AB9C are triadic colors.