HEX: #EB9989
RGB: (235,153,137)
#EB9989 contains mainly red color. Web safe color of #EB9989 is #FF9999 (or #F99).
#EB9989 color RGB value is (235,153,137).
RGB: (235,153,137)
(92%, 60%, 54%)
R 235 of 255 = 92%
G 153 of 255 = 60%
B 137 of 255 = 54%
R + G + B ~ 69%. #EB9989 is quite light color.
R + G + B = 235 + 153 + 137 = 525 (100%)
R 235 of 525 ~ 44.76%
G 153 of 525 ~ 29.14%
B 137 of 525 ~ 26.1'%
#EB9989 color CMYK value is (0,35,42,8).
CMYK: (0,35,42,8)
C0M35Y42K8 (0%, 35%, 42%, 8%)
(0.00 / 0.35 / 0.42 / 0.08)
Color #EB9989 in popluar color models
EB | 99 | 89 | |
---|---|---|---|
RGB | 235 | 153 | 137 |
HSL | 10° | 71.01% | 72.94% |
HSB/HSV | 10° | 41.70% | 92.16% |
CMYK | 0.00% | 34.89% | 41.70% |
7.84% |
Color #EB9989 in popluar number systems.
HEX | EB | 99 | 89 |
Decimal | 235 | 153 | 137 |
Binary | 11101011 | 10011001 | 10001001 |
Octal | 353 | 231 | 211 |
Shades of #EB9989
Tints of #EB9989
Examples of css and html codes for elements with #EB9989 color. Also use rgb(235,153,137) instead hex code.
.myTextColor { color: #EB9989; }
<p style="color:#EB9989">This sample text font color is #EB9989.</p>
This text font color is #EB9989.
.myBgColor { background-color: #EB9989; }
<div style="background-color:#EB9989">Inner text</div>
This div background color is #EB9989.
.myBorderColor { border: 1px solid #EB9989; }
<div style="border:3px solid #EB9989">Div</div>
This div border color is #EB9989.
.myOpacity80 { color: #EB9989; opacity: 0.8; }
<p style="color:#EB9989;opacity:0.8;">80%</p>
Text with #EB9989 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB9989;}
<p style="text-shadow: 3px 3px 1px #EB9989">Text here.</p>
This text has shadow with #EB9989 color.
.textShadow {text-shadow: 3px 3px 1px #EB9989', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB9989, 5px 5px 20px red">Text here.</p>
This text has shadow with #EB9989 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB9989, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB9989, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB9989 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB9989;
-webkit-box-shadow: 1px 1px 3px 2px #EB9989;
box-shadow: 1px 1px 3px 2px #EB9989;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB9989; -webkit-box-shadow: 1px 1px 3px 2px #EB9989; box-shadow:1px 1px 3px 2px #EB9989;">
Div content here
</div>
This text has color #EB9989 on black background.
This text has color #EB9989 on white background.
This text has black color on #EB9989 background.
This text has white color on #EB9989 background.
Complementary color for #hex is #146676.