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