HEX: #C6ADB5
RGB: (198,173,181)
#C6ADB5 contains red, green and blue colors in about the same proportion. Web safe color of #C6ADB5 is #CC99CC (or #C9C).
#C6ADB5 color RGB value is (198,173,181).
RGB: (198,173,181)
(78%, 68%, 71%)
R 198 of 255 = 78%
G 173 of 255 = 68%
B 181 of 255 = 71%
R + G + B ~ 72%. #C6ADB5 is quite light color.
R + G + B = 198 + 173 + 181 = 552 (100%)
R 198 of 552 ~ 35.87%
G 173 of 552 ~ 31.34%
B 181 of 552 ~ 32.79'%
#C6ADB5 color CMYK value is (0,13,9,22).
CMYK: (0,13,9,22)
C0M13Y9K22 (0%, 13%, 9%, 22%)
(0.00 / 0.13 / 0.09 / 0.22)
Color #C6ADB5 in popluar color models
C6 | AD | B5 | |
---|---|---|---|
RGB | 198 | 173 | 181 |
HSL | 341° | 17.99% | 72.75% |
HSB/HSV | 341° | 12.63% | 77.65% |
CMYK | 0.00% | 12.63% | 8.59% |
22.35% |
Color #C6ADB5 in popluar number systems.
HEX | C6 | AD | B5 |
Decimal | 198 | 173 | 181 |
Binary | 11000110 | 10101101 | 10110101 |
Octal | 306 | 255 | 265 |
Shades of #C6ADB5
Tints of #C6ADB5
Examples of css and html codes for elements with #C6ADB5 color. Also use rgb(198,173,181) instead hex code.
.myTextColor { color: #C6ADB5; }
<p style="color:#C6ADB5">This sample text font color is #C6ADB5.</p>
This text font color is #C6ADB5.
.myBgColor { background-color: #C6ADB5; }
<div style="background-color:#C6ADB5">Inner text</div>
This div background color is #C6ADB5.
.myBorderColor { border: 1px solid #C6ADB5; }
<div style="border:3px solid #C6ADB5">Div</div>
This div border color is #C6ADB5.
.myOpacity80 { color: #C6ADB5; opacity: 0.8; }
<p style="color:#C6ADB5;opacity:0.8;">80%</p>
Text with #C6ADB5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6ADB5;}
<p style="text-shadow: 3px 3px 1px #C6ADB5">Text here.</p>
This text has shadow with #C6ADB5 color.
.textShadow {text-shadow: 3px 3px 1px #C6ADB5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6ADB5, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6ADB5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6ADB5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6ADB5, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6ADB5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6ADB5;
-webkit-box-shadow: 1px 1px 3px 2px #C6ADB5;
box-shadow: 1px 1px 3px 2px #C6ADB5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6ADB5; -webkit-box-shadow: 1px 1px 3px 2px #C6ADB5; box-shadow:1px 1px 3px 2px #C6ADB5;">
Div content here
</div>
This text has color #C6ADB5 on black background.
This text has color #C6ADB5 on white background.
This text has black color on #C6ADB5 background.
This text has white color on #C6ADB5 background.
Complementary color for #hex is #39524A.