COLOR #E0A7DE

HEX: #E0A7DE
RGB: (224,167,222)

Color info

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

RGB color model

#E0A7DE color RGB value is (224,167,222).

  • red value is 224;
  • green value is 167;
  • blue value is 222.
RGB:
(224,167,222)
(88%,65%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 167 of 255 = 65%
B 222 of 255 = 87%

224
167
222

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

Portions of RGB colors in percentages

R + G + B =
224 + 167 + 222 = 613 (100%)
R 224 of 613 ~ 36.54%
G 167 of 613 ~ 27.24%
B 222 of 613 ~ 36.22%

%36.54
%27.24
%36.22

CMYK color model

#E0A7DE color CMYK value is (0,25,1,12).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 0.89%
  • key color value is 12.16%
CMYK:
(0,25,1,12)
C0M25Y1K12 
(0%,25%,1%,12%)
(0.00/0.25/0.01/0.12)	

CMYK percentages

%0
%25.45
%0.89
%12.16

Codes

Color #E0A7DE in popluar color models

E0A7DE
RGB224167222
HSL302°47.90%76.67%
HSB/HSV302°25.45%87.84%
CMYK0.00%25.45%0.89%
12.16%

Color #E0A7DE in popluar number systems.

HEXE0A7DE
Decimal224167222
Binary111000001010011111011110
Octal340247336

Shades and tints

Shades of #E0A7DE

#E0A7DE
(224,167,222)
#CC98CA
(204,152,202)
#B889B6
(184,137,182)
#A47AA2
(164,122,162)
#906B8E
(144,107,142)
#7C5C7A
(124,92,122)
#684D66
(104,77,102)
#543E52
(84,62,82)
#402F3E
(64,47,62)
#2C202A
(44,32,42)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #E0A7DE

#E0A7DE
(224,167,222)
#E2AFE1
(226,175,225)
#E4B7E4
(228,183,228)
#E6BFE7
(230,191,231)
#E8C7EA
(232,199,234)
#EACFED
(234,207,237)
#ECD7F0
(236,215,240)
#EEDFF3
(238,223,243)
#F0E7F6
(240,231,246)
#F2EFF9
(242,239,249)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A7DE color. Also use rgb(224,167,222) instead hex code.

Text Font Color

.myTextColor { color: #E0A7DE; }

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

This text font color is #E0A7DE.


Background Color

.myBgColor { background-color: #E0A7DE; }

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

This div background color is #E0A7DE.


Border color

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

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

This div border color is #E0A7DE.


Opacity

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

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

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

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

This text has shadow with #E0A7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A7DE on black background.


Color preview on white background

This text has color #E0A7DE on white background.



Black color preview on #E0A7DE background

This text has black color on #E0A7DE background.


White color preview on #E0A7DE background

This text has white color on #E0A7DE background.