HEX: #C87EBB
RGB: (200,126,187)
#C87EBB contains mainly red and blue colors. Web safe color of #C87EBB is #CC66CC (or #C6C).
#C87EBB color RGB value is (200,126,187).
RGB: (200,126,187)
(78%, 49%, 73%)
R 200 of 255 = 78%
G 126 of 255 = 49%
B 187 of 255 = 73%
R + G + B ~ 67%. #C87EBB is quite light color.
R + G + B = 200 + 126 + 187 = 513 (100%)
R 200 of 513 ~ 38.99%
G 126 of 513 ~ 24.56%
B 187 of 513 ~ 36.45'%
#C87EBB color CMYK value is (0,37,7,22).
CMYK: (0,37,7,22) C0M37Y7K22 (0%,37%,7%,22%) (0.00/0.37/0.07/0.22)
Color #C87EBB in popluar color models
C8 | 7E | BB | |
---|---|---|---|
RGB | 200 | 126 | 187 |
HSL | 311° | 40.22% | 63.92% |
HSB/HSV | 311° | 37.00% | 78.43% |
CMYK | 0.00% | 37.00% | 6.50% |
21.57% |
Color #C87EBB in popluar number systems.
HEX | C8 | 7E | BB |
Decimal | 200 | 126 | 187 |
Binary | 11001000 | 1111110 | 10111011 |
Octal | 310 | 176 | 273 |
Shades of #C87EBB
Tints of #C87EBB
Examples of css and html codes for elements with #C87EBB color. Also use rgb(200,126,187) instead hex code.
.myTextColor { color: #C87EBB; }
<p style="color:#C87EBB">This sample text font color is #C87EBB.</p>
This text font color is #C87EBB.
.myBgColor { background-color: #C87EBB; }
<div style="background-color:#C87EBB">Inner text</div>
This div background color is #C87EBB.
.myBorderColor { border: 1px solid #C87EBB; }
<div style="border:3px solid #C87EBB">Div</div>
This div border color is #C87EBB.
.myOpacity80 { color: #C87EBB; opacity: 0.8; }
<p style="color:#C87EBB;opacity:0.8;">80%</p>
Text with #C87EBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C87EBB;}
<p style="text-shadow: 3px 3px 1px #C87EBB">Text here.</p>
This text has shadow with #C87EBB color.
.textShadow {text-shadow: 3px 3px 1px #C87EBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C87EBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C87EBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C87EBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C87EBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C87EBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C87EBB;
-webkit-box-shadow: 1px 1px 3px 2px #C87EBB;
box-shadow: 1px 1px 3px 2px #C87EBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C87EBB; -webkit-box-shadow: 1px 1px 3px 2px #C87EBB; box-shadow:1px 1px 3px 2px #C87EBB;">
Div content here
</div>
This text has color #C87EBB on black background.
This text has color #C87EBB on white background.
This text has black color on #C87EBB background.
This text has white color on #C87EBB background.
Complementary color for #hex is #378144.