COLOR #E0ABD5

HEX: #E0ABD5
RGB: (224,171,213)

Color info

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

RGB color model

#E0ABD5 color RGB value is (224,171,213).

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

RGB channels and saturation

R 224 of 255 = 88%
G 171 of 255 = 67%
B 213 of 255 = 84%

224
171
213

R + G + B ~ 80%. #E0ABD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 171 + 213 = 608 (100%)
R 224 of 608 ~ 36.84%
G 171 of 608 ~ 28.13%
B 213 of 608 ~ 35.03%

%36.84
%28.13
%35.03

CMYK color model

#E0ABD5 color CMYK value is (0,24,5,12).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 4.91%
  • key color value is 12.16%
CMYK:
(0,24,5,12)
C0M24Y5K12 
(0%,24%,5%,12%)
(0.00/0.24/0.05/0.12)	

CMYK percentages

%0
%23.66
%4.91
%12.16

Codes

Color #E0ABD5 in popluar color models

E0ABD5
RGB224171213
HSL312°46.09%77.45%
HSB/HSV312°23.66%87.84%
CMYK0.00%23.66%4.91%
12.16%

Color #E0ABD5 in popluar number systems.

HEXE0ABD5
Decimal224171213
Binary111000001010101111010101
Octal340253325

Shades and tints

Shades of #E0ABD5

#E0ABD5
(224,171,213)
#CC9CC2
(204,156,194)
#B88DAF
(184,141,175)
#A47E9C
(164,126,156)
#906F89
(144,111,137)
#7C6076
(124,96,118)
#685163
(104,81,99)
#544250
(84,66,80)
#40333D
(64,51,61)
#2C242A
(44,36,42)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #E0ABD5

#E0ABD5
(224,171,213)
#E2B2D8
(226,178,216)
#E4B9DB
(228,185,219)
#E6C0DE
(230,192,222)
#E8C7E1
(232,199,225)
#EACEE4
(234,206,228)
#ECD5E7
(236,213,231)
#EEDCEA
(238,220,234)
#F0E3ED
(240,227,237)
#F2EAF0
(242,234,240)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ABD5; }

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

This text font color is #E0ABD5.


Background Color

.myBgColor { background-color: #E0ABD5; }

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

This div background color is #E0ABD5.


Border color

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

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

This div border color is #E0ABD5.


Opacity

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

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

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

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

This text has shadow with #E0ABD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ABD5 on black background.


Color preview on white background

This text has color #E0ABD5 on white background.



Black color preview on #E0ABD5 background

This text has black color on #E0ABD5 background.


White color preview on #E0ABD5 background

This text has white color on #E0ABD5 background.