HEX: #C7989C
RGB: (199,152,156)
#C7989C contains red, green and blue colors in about the same proportion. Web safe color of #C7989C is #CC9999 (or #C99).
#C7989C color RGB value is (199,152,156).
RGB: (199,152,156)
(78%, 60%, 61%)
R 199 of 255 = 78%
G 152 of 255 = 60%
B 156 of 255 = 61%
R + G + B ~ 66%. #C7989C is quite light color.
R + G + B = 199 + 152 + 156 = 507 (100%)
R 199 of 507 ~ 39.25%
G 152 of 507 ~ 29.98%
B 156 of 507 ~ 30.77'%
#C7989C color CMYK value is (0,24,22,22).
CMYK: (0,24,22,22) C0M24Y22K22 (0%,24%,22%,22%) (0.00/0.24/0.22/0.22)
Color #C7989C in popluar color models
C7 | 98 | 9C | |
---|---|---|---|
RGB | 199 | 152 | 156 |
HSL | 355° | 29.56% | 68.82% |
HSB/HSV | 355° | 23.62% | 78.04% |
CMYK | 0.00% | 23.62% | 21.61% |
21.96% |
Color #C7989C in popluar number systems.
HEX | C7 | 98 | 9C |
Decimal | 199 | 152 | 156 |
Binary | 11000111 | 10011000 | 10011100 |
Octal | 307 | 230 | 234 |
Shades of #C7989C
Tints of #C7989C
Examples of css and html codes for elements with #C7989C color. Also use rgb(199,152,156) instead hex code.
.myTextColor { color: #C7989C; }
<p style="color:#C7989C">This sample text font color is #C7989C.</p>
This text font color is #C7989C.
.myBgColor { background-color: #C7989C; }
<div style="background-color:#C7989C">Inner text</div>
This div background color is #C7989C.
.myBorderColor { border: 1px solid #C7989C; }
<div style="border:3px solid #C7989C">Div</div>
This div border color is #C7989C.
.myOpacity80 { color: #C7989C; opacity: 0.8; }
<p style="color:#C7989C;opacity:0.8;">80%</p>
Text with #C7989C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7989C;}
<p style="text-shadow: 3px 3px 1px #C7989C">Text here.</p>
This text has shadow with #C7989C color.
.textShadow {text-shadow: 3px 3px 1px #C7989C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7989C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7989C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7989C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7989C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7989C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7989C;
-webkit-box-shadow: 1px 1px 3px 2px #C7989C;
box-shadow: 1px 1px 3px 2px #C7989C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7989C; -webkit-box-shadow: 1px 1px 3px 2px #C7989C; box-shadow:1px 1px 3px 2px #C7989C;">
Div content here
</div>
This text has color #C7989C on black background.
This text has color #C7989C on white background.
This text has black color on #C7989C background.
This text has white color on #C7989C background.
Complementary color for #hex is #386763.