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