HEX: #EDBDBA
RGB: (237,189,186)
#EDBDBA contains red, green and blue colors in about the same proportion. Web safe color of #EDBDBA is #FFCCCC (or #FCC).
#EDBDBA color RGB value is (237,189,186).
RGB: (237,189,186)
(93%, 74%, 73%)
R 237 of 255 = 93%
G 189 of 255 = 74%
B 186 of 255 = 73%
R + G + B ~ 80%. #EDBDBA is quite light color.
R + G + B = 237 + 189 + 186 = 612 (100%)
R 237 of 612 ~ 38.73%
G 189 of 612 ~ 30.88%
B 186 of 612 ~ 30.39'%
#EDBDBA color CMYK value is (0,20,22,7).
CMYK: (0,20,22,7)
C0M20Y22K7 (0%, 20%, 22%, 7%)
(0.00 / 0.20 / 0.22 / 0.07)
Color #EDBDBA in popluar color models
ED | BD | BA | |
---|---|---|---|
RGB | 237 | 189 | 186 |
HSL | 4° | 58.62% | 82.94% |
HSB/HSV | 4° | 21.52% | 92.94% |
CMYK | 0.00% | 20.25% | 21.52% |
7.06% |
Color #EDBDBA in popluar number systems.
HEX | ED | BD | BA |
Decimal | 237 | 189 | 186 |
Binary | 11101101 | 10111101 | 10111010 |
Octal | 355 | 275 | 272 |
Shades of #EDBDBA
Tints of #EDBDBA
Examples of css and html codes for elements with #EDBDBA color. Also use rgb(237,189,186) instead hex code.
.myTextColor { color: #EDBDBA; }
<p style="color:#EDBDBA">This sample text font color is #EDBDBA.</p>
This text font color is #EDBDBA.
.myBgColor { background-color: #EDBDBA; }
<div style="background-color:#EDBDBA">Inner text</div>
This div background color is #EDBDBA.
.myBorderColor { border: 1px solid #EDBDBA; }
<div style="border:3px solid #EDBDBA">Div</div>
This div border color is #EDBDBA.
.myOpacity80 { color: #EDBDBA; opacity: 0.8; }
<p style="color:#EDBDBA;opacity:0.8;">80%</p>
Text with #EDBDBA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDBDBA;}
<p style="text-shadow: 3px 3px 1px #EDBDBA">Text here.</p>
This text has shadow with #EDBDBA color.
.textShadow {text-shadow: 3px 3px 1px #EDBDBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDBDBA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDBDBA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDBDBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDBDBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDBDBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDBDBA;
-webkit-box-shadow: 1px 1px 3px 2px #EDBDBA;
box-shadow: 1px 1px 3px 2px #EDBDBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDBDBA; -webkit-box-shadow: 1px 1px 3px 2px #EDBDBA; box-shadow:1px 1px 3px 2px #EDBDBA;">
Div content here
</div>
This text has color #EDBDBA on black background.
This text has color #EDBDBA on white background.
This text has black color on #EDBDBA background.
This text has white color on #EDBDBA background.
Complementary color for #hex is #124245.