HEX: #E7BEDB
RGB: (231,190,219)
#E7BEDB contains red, green and blue colors in about the same proportion. Web safe color of #E7BEDB is #FFCCCC (or #FCC).
#E7BEDB color RGB value is (231,190,219).
RGB: (231,190,219)
(91%, 75%, 86%)
R 231 of 255 = 91%
G 190 of 255 = 75%
B 219 of 255 = 86%
R + G + B ~ 84%. #E7BEDB is quite light color.
R + G + B = 231 + 190 + 219 = 640 (100%)
R 231 of 640 ~ 36.09%
G 190 of 640 ~ 29.69%
B 219 of 640 ~ 34.22'%
#E7BEDB color CMYK value is (0,18,5,9).
CMYK: (0,18,5,9) C0M18Y5K9 (0%,18%,5%,9%) (0.00/0.18/0.05/0.09)
Color #E7BEDB in popluar color models
E7 | BE | DB | |
---|---|---|---|
RGB | 231 | 190 | 219 |
HSL | 318° | 46.07% | 82.55% |
HSB/HSV | 318° | 17.75% | 90.59% |
CMYK | 0.00% | 17.75% | 5.19% |
9.41% |
Color #E7BEDB in popluar number systems.
HEX | E7 | BE | DB |
Decimal | 231 | 190 | 219 |
Binary | 11100111 | 10111110 | 11011011 |
Octal | 347 | 276 | 333 |
Shades of #E7BEDB
Tints of #E7BEDB
Examples of css and html codes for elements with #E7BEDB color. Also use rgb(231,190,219) instead hex code.
.myTextColor { color: #E7BEDB; }
<p style="color:#E7BEDB">This sample text font color is #E7BEDB.</p>
This text font color is #E7BEDB.
.myBgColor { background-color: #E7BEDB; }
<div style="background-color:#E7BEDB">Inner text</div>
This div background color is #E7BEDB.
.myBorderColor { border: 1px solid #E7BEDB; }
<div style="border:3px solid #E7BEDB">Div</div>
This div border color is #E7BEDB.
.myOpacity80 { color: #E7BEDB; opacity: 0.8; }
<p style="color:#E7BEDB;opacity:0.8;">80%</p>
Text with #E7BEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7BEDB;}
<p style="text-shadow: 3px 3px 1px #E7BEDB">Text here.</p>
This text has shadow with #E7BEDB color.
.textShadow {text-shadow: 3px 3px 1px #E7BEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7BEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7BEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7BEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7BEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7BEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7BEDB;
-webkit-box-shadow: 1px 1px 3px 2px #E7BEDB;
box-shadow: 1px 1px 3px 2px #E7BEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7BEDB; -webkit-box-shadow: 1px 1px 3px 2px #E7BEDB; box-shadow:1px 1px 3px 2px #E7BEDB;">
Div content here
</div>
This text has color #E7BEDB on black background.
This text has color #E7BEDB on white background.
This text has black color on #E7BEDB background.
This text has white color on #E7BEDB background.
Complementary color for #hex is #184124.