HEX: #E7ABED
RGB: (231,171,237)
#E7ABED contains mainly red and blue colors. Web safe color of #E7ABED is #FF99FF (or #F9F).
#E7ABED color RGB value is (231,171,237).
RGB: (231,171,237)
(91%, 67%, 93%)
R 231 of 255 = 91%
G 171 of 255 = 67%
B 237 of 255 = 93%
R + G + B ~ 84%. #E7ABED is quite light color.
R + G + B = 231 + 171 + 237 = 639 (100%)
R 231 of 639 ~ 36.15%
G 171 of 639 ~ 26.76%
B 237 of 639 ~ 37.09'%
#E7ABED color CMYK value is (3,28,0,7).
CMYK: (3,28,0,7)
C3M28Y0K7 (3%, 28%, 0%, 7%)
(0.03 / 0.28 / 0.00 / 0.07)
Color #E7ABED in popluar color models
E7 | AB | ED | |
---|---|---|---|
RGB | 231 | 171 | 237 |
HSL | 295° | 64.71% | 80.00% |
HSB/HSV | 295° | 27.85% | 92.94% |
CMYK | 2.53% | 27.85% | 0.00% |
7.06% |
Color #E7ABED in popluar number systems.
HEX | E7 | AB | ED |
Decimal | 231 | 171 | 237 |
Binary | 11100111 | 10101011 | 11101101 |
Octal | 347 | 253 | 355 |
Shades of #E7ABED
Tints of #E7ABED
Examples of css and html codes for elements with #E7ABED color. Also use rgb(231,171,237) instead hex code.
.myTextColor { color: #E7ABED; }
<p style="color:#E7ABED">This sample text font color is #E7ABED.</p>
This text font color is #E7ABED.
.myBgColor { background-color: #E7ABED; }
<div style="background-color:#E7ABED">Inner text</div>
This div background color is #E7ABED.
.myBorderColor { border: 1px solid #E7ABED; }
<div style="border:3px solid #E7ABED">Div</div>
This div border color is #E7ABED.
.myOpacity80 { color: #E7ABED; opacity: 0.8; }
<p style="color:#E7ABED;opacity:0.8;">80%</p>
Text with #E7ABED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7ABED;}
<p style="text-shadow: 3px 3px 1px #E7ABED">Text here.</p>
This text has shadow with #E7ABED color.
.textShadow {text-shadow: 3px 3px 1px #E7ABED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7ABED, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7ABED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7ABED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7ABED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7ABED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7ABED;
-webkit-box-shadow: 1px 1px 3px 2px #E7ABED;
box-shadow: 1px 1px 3px 2px #E7ABED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7ABED; -webkit-box-shadow: 1px 1px 3px 2px #E7ABED; box-shadow:1px 1px 3px 2px #E7ABED;">
Div content here
</div>
This text has color #E7ABED on black background.
This text has color #E7ABED on white background.
This text has black color on #E7ABED background.
This text has white color on #E7ABED background.
Complementary color for #hex is #185412.