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