HEX: #C7ABDA
RGB: (199,171,218)
#C7ABDA contains red, green and blue colors in about the same proportion. Web safe color of #C7ABDA is #CC99CC (or #C9C).
#C7ABDA color RGB value is (199,171,218).
RGB: (199,171,218)
(78%, 67%, 85%)
R 199 of 255 = 78%
G 171 of 255 = 67%
B 218 of 255 = 85%
R + G + B ~ 77%. #C7ABDA is quite light color.
R + G + B = 199 + 171 + 218 = 588 (100%)
R 199 of 588 ~ 33.84%
G 171 of 588 ~ 29.08%
B 218 of 588 ~ 37.07'%
#C7ABDA color CMYK value is (9,22,0,15).
CMYK: (9,22,0,15) C9M22Y0K15 (9%,22%,0%,15%) (0.09/0.22/0.00/0.15)
Color #C7ABDA in popluar color models
C7 | AB | DA | |
---|---|---|---|
RGB | 199 | 171 | 218 |
HSL | 276° | 38.84% | 76.27% |
HSB/HSV | 276° | 21.56% | 85.49% |
CMYK | 8.72% | 21.56% | 0.00% |
14.51% |
Color #C7ABDA in popluar number systems.
HEX | C7 | AB | DA |
Decimal | 199 | 171 | 218 |
Binary | 11000111 | 10101011 | 11011010 |
Octal | 307 | 253 | 332 |
Shades of #C7ABDA
Tints of #C7ABDA
Examples of css and html codes for elements with #C7ABDA color. Also use rgb(199,171,218) instead hex code.
.myTextColor { color: #C7ABDA; }
<p style="color:#C7ABDA">This sample text font color is #C7ABDA.</p>
This text font color is #C7ABDA.
.myBgColor { background-color: #C7ABDA; }
<div style="background-color:#C7ABDA">Inner text</div>
This div background color is #C7ABDA.
.myBorderColor { border: 1px solid #C7ABDA; }
<div style="border:3px solid #C7ABDA">Div</div>
This div border color is #C7ABDA.
.myOpacity80 { color: #C7ABDA; opacity: 0.8; }
<p style="color:#C7ABDA;opacity:0.8;">80%</p>
Text with #C7ABDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7ABDA;}
<p style="text-shadow: 3px 3px 1px #C7ABDA">Text here.</p>
This text has shadow with #C7ABDA color.
.textShadow {text-shadow: 3px 3px 1px #C7ABDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7ABDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7ABDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7ABDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7ABDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7ABDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7ABDA;
-webkit-box-shadow: 1px 1px 3px 2px #C7ABDA;
box-shadow: 1px 1px 3px 2px #C7ABDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7ABDA; -webkit-box-shadow: 1px 1px 3px 2px #C7ABDA; box-shadow:1px 1px 3px 2px #C7ABDA;">
Div content here
</div>
This text has color #C7ABDA on black background.
This text has color #C7ABDA on white background.
This text has black color on #C7ABDA background.
This text has white color on #C7ABDA background.
Complementary color for #hex is #385425.