HEX: #E1BCDA
RGB: (225,188,218)
#E1BCDA contains red, green and blue colors in about the same proportion. Web safe color of #E1BCDA is #CCCCCC (or #CCC).
#E1BCDA color RGB value is (225,188,218).
RGB: (225,188,218)
(88%, 74%, 85%)
R 225 of 255 = 88%
G 188 of 255 = 74%
B 218 of 255 = 85%
R + G + B ~ 82%. #E1BCDA is quite light color.
R + G + B = 225 + 188 + 218 = 631 (100%)
R 225 of 631 ~ 35.66%
G 188 of 631 ~ 29.79%
B 218 of 631 ~ 34.55'%
#E1BCDA color CMYK value is (0,16,3,12).
CMYK: (0,16,3,12) C0M16Y3K12 (0%,16%,3%,12%) (0.00/0.16/0.03/0.12)
Color #E1BCDA in popluar color models
E1 | BC | DA | |
---|---|---|---|
RGB | 225 | 188 | 218 |
HSL | 311° | 38.14% | 80.98% |
HSB/HSV | 311° | 16.44% | 88.24% |
CMYK | 0.00% | 16.44% | 3.11% |
11.76% |
Color #E1BCDA in popluar number systems.
HEX | E1 | BC | DA |
Decimal | 225 | 188 | 218 |
Binary | 11100001 | 10111100 | 11011010 |
Octal | 341 | 274 | 332 |
Shades of #E1BCDA
Tints of #E1BCDA
Examples of css and html codes for elements with #E1BCDA color. Also use rgb(225,188,218) instead hex code.
.myTextColor { color: #E1BCDA; }
<p style="color:#E1BCDA">This sample text font color is #E1BCDA.</p>
This text font color is #E1BCDA.
.myBgColor { background-color: #E1BCDA; }
<div style="background-color:#E1BCDA">Inner text</div>
This div background color is #E1BCDA.
.myBorderColor { border: 1px solid #E1BCDA; }
<div style="border:3px solid #E1BCDA">Div</div>
This div border color is #E1BCDA.
.myOpacity80 { color: #E1BCDA; opacity: 0.8; }
<p style="color:#E1BCDA;opacity:0.8;">80%</p>
Text with #E1BCDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1BCDA;}
<p style="text-shadow: 3px 3px 1px #E1BCDA">Text here.</p>
This text has shadow with #E1BCDA color.
.textShadow {text-shadow: 3px 3px 1px #E1BCDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1BCDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1BCDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1BCDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1BCDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1BCDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1BCDA;
-webkit-box-shadow: 1px 1px 3px 2px #E1BCDA;
box-shadow: 1px 1px 3px 2px #E1BCDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1BCDA; -webkit-box-shadow: 1px 1px 3px 2px #E1BCDA; box-shadow:1px 1px 3px 2px #E1BCDA;">
Div content here
</div>
This text has color #E1BCDA on black background.
This text has color #E1BCDA on white background.
This text has black color on #E1BCDA background.
This text has white color on #E1BCDA background.
Complementary color for #hex is #1E4325.