COLOR #E1ABCD

HEX: #E1ABCD
RGB: (225,171,205)

Color info

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

RGB color model

#E1ABCD color RGB value is (225,171,205).

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

RGB channels and saturation

R 225 of 255 = 88%
G 171 of 255 = 67%
B 205 of 255 = 80%

225
171
205

R + G + B ~ 78%. #E1ABCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 171 + 205 = 601 (100%)
R 225 of 601 ~ 37.44%
G 171 of 601 ~ 28.45%
B 205 of 601 ~ 34.11%

%37.44
%28.45
%34.11

CMYK color model

#E1ABCD color CMYK value is (0,24,9,12).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK:
(0,24,9,12)
C0M24Y9K12 
(0%,24%,9%,12%)
(0.00/0.24/0.09/0.12)	

CMYK percentages

%0
%24
%8.89
%11.76

Codes

Color #E1ABCD in popluar color models

E1ABCD
RGB225171205
HSL322°47.37%77.65%
HSB/HSV322°24.00%88.24%
CMYK0.00%24.00%8.89%
11.76%

Color #E1ABCD in popluar number systems.

HEXE1ABCD
Decimal225171205
Binary111000011010101111001101
Octal341253315

Shades and tints

Shades of #E1ABCD

#E1ABCD
(225,171,205)
#CD9CBB
(205,156,187)
#B98DA9
(185,141,169)
#A57E97
(165,126,151)
#916F85
(145,111,133)
#7D6073
(125,96,115)
#695161
(105,81,97)
#55424F
(85,66,79)
#41333D
(65,51,61)
#2D242B
(45,36,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #E1ABCD

#E1ABCD
(225,171,205)
#E3B2D1
(227,178,209)
#E5B9D5
(229,185,213)
#E7C0D9
(231,192,217)
#E9C7DD
(233,199,221)
#EBCEE1
(235,206,225)
#EDD5E5
(237,213,229)
#EFDCE9
(239,220,233)
#F1E3ED
(241,227,237)
#F3EAF1
(243,234,241)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ABCD; }

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

This text font color is #E1ABCD.


Background Color

.myBgColor { background-color: #E1ABCD; }

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

This div background color is #E1ABCD.


Border color

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

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

This div border color is #E1ABCD.


Opacity

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

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

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

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

This text has shadow with #E1ABCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ABCD on black background.


Color preview on white background

This text has color #E1ABCD on white background.



Black color preview on #E1ABCD background

This text has black color on #E1ABCD background.


White color preview on #E1ABCD background

This text has white color on #E1ABCD background.