HEX: #EDC7BB
RGB: (237,199,187)
#EDC7BB contains red, green and blue colors in about the same proportion. Web safe color of #EDC7BB is #FFCCCC (or #FCC).
#EDC7BB color RGB value is (237,199,187).
RGB: (237,199,187)
(93%, 78%, 73%)
R 237 of 255 = 93%
G 199 of 255 = 78%
B 187 of 255 = 73%
R + G + B ~ 81%. #EDC7BB is quite light color.
R + G + B = 237 + 199 + 187 = 623 (100%)
R 237 of 623 ~ 38.04%
G 199 of 623 ~ 31.94%
B 187 of 623 ~ 30.02'%
#EDC7BB color CMYK value is (0,16,21,7).
CMYK: (0,16,21,7)
C0M16Y21K7 (0%, 16%, 21%, 7%)
(0.00 / 0.16 / 0.21 / 0.07)
Color #EDC7BB in popluar color models
ED | C7 | BB | |
---|---|---|---|
RGB | 237 | 199 | 187 |
HSL | 14° | 58.14% | 83.14% |
HSB/HSV | 14° | 21.10% | 92.94% |
CMYK | 0.00% | 16.03% | 21.10% |
7.06% |
Color #EDC7BB in popluar number systems.
HEX | ED | C7 | BB |
Decimal | 237 | 199 | 187 |
Binary | 11101101 | 11000111 | 10111011 |
Octal | 355 | 307 | 273 |
Shades of #EDC7BB
Tints of #EDC7BB
Examples of css and html codes for elements with #EDC7BB color. Also use rgb(237,199,187) instead hex code.
.myTextColor { color: #EDC7BB; }
<p style="color:#EDC7BB">This sample text font color is #EDC7BB.</p>
This text font color is #EDC7BB.
.myBgColor { background-color: #EDC7BB; }
<div style="background-color:#EDC7BB">Inner text</div>
This div background color is #EDC7BB.
.myBorderColor { border: 1px solid #EDC7BB; }
<div style="border:3px solid #EDC7BB">Div</div>
This div border color is #EDC7BB.
.myOpacity80 { color: #EDC7BB; opacity: 0.8; }
<p style="color:#EDC7BB;opacity:0.8;">80%</p>
Text with #EDC7BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC7BB;}
<p style="text-shadow: 3px 3px 1px #EDC7BB">Text here.</p>
This text has shadow with #EDC7BB color.
.textShadow {text-shadow: 3px 3px 1px #EDC7BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC7BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC7BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC7BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC7BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC7BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC7BB;
-webkit-box-shadow: 1px 1px 3px 2px #EDC7BB;
box-shadow: 1px 1px 3px 2px #EDC7BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC7BB; -webkit-box-shadow: 1px 1px 3px 2px #EDC7BB; box-shadow:1px 1px 3px 2px #EDC7BB;">
Div content here
</div>
This text has color #EDC7BB on black background.
This text has color #EDC7BB on white background.
This text has black color on #EDC7BB background.
This text has white color on #EDC7BB background.
Complementary color for #hex is #123844.