HEX: #EDB7AE
RGB: (237,183,174)
#EDB7AE contains mainly red and green colors. Web safe color of #EDB7AE is #FFCC99 (or #FC9).
#EDB7AE color RGB value is (237,183,174).
RGB: (237,183,174)
(93%, 72%, 68%)
R 237 of 255 = 93%
G 183 of 255 = 72%
B 174 of 255 = 68%
R + G + B ~ 78%. #EDB7AE is quite light color.
R + G + B = 237 + 183 + 174 = 594 (100%)
R 237 of 594 ~ 39.9%
G 183 of 594 ~ 30.81%
B 174 of 594 ~ 29.29'%
#EDB7AE 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 #EDB7AE in popluar color models
ED | B7 | AE | |
---|---|---|---|
RGB | 237 | 183 | 174 |
HSL | 9° | 63.64% | 80.59% |
HSB/HSV | 9° | 26.58% | 92.94% |
CMYK | 0.00% | 22.78% | 26.58% |
7.06% |
Color #EDB7AE in popluar number systems.
HEX | ED | B7 | AE |
Decimal | 237 | 183 | 174 |
Binary | 11101101 | 10110111 | 10101110 |
Octal | 355 | 267 | 256 |
Shades of #EDB7AE
Tints of #EDB7AE
Examples of css and html codes for elements with #EDB7AE color. Also use rgb(237,183,174) instead hex code.
.myTextColor { color: #EDB7AE; }
<p style="color:#EDB7AE">This sample text font color is #EDB7AE.</p>
This text font color is #EDB7AE.
.myBgColor { background-color: #EDB7AE; }
<div style="background-color:#EDB7AE">Inner text</div>
This div background color is #EDB7AE.
.myBorderColor { border: 1px solid #EDB7AE; }
<div style="border:3px solid #EDB7AE">Div</div>
This div border color is #EDB7AE.
.myOpacity80 { color: #EDB7AE; opacity: 0.8; }
<p style="color:#EDB7AE;opacity:0.8;">80%</p>
Text with #EDB7AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB7AE;}
<p style="text-shadow: 3px 3px 1px #EDB7AE">Text here.</p>
This text has shadow with #EDB7AE color.
.textShadow {text-shadow: 3px 3px 1px #EDB7AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB7AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDB7AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB7AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB7AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB7AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB7AE;
-webkit-box-shadow: 1px 1px 3px 2px #EDB7AE;
box-shadow: 1px 1px 3px 2px #EDB7AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB7AE; -webkit-box-shadow: 1px 1px 3px 2px #EDB7AE; box-shadow:1px 1px 3px 2px #EDB7AE;">
Div content here
</div>
This text has color #EDB7AE on black background.
This text has color #EDB7AE on white background.
This text has black color on #EDB7AE background.
This text has white color on #EDB7AE background.
Complementary color for #hex is #124851.