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