COLOR #E0ABCC

HEX: #E0ABCC
RGB: (224,171,204)

Color info

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

RGB color model

#E0ABCC color RGB value is (224,171,204).

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

RGB channels and saturation

R 224 of 255 = 88%
G 171 of 255 = 67%
B 204 of 255 = 80%

224
171
204

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

Portions of RGB colors in percentages

R + G + B =
224 + 171 + 204 = 599 (100%)
R 224 of 599 ~ 37.4%
G 171 of 599 ~ 28.55%
B 204 of 599 ~ 34.06%

%37.4
%28.55
%34.06

CMYK color model

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

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

CMYK percentages

%0
%23.66
%8.93
%12.16

Codes

Color #E0ABCC in popluar color models

E0ABCC
RGB224171204
HSL323°46.09%77.45%
HSB/HSV323°23.66%87.84%
CMYK0.00%23.66%8.93%
12.16%

Color #E0ABCC in popluar number systems.

HEXE0ABCC
Decimal224171204
Binary111000001010101111001100
Octal340253314

Shades and tints

Shades of #E0ABCC

#E0ABCC
(224,171,204)
#CC9CBA
(204,156,186)
#B88DA8
(184,141,168)
#A47E96
(164,126,150)
#906F84
(144,111,132)
#7C6072
(124,96,114)
#685160
(104,81,96)
#54424E
(84,66,78)
#40333C
(64,51,60)
#2C242A
(44,36,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #E0ABCC

#E0ABCC
(224,171,204)
#E2B2D0
(226,178,208)
#E4B9D4
(228,185,212)
#E6C0D8
(230,192,216)
#E8C7DC
(232,199,220)
#EACEE0
(234,206,224)
#ECD5E4
(236,213,228)
#EEDCE8
(238,220,232)
#F0E3EC
(240,227,236)
#F2EAF0
(242,234,240)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ABCC color. Also use rgb(224,171,204) instead hex code.

Text Font Color

.myTextColor { color: #E0ABCC; }

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

This text font color is #E0ABCC.


Background Color

.myBgColor { background-color: #E0ABCC; }

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

This div background color is #E0ABCC.


Border color

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

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

This div border color is #E0ABCC.


Opacity

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

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

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

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

This text has shadow with #E0ABCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ABCC on black background.


Color preview on white background

This text has color #E0ABCC on white background.



Black color preview on #E0ABCC background

This text has black color on #E0ABCC background.


White color preview on #E0ABCC background

This text has white color on #E0ABCC background.