HEX: #E7BCDA
RGB: (231,188,218)
#E7BCDA contains red, green and blue colors in about the same proportion. Web safe color of #E7BCDA is #FFCCCC (or #FCC).
#E7BCDA color RGB value is (231,188,218).
RGB: (231,188,218)
(91%, 74%, 85%)
R 231 of 255 = 91%
G 188 of 255 = 74%
B 218 of 255 = 85%
R + G + B ~ 83%. #E7BCDA is quite light color.
R + G + B = 231 + 188 + 218 = 637 (100%)
R 231 of 637 ~ 36.26%
G 188 of 637 ~ 29.51%
B 218 of 637 ~ 34.22'%
#E7BCDA color CMYK value is (0,19,6,9).
CMYK: (0,19,6,9)
C0M19Y6K9 (0%, 19%, 6%, 9%)
(0.00 / 0.19 / 0.06 / 0.09)
Color #E7BCDA in popluar color models
E7 | BC | DA | |
---|---|---|---|
RGB | 231 | 188 | 218 |
HSL | 318° | 47.25% | 82.16% |
HSB/HSV | 318° | 18.61% | 90.59% |
CMYK | 0.00% | 18.61% | 5.63% |
9.41% |
Color #E7BCDA in popluar number systems.
HEX | E7 | BC | DA |
Decimal | 231 | 188 | 218 |
Binary | 11100111 | 10111100 | 11011010 |
Octal | 347 | 274 | 332 |
Shades of #E7BCDA
Tints of #E7BCDA
Examples of css and html codes for elements with #E7BCDA color. Also use rgb(231,188,218) instead hex code.
.myTextColor { color: #E7BCDA; }
<p style="color:#E7BCDA">This sample text font color is #E7BCDA.</p>
This text font color is #E7BCDA.
.myBgColor { background-color: #E7BCDA; }
<div style="background-color:#E7BCDA">Inner text</div>
This div background color is #E7BCDA.
.myBorderColor { border: 1px solid #E7BCDA; }
<div style="border:3px solid #E7BCDA">Div</div>
This div border color is #E7BCDA.
.myOpacity80 { color: #E7BCDA; opacity: 0.8; }
<p style="color:#E7BCDA;opacity:0.8;">80%</p>
Text with #E7BCDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7BCDA;}
<p style="text-shadow: 3px 3px 1px #E7BCDA">Text here.</p>
This text has shadow with #E7BCDA color.
.textShadow {text-shadow: 3px 3px 1px #E7BCDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7BCDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7BCDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7BCDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7BCDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7BCDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7BCDA;
-webkit-box-shadow: 1px 1px 3px 2px #E7BCDA;
box-shadow: 1px 1px 3px 2px #E7BCDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7BCDA; -webkit-box-shadow: 1px 1px 3px 2px #E7BCDA; box-shadow:1px 1px 3px 2px #E7BCDA;">
Div content here
</div>
This text has color #E7BCDA on black background.
This text has color #E7BCDA on white background.
This text has black color on #E7BCDA background.
This text has white color on #E7BCDA background.
Complementary color for #hex is #184325.