HEX: #E7B6FB
RGB: (231,182,251)
#E7B6FB contains mainly red and blue colors. Web safe color of #E7B6FB is #FFCCFF (or #FCF).
#E7B6FB color RGB value is (231,182,251).
RGB: (231,182,251)
(91%, 71%, 98%)
R 231 of 255 = 91%
G 182 of 255 = 71%
B 251 of 255 = 98%
R + G + B ~ 87%. #E7B6FB is light color.
R + G + B = 231 + 182 + 251 = 664 (100%)
R 231 of 664 ~ 34.79%
G 182 of 664 ~ 27.41%
B 251 of 664 ~ 37.8'%
#E7B6FB color CMYK value is (8,27,0,2).
CMYK: (8,27,0,2)
C8M27Y0K2 (8%, 27%, 0%, 2%)
(0.08 / 0.27 / 0.00 / 0.02)
Color #E7B6FB in popluar color models
E7 | B6 | FB | |
---|---|---|---|
RGB | 231 | 182 | 251 |
HSL | 283° | 89.61% | 84.90% |
HSB/HSV | 283° | 27.49% | 98.43% |
CMYK | 7.97% | 27.49% | 0.00% |
1.57% |
Color #E7B6FB in popluar number systems.
HEX | E7 | B6 | FB |
Decimal | 231 | 182 | 251 |
Binary | 11100111 | 10110110 | 11111011 |
Octal | 347 | 266 | 373 |
Shades of #E7B6FB
Tints of #E7B6FB
Examples of css and html codes for elements with #E7B6FB color. Also use rgb(231,182,251) instead hex code.
.myTextColor { color: #E7B6FB; }
<p style="color:#E7B6FB">This sample text font color is #E7B6FB.</p>
This text font color is #E7B6FB.
.myBgColor { background-color: #E7B6FB; }
<div style="background-color:#E7B6FB">Inner text</div>
This div background color is #E7B6FB.
.myBorderColor { border: 1px solid #E7B6FB; }
<div style="border:3px solid #E7B6FB">Div</div>
This div border color is #E7B6FB.
.myOpacity80 { color: #E7B6FB; opacity: 0.8; }
<p style="color:#E7B6FB;opacity:0.8;">80%</p>
Text with #E7B6FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7B6FB;}
<p style="text-shadow: 3px 3px 1px #E7B6FB">Text here.</p>
This text has shadow with #E7B6FB color.
.textShadow {text-shadow: 3px 3px 1px #E7B6FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7B6FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7B6FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7B6FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7B6FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7B6FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7B6FB;
-webkit-box-shadow: 1px 1px 3px 2px #E7B6FB;
box-shadow: 1px 1px 3px 2px #E7B6FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7B6FB; -webkit-box-shadow: 1px 1px 3px 2px #E7B6FB; box-shadow:1px 1px 3px 2px #E7B6FB;">
Div content here
</div>
This text has color #E7B6FB on black background.
This text has color #E7B6FB on white background.
This text has black color on #E7B6FB background.
This text has white color on #E7B6FB background.
Complementary color for #hex is #184904.