HEX: #E6957B
RGB: (230,149,123)
#E6957B contains mainly red color. Web safe color of #E6957B is #CC9966 (or #C96).
#E6957B color RGB value is (230,149,123).
RGB: (230,149,123)
(90%, 58%, 48%)
R 230 of 255 = 90%
G 149 of 255 = 58%
B 123 of 255 = 48%
R + G + B ~ 65%. #E6957B is quite light color.
R + G + B = 230 + 149 + 123 = 502 (100%)
R 230 of 502 ~ 45.82%
G 149 of 502 ~ 29.68%
B 123 of 502 ~ 24.5'%
#E6957B color CMYK value is (0,35,47,10).
CMYK: (0,35,47,10)
C0M35Y47K10 (0%, 35%, 47%, 10%)
(0.00 / 0.35 / 0.47 / 0.10)
Color #E6957B in popluar color models
E6 | 95 | 7B | |
---|---|---|---|
RGB | 230 | 149 | 123 |
HSL | 15° | 68.15% | 69.22% |
HSB/HSV | 15° | 46.52% | 90.20% |
CMYK | 0.00% | 35.22% | 46.52% |
9.80% |
Color #E6957B in popluar number systems.
HEX | E6 | 95 | 7B |
Decimal | 230 | 149 | 123 |
Binary | 11100110 | 10010101 | 1111011 |
Octal | 346 | 225 | 173 |
Shades of #E6957B
Tints of #E6957B
Examples of css and html codes for elements with #E6957B color. Also use rgb(230,149,123) instead hex code.
.myTextColor { color: #E6957B; }
<p style="color:#E6957B">This sample text font color is #E6957B.</p>
This text font color is #E6957B.
.myBgColor { background-color: #E6957B; }
<div style="background-color:#E6957B">Inner text</div>
This div background color is #E6957B.
.myBorderColor { border: 1px solid #E6957B; }
<div style="border:3px solid #E6957B">Div</div>
This div border color is #E6957B.
.myOpacity80 { color: #E6957B; opacity: 0.8; }
<p style="color:#E6957B;opacity:0.8;">80%</p>
Text with #E6957B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6957B;}
<p style="text-shadow: 3px 3px 1px #E6957B">Text here.</p>
This text has shadow with #E6957B color.
.textShadow {text-shadow: 3px 3px 1px #E6957B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6957B, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6957B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6957B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6957B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6957B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6957B;
-webkit-box-shadow: 1px 1px 3px 2px #E6957B;
box-shadow: 1px 1px 3px 2px #E6957B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6957B; -webkit-box-shadow: 1px 1px 3px 2px #E6957B; box-shadow:1px 1px 3px 2px #E6957B;">
Div content here
</div>
This text has color #E6957B on black background.
This text has color #E6957B on white background.
This text has black color on #E6957B background.
This text has white color on #E6957B background.
Complementary color for #hex is #196A84.