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