HEX: #EDB3AD
RGB: (237,179,173)
#EDB3AD contains mainly red and green colors. Web safe color of #EDB3AD is #FF9999 (or #F99).
#EDB3AD color RGB value is (237,179,173).
RGB: (237,179,173)
(93%, 70%, 68%)
R 237 of 255 = 93%
G 179 of 255 = 70%
B 173 of 255 = 68%
R + G + B ~ 77%. #EDB3AD is quite light color.
R + G + B = 237 + 179 + 173 = 589 (100%)
R 237 of 589 ~ 40.24%
G 179 of 589 ~ 30.39%
B 173 of 589 ~ 29.37'%
#EDB3AD color CMYK value is (0,24,27,7).
CMYK: (0,24,27,7) C0M24Y27K7 (0%,24%,27%,7%) (0.00/0.24/0.27/0.07)
Color #EDB3AD in popluar color models
ED | B3 | AD | |
---|---|---|---|
RGB | 237 | 179 | 173 |
HSL | 6° | 64.00% | 80.39% |
HSB/HSV | 6° | 27.00% | 92.94% |
CMYK | 0.00% | 24.47% | 27.00% |
7.06% |
Color #EDB3AD in popluar number systems.
HEX | ED | B3 | AD |
Decimal | 237 | 179 | 173 |
Binary | 11101101 | 10110011 | 10101101 |
Octal | 355 | 263 | 255 |
Shades of #EDB3AD
Tints of #EDB3AD
Examples of css and html codes for elements with #EDB3AD color. Also use rgb(237,179,173) instead hex code.
.myTextColor { color: #EDB3AD; }
<p style="color:#EDB3AD">This sample text font color is #EDB3AD.</p>
This text font color is #EDB3AD.
.myBgColor { background-color: #EDB3AD; }
<div style="background-color:#EDB3AD">Inner text</div>
This div background color is #EDB3AD.
.myBorderColor { border: 1px solid #EDB3AD; }
<div style="border:3px solid #EDB3AD">Div</div>
This div border color is #EDB3AD.
.myOpacity80 { color: #EDB3AD; opacity: 0.8; }
<p style="color:#EDB3AD;opacity:0.8;">80%</p>
Text with #EDB3AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB3AD;}
<p style="text-shadow: 3px 3px 1px #EDB3AD">Text here.</p>
This text has shadow with #EDB3AD color.
.textShadow {text-shadow: 3px 3px 1px #EDB3AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB3AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDB3AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB3AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB3AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB3AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB3AD;
-webkit-box-shadow: 1px 1px 3px 2px #EDB3AD;
box-shadow: 1px 1px 3px 2px #EDB3AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB3AD; -webkit-box-shadow: 1px 1px 3px 2px #EDB3AD; box-shadow:1px 1px 3px 2px #EDB3AD;">
Div content here
</div>
This text has color #EDB3AD on black background.
This text has color #EDB3AD on white background.
This text has black color on #EDB3AD background.
This text has white color on #EDB3AD background.
Complementary color for #hex is #124C52.