HEX: #EDB6AD
RGB: (237,182,173)
#EDB6AD contains mainly red and green colors. Web safe color of #EDB6AD is #FFCC99 (or #FC9).
#EDB6AD color RGB value is (237,182,173).
RGB: (237,182,173)
(93%, 71%, 68%)
R 237 of 255 = 93%
G 182 of 255 = 71%
B 173 of 255 = 68%
R + G + B ~ 77%. #EDB6AD is quite light color.
R + G + B = 237 + 182 + 173 = 592 (100%)
R 237 of 592 ~ 40.03%
G 182 of 592 ~ 30.74%
B 173 of 592 ~ 29.22'%
#EDB6AD color CMYK value is (0,23,27,7).
CMYK: (0,23,27,7)
C0M23Y27K7 (0%, 23%, 27%, 7%)
(0.00 / 0.23 / 0.27 / 0.07)
Color #EDB6AD in popluar color models
ED | B6 | AD | |
---|---|---|---|
RGB | 237 | 182 | 173 |
HSL | 8° | 64.00% | 80.39% |
HSB/HSV | 8° | 27.00% | 92.94% |
CMYK | 0.00% | 23.21% | 27.00% |
7.06% |
Color #EDB6AD in popluar number systems.
HEX | ED | B6 | AD |
Decimal | 237 | 182 | 173 |
Binary | 11101101 | 10110110 | 10101101 |
Octal | 355 | 266 | 255 |
Shades of #EDB6AD
Tints of #EDB6AD
Examples of css and html codes for elements with #EDB6AD color. Also use rgb(237,182,173) instead hex code.
.myTextColor { color: #EDB6AD; }
<p style="color:#EDB6AD">This sample text font color is #EDB6AD.</p>
This text font color is #EDB6AD.
.myBgColor { background-color: #EDB6AD; }
<div style="background-color:#EDB6AD">Inner text</div>
This div background color is #EDB6AD.
.myBorderColor { border: 1px solid #EDB6AD; }
<div style="border:3px solid #EDB6AD">Div</div>
This div border color is #EDB6AD.
.myOpacity80 { color: #EDB6AD; opacity: 0.8; }
<p style="color:#EDB6AD;opacity:0.8;">80%</p>
Text with #EDB6AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB6AD;}
<p style="text-shadow: 3px 3px 1px #EDB6AD">Text here.</p>
This text has shadow with #EDB6AD color.
.textShadow {text-shadow: 3px 3px 1px #EDB6AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB6AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDB6AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB6AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB6AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB6AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB6AD;
-webkit-box-shadow: 1px 1px 3px 2px #EDB6AD;
box-shadow: 1px 1px 3px 2px #EDB6AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB6AD; -webkit-box-shadow: 1px 1px 3px 2px #EDB6AD; box-shadow:1px 1px 3px 2px #EDB6AD;">
Div content here
</div>
This text has color #EDB6AD on black background.
This text has color #EDB6AD on white background.
This text has black color on #EDB6AD background.
This text has white color on #EDB6AD background.
Complementary color for #hex is #124952.