HEX: #E1BABB
RGB: (225,186,187)
#E1BABB contains red, green and blue colors in about the same proportion. Web safe color of #E1BABB is #CCCCCC (or #CCC).
#E1BABB color RGB value is (225,186,187).
RGB: (225,186,187)
(88%, 73%, 73%)
R 225 of 255 = 88%
G 186 of 255 = 73%
B 187 of 255 = 73%
R + G + B ~ 78%. #E1BABB is quite light color.
R + G + B = 225 + 186 + 187 = 598 (100%)
R 225 of 598 ~ 37.63%
G 186 of 598 ~ 31.1%
B 187 of 598 ~ 31.27'%
#E1BABB color CMYK value is (0,17,17,12).
CMYK: (0,17,17,12)
C0M17Y17K12 (0%, 17%, 17%, 12%)
(0.00 / 0.17 / 0.17 / 0.12)
Color #E1BABB in popluar color models
E1 | BA | BB | |
---|---|---|---|
RGB | 225 | 186 | 187 |
HSL | 358° | 39.39% | 80.59% |
HSB/HSV | 358° | 17.33% | 88.24% |
CMYK | 0.00% | 17.33% | 16.89% |
11.76% |
Color #E1BABB in popluar number systems.
HEX | E1 | BA | BB |
Decimal | 225 | 186 | 187 |
Binary | 11100001 | 10111010 | 10111011 |
Octal | 341 | 272 | 273 |
Shades of #E1BABB
Tints of #E1BABB
Examples of css and html codes for elements with #E1BABB color. Also use rgb(225,186,187) instead hex code.
.myTextColor { color: #E1BABB; }
<p style="color:#E1BABB">This sample text font color is #E1BABB.</p>
This text font color is #E1BABB.
.myBgColor { background-color: #E1BABB; }
<div style="background-color:#E1BABB">Inner text</div>
This div background color is #E1BABB.
.myBorderColor { border: 1px solid #E1BABB; }
<div style="border:3px solid #E1BABB">Div</div>
This div border color is #E1BABB.
.myOpacity80 { color: #E1BABB; opacity: 0.8; }
<p style="color:#E1BABB;opacity:0.8;">80%</p>
Text with #E1BABB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1BABB;}
<p style="text-shadow: 3px 3px 1px #E1BABB">Text here.</p>
This text has shadow with #E1BABB color.
.textShadow {text-shadow: 3px 3px 1px #E1BABB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1BABB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1BABB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1BABB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1BABB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1BABB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1BABB;
-webkit-box-shadow: 1px 1px 3px 2px #E1BABB;
box-shadow: 1px 1px 3px 2px #E1BABB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1BABB; -webkit-box-shadow: 1px 1px 3px 2px #E1BABB; box-shadow:1px 1px 3px 2px #E1BABB;">
Div content here
</div>
This text has color #E1BABB on black background.
This text has color #E1BABB on white background.
This text has black color on #E1BABB background.
This text has white color on #E1BABB background.
Complementary color for #E1BABB is #1E4544.