HEX: #EFC7BD
RGB: (239,199,189)
#EFC7BD contains red, green and blue colors in about the same proportion. Web safe color of #EFC7BD is #FFCCCC (or #FCC).
#EFC7BD color RGB value is (239,199,189).
RGB: (239,199,189)
(94%, 78%, 74%)
R 239 of 255 = 94%
G 199 of 255 = 78%
B 189 of 255 = 74%
R + G + B ~ 82%. #EFC7BD is quite light color.
R + G + B = 239 + 199 + 189 = 627 (100%)
R 239 of 627 ~ 38.12%
G 199 of 627 ~ 31.74%
B 189 of 627 ~ 30.14'%
#EFC7BD color CMYK value is (0,17,21,6).
CMYK: (0,17,21,6)
C0M17Y21K6 (0%, 17%, 21%, 6%)
(0.00 / 0.17 / 0.21 / 0.06)
Color #EFC7BD in popluar color models
EF | C7 | BD | |
---|---|---|---|
RGB | 239 | 199 | 189 |
HSL | 12° | 60.98% | 83.92% |
HSB/HSV | 12° | 20.92% | 93.73% |
CMYK | 0.00% | 16.74% | 20.92% |
6.27% |
Color #EFC7BD in popluar number systems.
HEX | EF | C7 | BD |
Decimal | 239 | 199 | 189 |
Binary | 11101111 | 11000111 | 10111101 |
Octal | 357 | 307 | 275 |
Shades of #EFC7BD
Tints of #EFC7BD
Examples of css and html codes for elements with #EFC7BD color. Also use rgb(239,199,189) instead hex code.
.myTextColor { color: #EFC7BD; }
<p style="color:#EFC7BD">This sample text font color is #EFC7BD.</p>
This text font color is #EFC7BD.
.myBgColor { background-color: #EFC7BD; }
<div style="background-color:#EFC7BD">Inner text</div>
This div background color is #EFC7BD.
.myBorderColor { border: 1px solid #EFC7BD; }
<div style="border:3px solid #EFC7BD">Div</div>
This div border color is #EFC7BD.
.myOpacity80 { color: #EFC7BD; opacity: 0.8; }
<p style="color:#EFC7BD;opacity:0.8;">80%</p>
Text with #EFC7BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFC7BD;}
<p style="text-shadow: 3px 3px 1px #EFC7BD">Text here.</p>
This text has shadow with #EFC7BD color.
.textShadow {text-shadow: 3px 3px 1px #EFC7BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFC7BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFC7BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFC7BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFC7BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFC7BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFC7BD;
-webkit-box-shadow: 1px 1px 3px 2px #EFC7BD;
box-shadow: 1px 1px 3px 2px #EFC7BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFC7BD; -webkit-box-shadow: 1px 1px 3px 2px #EFC7BD; box-shadow:1px 1px 3px 2px #EFC7BD;">
Div content here
</div>
This text has color #EFC7BD on black background.
This text has color #EFC7BD on white background.
This text has black color on #EFC7BD background.
This text has white color on #EFC7BD background.
Complementary color for #hex is #103842.