HEX: #CC99AD
RGB: (204,153,173)
#CC99AD contains red, green and blue colors in about the same proportion. Web safe color of #CC99AD is #CC9999 (or #C99).
#CC99AD color RGB value is (204,153,173).
RGB: (204,153,173)
(80%, 60%, 68%)
R 204 of 255 = 80%
G 153 of 255 = 60%
B 173 of 255 = 68%
R + G + B ~ 69%. #CC99AD is quite light color.
R + G + B = 204 + 153 + 173 = 530 (100%)
R 204 of 530 ~ 38.49%
G 153 of 530 ~ 28.87%
B 173 of 530 ~ 32.64'%
#CC99AD color CMYK value is (0,25,15,20).
CMYK: (0,25,15,20) C0M25Y15K20 (0%,25%,15%,20%) (0.00/0.25/0.15/0.20)
Color #CC99AD in popluar color models
CC | 99 | AD | |
---|---|---|---|
RGB | 204 | 153 | 173 |
HSL | 336° | 33.33% | 70.00% |
HSB/HSV | 336° | 25.00% | 80.00% |
CMYK | 0.00% | 25.00% | 15.20% |
20.00% |
Color #CC99AD in popluar number systems.
HEX | CC | 99 | AD |
Decimal | 204 | 153 | 173 |
Binary | 11001100 | 10011001 | 10101101 |
Octal | 314 | 231 | 255 |
Shades of #CC99AD
Tints of #CC99AD
Examples of css and html codes for elements with #CC99AD color. Also use rgb(204,153,173) instead hex code.
.myTextColor { color: #CC99AD; }
<p style="color:#CC99AD">This sample text font color is #CC99AD.</p>
This text font color is #CC99AD.
.myBgColor { background-color: #CC99AD; }
<div style="background-color:#CC99AD">Inner text</div>
This div background color is #CC99AD.
.myBorderColor { border: 1px solid #CC99AD; }
<div style="border:3px solid #CC99AD">Div</div>
This div border color is #CC99AD.
.myOpacity80 { color: #CC99AD; opacity: 0.8; }
<p style="color:#CC99AD;opacity:0.8;">80%</p>
Text with #CC99AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC99AD;}
<p style="text-shadow: 3px 3px 1px #CC99AD">Text here.</p>
This text has shadow with #CC99AD color.
.textShadow {text-shadow: 3px 3px 1px #CC99AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC99AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #CC99AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC99AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC99AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC99AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC99AD;
-webkit-box-shadow: 1px 1px 3px 2px #CC99AD;
box-shadow: 1px 1px 3px 2px #CC99AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC99AD; -webkit-box-shadow: 1px 1px 3px 2px #CC99AD; box-shadow:1px 1px 3px 2px #CC99AD;">
Div content here
</div>
This text has color #CC99AD on black background.
This text has color #CC99AD on white background.
This text has black color on #CC99AD background.
This text has white color on #CC99AD background.
Complementary color for #hex is #336652.