HEX: #EFBCDB
RGB: (239,188,219)
#EFBCDB contains red, green and blue colors in about the same proportion. Web safe color of #EFBCDB is #FFCCCC (or #FCC).
#EFBCDB color RGB value is (239,188,219).
RGB: (239,188,219)
(94%, 74%, 86%)
R 239 of 255 = 94%
G 188 of 255 = 74%
B 219 of 255 = 86%
R + G + B ~ 85%. #EFBCDB is quite light color.
R + G + B = 239 + 188 + 219 = 646 (100%)
R 239 of 646 ~ 37%
G 188 of 646 ~ 29.1%
B 219 of 646 ~ 33.9'%
#EFBCDB color CMYK value is (0,21,8,6).
CMYK: (0,21,8,6)
C0M21Y8K6 (0%, 21%, 8%, 6%)
(0.00 / 0.21 / 0.08 / 0.06)
Color #EFBCDB in popluar color models
EF | BC | DB | |
---|---|---|---|
RGB | 239 | 188 | 219 |
HSL | 324° | 61.45% | 83.73% |
HSB/HSV | 324° | 21.34% | 93.73% |
CMYK | 0.00% | 21.34% | 8.37% |
6.27% |
Color #EFBCDB in popluar number systems.
HEX | EF | BC | DB |
Decimal | 239 | 188 | 219 |
Binary | 11101111 | 10111100 | 11011011 |
Octal | 357 | 274 | 333 |
Shades of #EFBCDB
Tints of #EFBCDB
Examples of css and html codes for elements with #EFBCDB color. Also use rgb(239,188,219) instead hex code.
.myTextColor { color: #EFBCDB; }
<p style="color:#EFBCDB">This sample text font color is #EFBCDB.</p>
This text font color is #EFBCDB.
.myBgColor { background-color: #EFBCDB; }
<div style="background-color:#EFBCDB">Inner text</div>
This div background color is #EFBCDB.
.myBorderColor { border: 1px solid #EFBCDB; }
<div style="border:3px solid #EFBCDB">Div</div>
This div border color is #EFBCDB.
.myOpacity80 { color: #EFBCDB; opacity: 0.8; }
<p style="color:#EFBCDB;opacity:0.8;">80%</p>
Text with #EFBCDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFBCDB;}
<p style="text-shadow: 3px 3px 1px #EFBCDB">Text here.</p>
This text has shadow with #EFBCDB color.
.textShadow {text-shadow: 3px 3px 1px #EFBCDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFBCDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFBCDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFBCDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFBCDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFBCDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFBCDB;
-webkit-box-shadow: 1px 1px 3px 2px #EFBCDB;
box-shadow: 1px 1px 3px 2px #EFBCDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFBCDB; -webkit-box-shadow: 1px 1px 3px 2px #EFBCDB; box-shadow:1px 1px 3px 2px #EFBCDB;">
Div content here
</div>
This text has color #EFBCDB on black background.
This text has color #EFBCDB on white background.
This text has black color on #EFBCDB background.
This text has white color on #EFBCDB background.
Complementary color for #hex is #104324.