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