HEX: #E4BCDB
RGB: (228,188,219)
#E4BCDB contains red, green and blue colors in about the same proportion. Web safe color of #E4BCDB is #CCCCCC (or #CCC).
#E4BCDB color RGB value is (228,188,219).
RGB: (228,188,219)
(89%, 74%, 86%)
R 228 of 255 = 89%
G 188 of 255 = 74%
B 219 of 255 = 86%
R + G + B ~ 83%. #E4BCDB is quite light color.
R + G + B = 228 + 188 + 219 = 635 (100%)
R 228 of 635 ~ 35.91%
G 188 of 635 ~ 29.61%
B 219 of 635 ~ 34.49'%
#E4BCDB color CMYK value is (0,18,4,11).
CMYK: (0,18,4,11)
C0M18Y4K11 (0%, 18%, 4%, 11%)
(0.00 / 0.18 / 0.04 / 0.11)
Color #E4BCDB in popluar color models
E4 | BC | DB | |
---|---|---|---|
RGB | 228 | 188 | 219 |
HSL | 314° | 42.55% | 81.57% |
HSB/HSV | 314° | 17.54% | 89.41% |
CMYK | 0.00% | 17.54% | 3.95% |
10.59% |
Color #E4BCDB in popluar number systems.
HEX | E4 | BC | DB |
Decimal | 228 | 188 | 219 |
Binary | 11100100 | 10111100 | 11011011 |
Octal | 344 | 274 | 333 |
Shades of #E4BCDB
Tints of #E4BCDB
Examples of css and html codes for elements with #E4BCDB color. Also use rgb(228,188,219) instead hex code.
.myTextColor { color: #E4BCDB; }
<p style="color:#E4BCDB">This sample text font color is #E4BCDB.</p>
This text font color is #E4BCDB.
.myBgColor { background-color: #E4BCDB; }
<div style="background-color:#E4BCDB">Inner text</div>
This div background color is #E4BCDB.
.myBorderColor { border: 1px solid #E4BCDB; }
<div style="border:3px solid #E4BCDB">Div</div>
This div border color is #E4BCDB.
.myOpacity80 { color: #E4BCDB; opacity: 0.8; }
<p style="color:#E4BCDB;opacity:0.8;">80%</p>
Text with #E4BCDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4BCDB;}
<p style="text-shadow: 3px 3px 1px #E4BCDB">Text here.</p>
This text has shadow with #E4BCDB color.
.textShadow {text-shadow: 3px 3px 1px #E4BCDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4BCDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4BCDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4BCDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4BCDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4BCDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4BCDB;
-webkit-box-shadow: 1px 1px 3px 2px #E4BCDB;
box-shadow: 1px 1px 3px 2px #E4BCDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4BCDB; -webkit-box-shadow: 1px 1px 3px 2px #E4BCDB; box-shadow:1px 1px 3px 2px #E4BCDB;">
Div content here
</div>
This text has color #E4BCDB on black background.
This text has color #E4BCDB on white background.
This text has black color on #E4BCDB background.
This text has white color on #E4BCDB background.
Complementary color for #hex is #1B4324.