HEX: #C887BD
RGB: (200,135,189)
#C887BD contains mainly red and blue colors. Web safe color of #C887BD is #CC99CC (or #C9C).
#C887BD color RGB value is (200,135,189).
RGB: (200,135,189)
(78%, 53%, 74%)
R 200 of 255 = 78%
G 135 of 255 = 53%
B 189 of 255 = 74%
R + G + B ~ 68%. #C887BD is quite light color.
R + G + B = 200 + 135 + 189 = 524 (100%)
R 200 of 524 ~ 38.17%
G 135 of 524 ~ 25.76%
B 189 of 524 ~ 36.07'%
#C887BD color CMYK value is (0,33,5,22).
CMYK: (0,33,5,22) C0M33Y5K22 (0%,33%,5%,22%) (0.00/0.33/0.05/0.22)
Color #C887BD in popluar color models
C8 | 87 | BD | |
---|---|---|---|
RGB | 200 | 135 | 189 |
HSL | 310° | 37.14% | 65.69% |
HSB/HSV | 310° | 32.50% | 78.43% |
CMYK | 0.00% | 32.50% | 5.50% |
21.57% |
Color #C887BD in popluar number systems.
HEX | C8 | 87 | BD |
Decimal | 200 | 135 | 189 |
Binary | 11001000 | 10000111 | 10111101 |
Octal | 310 | 207 | 275 |
Shades of #C887BD
Tints of #C887BD
Examples of css and html codes for elements with #C887BD color. Also use rgb(200,135,189) instead hex code.
.myTextColor { color: #C887BD; }
<p style="color:#C887BD">This sample text font color is #C887BD.</p>
This text font color is #C887BD.
.myBgColor { background-color: #C887BD; }
<div style="background-color:#C887BD">Inner text</div>
This div background color is #C887BD.
.myBorderColor { border: 1px solid #C887BD; }
<div style="border:3px solid #C887BD">Div</div>
This div border color is #C887BD.
.myOpacity80 { color: #C887BD; opacity: 0.8; }
<p style="color:#C887BD;opacity:0.8;">80%</p>
Text with #C887BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C887BD;}
<p style="text-shadow: 3px 3px 1px #C887BD">Text here.</p>
This text has shadow with #C887BD color.
.textShadow {text-shadow: 3px 3px 1px #C887BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C887BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C887BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C887BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C887BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C887BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C887BD;
-webkit-box-shadow: 1px 1px 3px 2px #C887BD;
box-shadow: 1px 1px 3px 2px #C887BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C887BD; -webkit-box-shadow: 1px 1px 3px 2px #C887BD; box-shadow:1px 1px 3px 2px #C887BD;">
Div content here
</div>
This text has color #C887BD on black background.
This text has color #C887BD on white background.
This text has black color on #C887BD background.
This text has white color on #C887BD background.
Complementary color for #hex is #377842.