HEX: #C789BC
RGB: (199,137,188)
#C789BC contains mainly red and blue colors. Web safe color of #C789BC is #CC99CC (or #C9C).
#C789BC color RGB value is (199,137,188).
RGB: (199,137,188)
(78%, 54%, 74%)
R 199 of 255 = 78%
G 137 of 255 = 54%
B 188 of 255 = 74%
R + G + B ~ 69%. #C789BC is quite light color.
R + G + B = 199 + 137 + 188 = 524 (100%)
R 199 of 524 ~ 37.98%
G 137 of 524 ~ 26.15%
B 188 of 524 ~ 35.88'%
#C789BC color CMYK value is (0,31,6,22).
CMYK: (0,31,6,22)
C0M31Y6K22 (0%, 31%, 6%, 22%)
(0.00 / 0.31 / 0.06 / 0.22)
Color #C789BC in popluar color models
C7 | 89 | BC | |
---|---|---|---|
RGB | 199 | 137 | 188 |
HSL | 311° | 35.63% | 65.88% |
HSB/HSV | 311° | 31.16% | 78.04% |
CMYK | 0.00% | 31.16% | 5.53% |
21.96% |
Color #C789BC in popluar number systems.
HEX | C7 | 89 | BC |
Decimal | 199 | 137 | 188 |
Binary | 11000111 | 10001001 | 10111100 |
Octal | 307 | 211 | 274 |
Shades of #C789BC
Tints of #C789BC
Examples of css and html codes for elements with #C789BC color. Also use rgb(199,137,188) instead hex code.
.myTextColor { color: #C789BC; }
<p style="color:#C789BC">This sample text font color is #C789BC.</p>
This text font color is #C789BC.
.myBgColor { background-color: #C789BC; }
<div style="background-color:#C789BC">Inner text</div>
This div background color is #C789BC.
.myBorderColor { border: 1px solid #C789BC; }
<div style="border:3px solid #C789BC">Div</div>
This div border color is #C789BC.
.myOpacity80 { color: #C789BC; opacity: 0.8; }
<p style="color:#C789BC;opacity:0.8;">80%</p>
Text with #C789BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C789BC;}
<p style="text-shadow: 3px 3px 1px #C789BC">Text here.</p>
This text has shadow with #C789BC color.
.textShadow {text-shadow: 3px 3px 1px #C789BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C789BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C789BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C789BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C789BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C789BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C789BC;
-webkit-box-shadow: 1px 1px 3px 2px #C789BC;
box-shadow: 1px 1px 3px 2px #C789BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C789BC; -webkit-box-shadow: 1px 1px 3px 2px #C789BC; box-shadow:1px 1px 3px 2px #C789BC;">
Div content here
</div>
This text has color #C789BC on black background.
This text has color #C789BC on white background.
This text has black color on #C789BC background.
This text has white color on #C789BC background.
Complementary color for #hex is #387643.