HEX: #C699AD
RGB: (198,153,173)
#C699AD contains red, green and blue colors in about the same proportion. Web safe color of #C699AD is #CC9999 (or #C99).
#C699AD color RGB value is (198,153,173).
RGB: (198,153,173)
(78%, 60%, 68%)
R 198 of 255 = 78%
G 153 of 255 = 60%
B 173 of 255 = 68%
R + G + B ~ 69%. #C699AD is quite light color.
R + G + B = 198 + 153 + 173 = 524 (100%)
R 198 of 524 ~ 37.79%
G 153 of 524 ~ 29.2%
B 173 of 524 ~ 33.02'%
#C699AD color CMYK value is (0,23,13,22).
CMYK: (0,23,13,22)
C0M23Y13K22 (0%, 23%, 13%, 22%)
(0.00 / 0.23 / 0.13 / 0.22)
Color #C699AD in popluar color models
C6 | 99 | AD | |
---|---|---|---|
RGB | 198 | 153 | 173 |
HSL | 333° | 28.30% | 68.82% |
HSB/HSV | 333° | 22.73% | 77.65% |
CMYK | 0.00% | 22.73% | 12.63% |
22.35% |
Color #C699AD in popluar number systems.
HEX | C6 | 99 | AD |
Decimal | 198 | 153 | 173 |
Binary | 11000110 | 10011001 | 10101101 |
Octal | 306 | 231 | 255 |
Shades of #C699AD
Tints of #C699AD
Examples of css and html codes for elements with #C699AD color. Also use rgb(198,153,173) instead hex code.
.myTextColor { color: #C699AD; }
<p style="color:#C699AD">This sample text font color is #C699AD.</p>
This text font color is #C699AD.
.myBgColor { background-color: #C699AD; }
<div style="background-color:#C699AD">Inner text</div>
This div background color is #C699AD.
.myBorderColor { border: 1px solid #C699AD; }
<div style="border:3px solid #C699AD">Div</div>
This div border color is #C699AD.
.myOpacity80 { color: #C699AD; opacity: 0.8; }
<p style="color:#C699AD;opacity:0.8;">80%</p>
Text with #C699AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C699AD;}
<p style="text-shadow: 3px 3px 1px #C699AD">Text here.</p>
This text has shadow with #C699AD color.
.textShadow {text-shadow: 3px 3px 1px #C699AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C699AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C699AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C699AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C699AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C699AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C699AD;
-webkit-box-shadow: 1px 1px 3px 2px #C699AD;
box-shadow: 1px 1px 3px 2px #C699AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C699AD; -webkit-box-shadow: 1px 1px 3px 2px #C699AD; box-shadow:1px 1px 3px 2px #C699AD;">
Div content here
</div>
This text has color #C699AD on black background.
This text has color #C699AD on white background.
This text has black color on #C699AD background.
This text has white color on #C699AD background.
Complementary color for #hex is #396652.