COLOR #E0ABE8

HEX: #E0ABE8
RGB: (224,171,232)

Color info

#E0ABE8 contains mainly red and blue colors. Web safe color of #E0ABE8 is #CC99FF (or #C9F).

RGB color model

#E0ABE8 color RGB value is (224,171,232).

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

RGB channels and saturation

R 224 of 255 = 88%
G 171 of 255 = 67%
B 232 of 255 = 91%

224
171
232

R + G + B ~ 82%. #E0ABE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 171 + 232 = 627 (100%)
R 224 of 627 ~ 35.73%
G 171 of 627 ~ 27.27%
B 232 of 627 ~ 37%

%35.73
%27.27
%37

CMYK color model

#E0ABE8 color CMYK value is (3,26,0,9).

  • cyan value is 3.45%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(3,26,0,9)
C3M26Y0K9 
(3%,26%,0%,9%)
(0.03/0.26/0.00/0.09)	

CMYK percentages

%3.45
%26.29
%0
%9.02

Codes

Color #E0ABE8 in popluar color models

E0ABE8
RGB224171232
HSL292°57.01%79.02%
HSB/HSV292°26.29%90.98%
CMYK3.45%26.29%0.00%
9.02%

Color #E0ABE8 in popluar number systems.

HEXE0ABE8
Decimal224171232
Binary111000001010101111101000
Octal340253350

Shades and tints

Shades of #E0ABE8

#E0ABE8
(224,171,232)
#CC9CD3
(204,156,211)
#B88DBE
(184,141,190)
#A47EA9
(164,126,169)
#906F94
(144,111,148)
#7C607F
(124,96,127)
#68516A
(104,81,106)
#544255
(84,66,85)
#403340
(64,51,64)
#2C242B
(44,36,43)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #E0ABE8

#E0ABE8
(224,171,232)
#E2B2EA
(226,178,234)
#E4B9EC
(228,185,236)
#E6C0EE
(230,192,238)
#E8C7F0
(232,199,240)
#EACEF2
(234,206,242)
#ECD5F4
(236,213,244)
#EEDCF6
(238,220,246)
#F0E3F8
(240,227,248)
#F2EAFA
(242,234,250)
#F4F1FC
(244,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ABE8; }

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

This text font color is #E0ABE8.


Background Color

.myBgColor { background-color: #E0ABE8; }

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

This div background color is #E0ABE8.


Border color

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

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

This div border color is #E0ABE8.


Opacity

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

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

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

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

This text has shadow with #E0ABE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ABE8 on black background.


Color preview on white background

This text has color #E0ABE8 on white background.



Black color preview on #E0ABE8 background

This text has black color on #E0ABE8 background.


White color preview on #E0ABE8 background

This text has white color on #E0ABE8 background.