HEX: #E4B6BD
RGB: (228,182,189)
#E4B6BD contains red, green and blue colors in about the same proportion. Web safe color of #E4B6BD is #CCCCCC (or #CCC).
#E4B6BD color RGB value is (228,182,189).
RGB: (228,182,189)
(89%, 71%, 74%)
R 228 of 255 = 89%
G 182 of 255 = 71%
B 189 of 255 = 74%
R + G + B ~ 78%. #E4B6BD is quite light color.
R + G + B = 228 + 182 + 189 = 599 (100%)
R 228 of 599 ~ 38.06%
G 182 of 599 ~ 30.38%
B 189 of 599 ~ 31.55'%
#E4B6BD color CMYK value is (0,20,17,11).
CMYK: (0,20,17,11)
C0M20Y17K11 (0%, 20%, 17%, 11%)
(0.00 / 0.20 / 0.17 / 0.11)
Color #E4B6BD in popluar color models
E4 | B6 | BD | |
---|---|---|---|
RGB | 228 | 182 | 189 |
HSL | 351° | 46.00% | 80.39% |
HSB/HSV | 351° | 20.18% | 89.41% |
CMYK | 0.00% | 20.18% | 17.11% |
10.59% |
Color #E4B6BD in popluar number systems.
HEX | E4 | B6 | BD |
Decimal | 228 | 182 | 189 |
Binary | 11100100 | 10110110 | 10111101 |
Octal | 344 | 266 | 275 |
Shades of #E4B6BD
Tints of #E4B6BD
Examples of css and html codes for elements with #E4B6BD color. Also use rgb(228,182,189) instead hex code.
.myTextColor { color: #E4B6BD; }
<p style="color:#E4B6BD">This sample text font color is #E4B6BD.</p>
This text font color is #E4B6BD.
.myBgColor { background-color: #E4B6BD; }
<div style="background-color:#E4B6BD">Inner text</div>
This div background color is #E4B6BD.
.myBorderColor { border: 1px solid #E4B6BD; }
<div style="border:3px solid #E4B6BD">Div</div>
This div border color is #E4B6BD.
.myOpacity80 { color: #E4B6BD; opacity: 0.8; }
<p style="color:#E4B6BD;opacity:0.8;">80%</p>
Text with #E4B6BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4B6BD;}
<p style="text-shadow: 3px 3px 1px #E4B6BD">Text here.</p>
This text has shadow with #E4B6BD color.
.textShadow {text-shadow: 3px 3px 1px #E4B6BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4B6BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4B6BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4B6BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4B6BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4B6BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4B6BD;
-webkit-box-shadow: 1px 1px 3px 2px #E4B6BD;
box-shadow: 1px 1px 3px 2px #E4B6BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4B6BD; -webkit-box-shadow: 1px 1px 3px 2px #E4B6BD; box-shadow:1px 1px 3px 2px #E4B6BD;">
Div content here
</div>
This text has color #E4B6BD on black background.
This text has color #E4B6BD on white background.
This text has black color on #E4B6BD background.
This text has white color on #E4B6BD background.
Complementary color for #hex is #1B4942.