COLOR #E1ABC0

HEX: #E1ABC0
RGB: (225,171,192)

Color info

#E1ABC0 contains red, green and blue colors in about the same proportion. Web safe color of #E1ABC0 is #CC99CC (or #C9C).

RGB color model

#E1ABC0 color RGB value is (225,171,192).

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

RGB channels and saturation

R 225 of 255 = 88%
G 171 of 255 = 67%
B 192 of 255 = 75%

225
171
192

R + G + B ~ 77%. #E1ABC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 171 + 192 = 588 (100%)
R 225 of 588 ~ 38.27%
G 171 of 588 ~ 29.08%
B 192 of 588 ~ 32.65%

%38.27
%29.08
%32.65

CMYK color model

#E1ABC0 color CMYK value is (0,24,15,12).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 14.67%
  • key color value is 11.76%
CMYK:
(0,24,15,12)
C0M24Y15K12 
(0%,24%,15%,12%)
(0.00/0.24/0.15/0.12)	

CMYK percentages

%0
%24
%14.67
%11.76

Codes

Color #E1ABC0 in popluar color models

E1ABC0
RGB225171192
HSL337°47.37%77.65%
HSB/HSV337°24.00%88.24%
CMYK0.00%24.00%14.67%
11.76%

Color #E1ABC0 in popluar number systems.

HEXE1ABC0
Decimal225171192
Binary111000011010101111000000
Octal341253300

Shades and tints

Shades of #E1ABC0

#E1ABC0
(225,171,192)
#CD9CAF
(205,156,175)
#B98D9E
(185,141,158)
#A57E8D
(165,126,141)
#916F7C
(145,111,124)
#7D606B
(125,96,107)
#69515A
(105,81,90)
#554249
(85,66,73)
#413338
(65,51,56)
#2D2427
(45,36,39)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #E1ABC0

#E1ABC0
(225,171,192)
#E3B2C5
(227,178,197)
#E5B9CA
(229,185,202)
#E7C0CF
(231,192,207)
#E9C7D4
(233,199,212)
#EBCED9
(235,206,217)
#EDD5DE
(237,213,222)
#EFDCE3
(239,220,227)
#F1E3E8
(241,227,232)
#F3EAED
(243,234,237)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ABC0; }

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

This text font color is #E1ABC0.


Background Color

.myBgColor { background-color: #E1ABC0; }

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

This div background color is #E1ABC0.


Border color

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

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

This div border color is #E1ABC0.


Opacity

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

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

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

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

This text has shadow with #E1ABC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ABC0 on black background.


Color preview on white background

This text has color #E1ABC0 on white background.



Black color preview on #E1ABC0 background

This text has black color on #E1ABC0 background.


White color preview on #E1ABC0 background

This text has white color on #E1ABC0 background.