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