HEX: #E7AADE
RGB: (231,170,222)
#E7AADE contains mainly red and blue colors. Web safe color of #E7AADE is #FF99CC (or #F9C).
#E7AADE color RGB value is (231,170,222).
RGB: (231,170,222)
(91%, 67%, 87%)
R 231 of 255 = 91%
G 170 of 255 = 67%
B 222 of 255 = 87%
R + G + B ~ 82%. #E7AADE is quite light color.
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'%
#E7AADE color CMYK value is (0,26,4,9).
CMYK: (0,26,4,9)
C0M26Y4K9 (0%, 26%, 4%, 9%)
(0.00 / 0.26 / 0.04 / 0.09)
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 of #E7AADE
Tints of #E7AADE
Examples of css and html codes for elements with #E7AADE color. Also use rgb(231,170,222) instead hex code.
.myTextColor { color: #E7AADE; }
<p style="color:#E7AADE">This sample text font color is #E7AADE.</p>
This text font color is #E7AADE.
.myBgColor { background-color: #E7AADE; }
<div style="background-color:#E7AADE">Inner text</div>
This div background color is #E7AADE.
.myBorderColor { border: 1px solid #E7AADE; }
<div style="border:3px solid #E7AADE">Div</div>
This div border color is #E7AADE.
.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%.
.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.
/* 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 text has color #E7AADE on black background.
This text has color #E7AADE on white background.
This text has black color on #E7AADE background.
This text has white color on #E7AADE background.
Complementary color for #hex is #185521.