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