HEX: #EEBB9B
RGB: (238,187,155)
#EEBB9B contains mainly red and green colors. Web safe color of #EEBB9B is #FFCC99 (or #FC9).
#EEBB9B color RGB value is (238,187,155).
RGB: (238,187,155)
(93%, 73%, 61%)
R 238 of 255 = 93%
G 187 of 255 = 73%
B 155 of 255 = 61%
R + G + B ~ 76%. #EEBB9B is quite light color.
R + G + B = 238 + 187 + 155 = 580 (100%)
R 238 of 580 ~ 41.03%
G 187 of 580 ~ 32.24%
B 155 of 580 ~ 26.72'%
#EEBB9B color CMYK value is (0,21,35,7).
CMYK: (0,21,35,7)
C0M21Y35K7 (0%, 21%, 35%, 7%)
(0.00 / 0.21 / 0.35 / 0.07)
Color #EEBB9B in popluar color models
EE | BB | 9B | |
---|---|---|---|
RGB | 238 | 187 | 155 |
HSL | 23° | 70.94% | 77.06% |
HSB/HSV | 23° | 34.87% | 93.33% |
CMYK | 0.00% | 21.43% | 34.87% |
6.67% |
Color #EEBB9B in popluar number systems.
HEX | EE | BB | 9B |
Decimal | 238 | 187 | 155 |
Binary | 11101110 | 10111011 | 10011011 |
Octal | 356 | 273 | 233 |
Shades of #EEBB9B
Tints of #EEBB9B
Examples of css and html codes for elements with #EEBB9B color. Also use rgb(238,187,155) instead hex code.
.myTextColor { color: #EEBB9B; }
<p style="color:#EEBB9B">This sample text font color is #EEBB9B.</p>
This text font color is #EEBB9B.
.myBgColor { background-color: #EEBB9B; }
<div style="background-color:#EEBB9B">Inner text</div>
This div background color is #EEBB9B.
.myBorderColor { border: 1px solid #EEBB9B; }
<div style="border:3px solid #EEBB9B">Div</div>
This div border color is #EEBB9B.
.myOpacity80 { color: #EEBB9B; opacity: 0.8; }
<p style="color:#EEBB9B;opacity:0.8;">80%</p>
Text with #EEBB9B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEBB9B;}
<p style="text-shadow: 3px 3px 1px #EEBB9B">Text here.</p>
This text has shadow with #EEBB9B color.
.textShadow {text-shadow: 3px 3px 1px #EEBB9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEBB9B, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEBB9B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEBB9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEBB9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEBB9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEBB9B;
-webkit-box-shadow: 1px 1px 3px 2px #EEBB9B;
box-shadow: 1px 1px 3px 2px #EEBB9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEBB9B; -webkit-box-shadow: 1px 1px 3px 2px #EEBB9B; box-shadow:1px 1px 3px 2px #EEBB9B;">
Div content here
</div>
This text has color #EEBB9B on black background.
This text has color #EEBB9B on white background.
This text has black color on #EEBB9B background.
This text has white color on #EEBB9B background.
Complementary color for #hex is #114464.