HEX: #E7C1BC
RGB: (231,193,188)
#E7C1BC contains red, green and blue colors in about the same proportion. Web safe color of #E7C1BC is #FFCCCC (or #FCC).
#E7C1BC color RGB value is (231,193,188).
RGB: (231,193,188)
(91%, 76%, 74%)
R 231 of 255 = 91%
G 193 of 255 = 76%
B 188 of 255 = 74%
R + G + B ~ 80%. #E7C1BC is quite light color.
R + G + B = 231 + 193 + 188 = 612 (100%)
R 231 of 612 ~ 37.75%
G 193 of 612 ~ 31.54%
B 188 of 612 ~ 30.72'%
#E7C1BC color CMYK value is (0,16,19,9).
CMYK: (0,16,19,9)
C0M16Y19K9 (0%, 16%, 19%, 9%)
(0.00 / 0.16 / 0.19 / 0.09)
Color #E7C1BC in popluar color models
E7 | C1 | BC | |
---|---|---|---|
RGB | 231 | 193 | 188 |
HSL | 7° | 47.25% | 82.16% |
HSB/HSV | 7° | 18.61% | 90.59% |
CMYK | 0.00% | 16.45% | 18.61% |
9.41% |
Color #E7C1BC in popluar number systems.
HEX | E7 | C1 | BC |
Decimal | 231 | 193 | 188 |
Binary | 11100111 | 11000001 | 10111100 |
Octal | 347 | 301 | 274 |
Shades of #E7C1BC
Tints of #E7C1BC
Examples of css and html codes for elements with #E7C1BC color. Also use rgb(231,193,188) instead hex code.
.myTextColor { color: #E7C1BC; }
<p style="color:#E7C1BC">This sample text font color is #E7C1BC.</p>
This text font color is #E7C1BC.
.myBgColor { background-color: #E7C1BC; }
<div style="background-color:#E7C1BC">Inner text</div>
This div background color is #E7C1BC.
.myBorderColor { border: 1px solid #E7C1BC; }
<div style="border:3px solid #E7C1BC">Div</div>
This div border color is #E7C1BC.
.myOpacity80 { color: #E7C1BC; opacity: 0.8; }
<p style="color:#E7C1BC;opacity:0.8;">80%</p>
Text with #E7C1BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7C1BC;}
<p style="text-shadow: 3px 3px 1px #E7C1BC">Text here.</p>
This text has shadow with #E7C1BC color.
.textShadow {text-shadow: 3px 3px 1px #E7C1BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7C1BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7C1BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7C1BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7C1BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7C1BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7C1BC;
-webkit-box-shadow: 1px 1px 3px 2px #E7C1BC;
box-shadow: 1px 1px 3px 2px #E7C1BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7C1BC; -webkit-box-shadow: 1px 1px 3px 2px #E7C1BC; box-shadow:1px 1px 3px 2px #E7C1BC;">
Div content here
</div>
This text has color #E7C1BC on black background.
This text has color #E7C1BC on white background.
This text has black color on #E7C1BC background.
This text has white color on #E7C1BC background.
Complementary color for #hex is #183E43.