HEX: #EDABC4
RGB: (237,171,196)
#EDABC4 contains mainly red and blue colors. Web safe color of #EDABC4 is #FF99CC (or #F9C).
#EDABC4 color RGB value is (237,171,196).
RGB: (237,171,196)
(93%, 67%, 77%)
R 237 of 255 = 93%
G 171 of 255 = 67%
B 196 of 255 = 77%
R + G + B ~ 79%. #EDABC4 is quite light color.
R + G + B = 237 + 171 + 196 = 604 (100%)
R 237 of 604 ~ 39.24%
G 171 of 604 ~ 28.31%
B 196 of 604 ~ 32.45'%
#EDABC4 color CMYK value is (0,28,17,7).
CMYK: (0,28,17,7)
C0M28Y17K7 (0%, 28%, 17%, 7%)
(0.00 / 0.28 / 0.17 / 0.07)
Color #EDABC4 in popluar color models
ED | AB | C4 | |
---|---|---|---|
RGB | 237 | 171 | 196 |
HSL | 337° | 64.71% | 80.00% |
HSB/HSV | 337° | 27.85% | 92.94% |
CMYK | 0.00% | 27.85% | 17.30% |
7.06% |
Color #EDABC4 in popluar number systems.
HEX | ED | AB | C4 |
Decimal | 237 | 171 | 196 |
Binary | 11101101 | 10101011 | 11000100 |
Octal | 355 | 253 | 304 |
Shades of #EDABC4
Tints of #EDABC4
Examples of css and html codes for elements with #EDABC4 color. Also use rgb(237,171,196) instead hex code.
.myTextColor { color: #EDABC4; }
<p style="color:#EDABC4">This sample text font color is #EDABC4.</p>
This text font color is #EDABC4.
.myBgColor { background-color: #EDABC4; }
<div style="background-color:#EDABC4">Inner text</div>
This div background color is #EDABC4.
.myBorderColor { border: 1px solid #EDABC4; }
<div style="border:3px solid #EDABC4">Div</div>
This div border color is #EDABC4.
.myOpacity80 { color: #EDABC4; opacity: 0.8; }
<p style="color:#EDABC4;opacity:0.8;">80%</p>
Text with #EDABC4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDABC4;}
<p style="text-shadow: 3px 3px 1px #EDABC4">Text here.</p>
This text has shadow with #EDABC4 color.
.textShadow {text-shadow: 3px 3px 1px #EDABC4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDABC4, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDABC4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDABC4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDABC4, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDABC4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDABC4;
-webkit-box-shadow: 1px 1px 3px 2px #EDABC4;
box-shadow: 1px 1px 3px 2px #EDABC4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDABC4; -webkit-box-shadow: 1px 1px 3px 2px #EDABC4; box-shadow:1px 1px 3px 2px #EDABC4;">
Div content here
</div>
This text has color #EDABC4 on black background.
This text has color #EDABC4 on white background.
This text has black color on #EDABC4 background.
This text has white color on #EDABC4 background.
Complementary color for #hex is #12543B.