HEX: #AFBBCC
RGB: (175,187,204)
#AFBBCC contains red, green and blue colors in about the same proportion. Web safe color of #AFBBCC is #99CCCC (or #9CC).
#AFBBCC color RGB value is (175,187,204).
RGB: (175,187,204)
(69%, 73%, 80%)
R 175 of 255 = 69%
G 187 of 255 = 73%
B 204 of 255 = 80%
R + G + B ~ 74%. #AFBBCC is quite light color.
R + G + B = 175 + 187 + 204 = 566 (100%)
R 175 of 566 ~ 30.92%
G 187 of 566 ~ 33.04%
B 204 of 566 ~ 36.04'%
#AFBBCC color CMYK value is (14,8,0,20).
CMYK: (14,8,0,20)
C14M8Y0K20 (14%, 8%, 0%, 20%)
(0.14 / 0.08 / 0.00 / 0.20)
Color #AFBBCC in popluar color models
AF | BB | CC | |
---|---|---|---|
RGB | 175 | 187 | 204 |
HSL | 215° | 22.14% | 74.31% |
HSB/HSV | 215° | 14.22% | 80.00% |
CMYK | 14.22% | 8.33% | 0.00% |
20.00% |
Color #AFBBCC in popluar number systems.
HEX | AF | BB | CC |
Decimal | 175 | 187 | 204 |
Binary | 10101111 | 10111011 | 11001100 |
Octal | 257 | 273 | 314 |
Shades of #AFBBCC
Tints of #AFBBCC
Examples of css and html codes for elements with #AFBBCC color. Also use rgb(175,187,204) instead hex code.
.myTextColor { color: #AFBBCC; }
<p style="color:#AFBBCC">This sample text font color is #AFBBCC.</p>
This text font color is #AFBBCC.
.myBgColor { background-color: #AFBBCC; }
<div style="background-color:#AFBBCC">Inner text</div>
This div background color is #AFBBCC.
.myBorderColor { border: 1px solid #AFBBCC; }
<div style="border:3px solid #AFBBCC">Div</div>
This div border color is #AFBBCC.
.myOpacity80 { color: #AFBBCC; opacity: 0.8; }
<p style="color:#AFBBCC;opacity:0.8;">80%</p>
Text with #AFBBCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AFBBCC;}
<p style="text-shadow: 3px 3px 1px #AFBBCC">Text here.</p>
This text has shadow with #AFBBCC color.
.textShadow {text-shadow: 3px 3px 1px #AFBBCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AFBBCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AFBBCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFBBCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AFBBCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AFBBCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFBBCC;
-webkit-box-shadow: 1px 1px 3px 2px #AFBBCC;
box-shadow: 1px 1px 3px 2px #AFBBCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFBBCC; -webkit-box-shadow: 1px 1px 3px 2px #AFBBCC; box-shadow:1px 1px 3px 2px #AFBBCC;">
Div content here
</div>
This text has color #AFBBCC on black background.
This text has color #AFBBCC on white background.
This text has black color on #AFBBCC background.
This text has white color on #AFBBCC background.
Complementary color for #hex is #504433.