HEX: #E5ABDC
RGB: (229,171,220)
#E5ABDC contains red, green and blue colors in about the same proportion. Web safe color of #E5ABDC is #CC99CC (or #C9C).
#E5ABDC color RGB value is (229,171,220).
RGB: (229,171,220)
(90%, 67%, 86%)
R 229 of 255 = 90%
G 171 of 255 = 67%
B 220 of 255 = 86%
R + G + B ~ 81%. #E5ABDC is quite light color.
R + G + B = 229 + 171 + 220 = 620 (100%)
R 229 of 620 ~ 36.94%
G 171 of 620 ~ 27.58%
B 220 of 620 ~ 35.48'%
#E5ABDC color CMYK value is (0,25,4,10).
CMYK: (0,25,4,10) C0M25Y4K10 (0%,25%,4%,10%) (0.00/0.25/0.04/0.10)
Color #E5ABDC in popluar color models
E5 | AB | DC | |
---|---|---|---|
RGB | 229 | 171 | 220 |
HSL | 309° | 52.73% | 78.43% |
HSB/HSV | 309° | 25.33% | 89.80% |
CMYK | 0.00% | 25.33% | 3.93% |
10.20% |
Color #E5ABDC in popluar number systems.
HEX | E5 | AB | DC |
Decimal | 229 | 171 | 220 |
Binary | 11100101 | 10101011 | 11011100 |
Octal | 345 | 253 | 334 |
Shades of #E5ABDC
Tints of #E5ABDC
Examples of css and html codes for elements with #E5ABDC color. Also use rgb(229,171,220) instead hex code.
.myTextColor { color: #E5ABDC; }
<p style="color:#E5ABDC">This sample text font color is #E5ABDC.</p>
This text font color is #E5ABDC.
.myBgColor { background-color: #E5ABDC; }
<div style="background-color:#E5ABDC">Inner text</div>
This div background color is #E5ABDC.
.myBorderColor { border: 1px solid #E5ABDC; }
<div style="border:3px solid #E5ABDC">Div</div>
This div border color is #E5ABDC.
.myOpacity80 { color: #E5ABDC; opacity: 0.8; }
<p style="color:#E5ABDC;opacity:0.8;">80%</p>
Text with #E5ABDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5ABDC;}
<p style="text-shadow: 3px 3px 1px #E5ABDC">Text here.</p>
This text has shadow with #E5ABDC color.
.textShadow {text-shadow: 3px 3px 1px #E5ABDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5ABDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5ABDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5ABDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5ABDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5ABDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5ABDC;
-webkit-box-shadow: 1px 1px 3px 2px #E5ABDC;
box-shadow: 1px 1px 3px 2px #E5ABDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5ABDC; -webkit-box-shadow: 1px 1px 3px 2px #E5ABDC; box-shadow:1px 1px 3px 2px #E5ABDC;">
Div content here
</div>
This text has color #E5ABDC on black background.
This text has color #E5ABDC on white background.
This text has black color on #E5ABDC background.
This text has white color on #E5ABDC background.
Complementary color for #hex is #1A5423.