COLOR #E7AADE

HEX: #E7AADE RGB: (231,170,222)

Color info

#E7AADE contains mainly red and blue colors. Web safe color of #E7AADE is #FF99CC (or #F9C).

RGB color model

#E7AADE color RGB value is (231,170,222).

RGB: (231,170,222) (91%, 67%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 170 of 255 = 67%
B 222 of 255 = 87%

231
170
222

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

Portions of RGB colors in percentages

R + G + B = 231 + 170 + 222 = 623 (100%)
R 231 of 623 ~ 37.08%
G 170 of 623 ~ 27.29%
B 222 of 623 ~ 35.63'%

%37.08
%27.29
%35.63

CMYK color model

#E7AADE color CMYK value is (0,26,4,9).

  • cyan value is 0.00%
  • magenta value is 26.41%
  • yellow value is 3.90%
  • key color value is 9.41%

CMYK: (0,26,4,9)
C0M26Y4K9 (0%, 26%, 4%, 9%)
(0.00 / 0.26 / 0.04 / 0.09)

CMYK percentages

%0
%26.41
%3.9
%9.41

Codes

Color #E7AADE in popluar color models

E7 AA DE
RGB 231 170 222
HSL 309° 55.96% 78.63%
HSB/HSV 309° 26.41% 90.59%
CMYK 0.00% 26.41% 3.90%
9.41%

Color #E7AADE in popluar number systems.

HEX E7 AA DE
Decimal 231 170 222
Binary 11100111 10101010 11011110
Octal 347 252 336

Shades and tints

Shades of #E7AADE

#E7AADE
(231,170,222)
#D29BCA
(210,155,202)
#BD8CB6
(189,140,182)
#A87DA2
(168,125,162)
#936E8E
(147,110,142)
#7E5F7A
(126,95,122)
#695066
(105,80,102)
#544152
(84,65,82)
#3F323E
(63,50,62)
#2A232A
(42,35,42)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #E7AADE

#E7AADE
(231,170,222)
#E9B1E1
(233,177,225)
#EBB8E4
(235,184,228)
#EDBFE7
(237,191,231)
#EFC6EA
(239,198,234)
#F1CDED
(241,205,237)
#F3D4F0
(243,212,240)
#F5DBF3
(245,219,243)
#F7E2F6
(247,226,246)
#F9E9F9
(249,233,249)
#FBF0FC
(251,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AADE color. Also use rgb(231,170,222) instead hex code.

Text Font Color

.myTextColor { color: #E7AADE; }

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

This text font color is #E7AADE.

Background Color

.myBgColor { background-color: #E7AADE; }

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

This div background color is #E7AADE.

Border color

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

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

This div border color is #E7AADE.

Opacity

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

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

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

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

This text has shadow with #E7AADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7AADE.

Preview

Color preview on black background

This text has color #E7AADE on black background.


Color preview on white background

This text has color #E7AADE on white background.


Black color preview on #E7AADE background

This text has black color on #E7AADE background.


White color preview on #E7AADE background

This text has white color on #E7AADE background.


Related colors

Complementary color

Complementary color for #hex is #185521.


I love getcolorcode.com

Triadic colors

1 #DEE7AA and #AADEE7 with #E7AADE are triadic colors.

2 #DEAAE7 and #AAE7DE with #E7AADE are triadic colors.