HEX: #EEBEAB
RGB: (238,190,171)
#EEBEAB contains mainly red and green colors. Web safe color of #EEBEAB is #FFCC99 (or #FC9).
#EEBEAB color RGB value is (238,190,171).
RGB: (238,190,171)
(93%, 75%, 67%)
R 238 of 255 = 93%
G 190 of 255 = 75%
B 171 of 255 = 67%
R + G + B ~ 78%. #EEBEAB is quite light color.
R + G + B = 238 + 190 + 171 = 599 (100%)
R 238 of 599 ~ 39.73%
G 190 of 599 ~ 31.72%
B 171 of 599 ~ 28.55'%
#EEBEAB color CMYK value is (0,20,28,7).
CMYK: (0,20,28,7)
C0M20Y28K7 (0%, 20%, 28%, 7%)
(0.00 / 0.20 / 0.28 / 0.07)
Color #EEBEAB in popluar color models
EE | BE | AB | |
---|---|---|---|
RGB | 238 | 190 | 171 |
HSL | 17° | 66.34% | 80.20% |
HSB/HSV | 17° | 28.15% | 93.33% |
CMYK | 0.00% | 20.17% | 28.15% |
6.67% |
Color #EEBEAB in popluar number systems.
HEX | EE | BE | AB |
Decimal | 238 | 190 | 171 |
Binary | 11101110 | 10111110 | 10101011 |
Octal | 356 | 276 | 253 |
Shades of #EEBEAB
Tints of #EEBEAB
Examples of css and html codes for elements with #EEBEAB color. Also use rgb(238,190,171) instead hex code.
.myTextColor { color: #EEBEAB; }
<p style="color:#EEBEAB">This sample text font color is #EEBEAB.</p>
This text font color is #EEBEAB.
.myBgColor { background-color: #EEBEAB; }
<div style="background-color:#EEBEAB">Inner text</div>
This div background color is #EEBEAB.
.myBorderColor { border: 1px solid #EEBEAB; }
<div style="border:3px solid #EEBEAB">Div</div>
This div border color is #EEBEAB.
.myOpacity80 { color: #EEBEAB; opacity: 0.8; }
<p style="color:#EEBEAB;opacity:0.8;">80%</p>
Text with #EEBEAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEBEAB;}
<p style="text-shadow: 3px 3px 1px #EEBEAB">Text here.</p>
This text has shadow with #EEBEAB color.
.textShadow {text-shadow: 3px 3px 1px #EEBEAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEBEAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEBEAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEBEAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEBEAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEBEAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEBEAB;
-webkit-box-shadow: 1px 1px 3px 2px #EEBEAB;
box-shadow: 1px 1px 3px 2px #EEBEAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEBEAB; -webkit-box-shadow: 1px 1px 3px 2px #EEBEAB; box-shadow:1px 1px 3px 2px #EEBEAB;">
Div content here
</div>
This text has color #EEBEAB on black background.
This text has color #EEBEAB on white background.
This text has black color on #EEBEAB background.
This text has white color on #EEBEAB background.
Complementary color for #hex is #114154.