HEX: #E4ACDB
RGB: (228,172,219)
#E4ACDB contains red, green and blue colors in about the same proportion. Web safe color of #E4ACDB is #CC99CC (or #C9C).
#E4ACDB color RGB value is (228,172,219).
RGB: (228,172,219)
(89%, 67%, 86%)
R 228 of 255 = 89%
G 172 of 255 = 67%
B 219 of 255 = 86%
R + G + B ~ 81%. #E4ACDB is quite light color.
R + G + B = 228 + 172 + 219 = 619 (100%)
R 228 of 619 ~ 36.83%
G 172 of 619 ~ 27.79%
B 219 of 619 ~ 35.38'%
#E4ACDB color CMYK value is (0,25,4,11).
CMYK: (0,25,4,11)
C0M25Y4K11 (0%, 25%, 4%, 11%)
(0.00 / 0.25 / 0.04 / 0.11)
Color #E4ACDB in popluar color models
E4 | AC | DB | |
---|---|---|---|
RGB | 228 | 172 | 219 |
HSL | 310° | 50.91% | 78.43% |
HSB/HSV | 310° | 24.56% | 89.41% |
CMYK | 0.00% | 24.56% | 3.95% |
10.59% |
Color #E4ACDB in popluar number systems.
HEX | E4 | AC | DB |
Decimal | 228 | 172 | 219 |
Binary | 11100100 | 10101100 | 11011011 |
Octal | 344 | 254 | 333 |
Shades of #E4ACDB
Tints of #E4ACDB
Examples of css and html codes for elements with #E4ACDB color. Also use rgb(228,172,219) instead hex code.
.myTextColor { color: #E4ACDB; }
<p style="color:#E4ACDB">This sample text font color is #E4ACDB.</p>
This text font color is #E4ACDB.
.myBgColor { background-color: #E4ACDB; }
<div style="background-color:#E4ACDB">Inner text</div>
This div background color is #E4ACDB.
.myBorderColor { border: 1px solid #E4ACDB; }
<div style="border:3px solid #E4ACDB">Div</div>
This div border color is #E4ACDB.
.myOpacity80 { color: #E4ACDB; opacity: 0.8; }
<p style="color:#E4ACDB;opacity:0.8;">80%</p>
Text with #E4ACDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4ACDB;}
<p style="text-shadow: 3px 3px 1px #E4ACDB">Text here.</p>
This text has shadow with #E4ACDB color.
.textShadow {text-shadow: 3px 3px 1px #E4ACDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4ACDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4ACDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4ACDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4ACDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4ACDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4ACDB;
-webkit-box-shadow: 1px 1px 3px 2px #E4ACDB;
box-shadow: 1px 1px 3px 2px #E4ACDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4ACDB; -webkit-box-shadow: 1px 1px 3px 2px #E4ACDB; box-shadow:1px 1px 3px 2px #E4ACDB;">
Div content here
</div>
This text has color #E4ACDB on black background.
This text has color #E4ACDB on white background.
This text has black color on #E4ACDB background.
This text has white color on #E4ACDB background.
Complementary color for #hex is #1B5324.