HEX: #EF9FDB
RGB: (239,159,219)
#EF9FDB contains mainly red and blue colors. Web safe color of #EF9FDB is #FF99CC (or #F9C).
#EF9FDB color RGB value is (239,159,219).
RGB: (239,159,219)
(94%, 62%, 86%)
R 239 of 255 = 94%
G 159 of 255 = 62%
B 219 of 255 = 86%
R + G + B ~ 81%. #EF9FDB is quite light color.
R + G + B = 239 + 159 + 219 = 617 (100%)
R 239 of 617 ~ 38.74%
G 159 of 617 ~ 25.77%
B 219 of 617 ~ 35.49'%
#EF9FDB color CMYK value is (0,33,8,6).
CMYK: (0,33,8,6) C0M33Y8K6 (0%,33%,8%,6%) (0.00/0.33/0.08/0.06)
Color #EF9FDB in popluar color models
EF | 9F | DB | |
---|---|---|---|
RGB | 239 | 159 | 219 |
HSL | 315° | 71.43% | 78.04% |
HSB/HSV | 315° | 33.47% | 93.73% |
CMYK | 0.00% | 33.47% | 8.37% |
6.27% |
Color #EF9FDB in popluar number systems.
HEX | EF | 9F | DB |
Decimal | 239 | 159 | 219 |
Binary | 11101111 | 10011111 | 11011011 |
Octal | 357 | 237 | 333 |
Shades of #EF9FDB
Tints of #EF9FDB
Examples of css and html codes for elements with #EF9FDB color. Also use rgb(239,159,219) instead hex code.
.myTextColor { color: #EF9FDB; }
<p style="color:#EF9FDB">This sample text font color is #EF9FDB.</p>
This text font color is #EF9FDB.
.myBgColor { background-color: #EF9FDB; }
<div style="background-color:#EF9FDB">Inner text</div>
This div background color is #EF9FDB.
.myBorderColor { border: 1px solid #EF9FDB; }
<div style="border:3px solid #EF9FDB">Div</div>
This div border color is #EF9FDB.
.myOpacity80 { color: #EF9FDB; opacity: 0.8; }
<p style="color:#EF9FDB;opacity:0.8;">80%</p>
Text with #EF9FDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF9FDB;}
<p style="text-shadow: 3px 3px 1px #EF9FDB">Text here.</p>
This text has shadow with #EF9FDB color.
.textShadow {text-shadow: 3px 3px 1px #EF9FDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF9FDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EF9FDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF9FDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF9FDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF9FDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EF9FDB;
-webkit-box-shadow: 1px 1px 3px 2px #EF9FDB;
box-shadow: 1px 1px 3px 2px #EF9FDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF9FDB; -webkit-box-shadow: 1px 1px 3px 2px #EF9FDB; box-shadow:1px 1px 3px 2px #EF9FDB;">
Div content here
</div>
This text has color #EF9FDB on black background.
This text has color #EF9FDB on white background.
This text has black color on #EF9FDB background.
This text has white color on #EF9FDB background.
Complementary color for #hex is #106024.