HEX: #AFE6CC
RGB: (175,230,204)
#AFE6CC contains red, green and blue colors in about the same proportion. Web safe color of #AFE6CC is #99CCCC (or #9CC).
#AFE6CC color RGB value is (175,230,204).
RGB: (175,230,204)
(69%, 90%, 80%)
R 175 of 255 = 69%
G 230 of 255 = 90%
B 204 of 255 = 80%
R + G + B ~ 80%. #AFE6CC is quite light color.
R + G + B = 175 + 230 + 204 = 609 (100%)
R 175 of 609 ~ 28.74%
G 230 of 609 ~ 37.77%
B 204 of 609 ~ 33.5'%
#AFE6CC color CMYK value is (24,0,11,10).
CMYK: (24,0,11,10)
C24M0Y11K10 (24%, 0%, 11%, 10%)
(0.24 / 0.00 / 0.11 / 0.10)
Color #AFE6CC in popluar color models
AF | E6 | CC | |
---|---|---|---|
RGB | 175 | 230 | 204 |
HSL | 152° | 52.38% | 79.41% |
HSB/HSV | 152° | 23.91% | 90.20% |
CMYK | 23.91% | 0.00% | 11.30% |
9.80% |
Color #AFE6CC in popluar number systems.
HEX | AF | E6 | CC |
Decimal | 175 | 230 | 204 |
Binary | 10101111 | 11100110 | 11001100 |
Octal | 257 | 346 | 314 |
Shades of #AFE6CC
Tints of #AFE6CC
Examples of css and html codes for elements with #AFE6CC color. Also use rgb(175,230,204) instead hex code.
.myTextColor { color: #AFE6CC; }
<p style="color:#AFE6CC">This sample text font color is #AFE6CC.</p>
This text font color is #AFE6CC.
.myBgColor { background-color: #AFE6CC; }
<div style="background-color:#AFE6CC">Inner text</div>
This div background color is #AFE6CC.
.myBorderColor { border: 1px solid #AFE6CC; }
<div style="border:3px solid #AFE6CC">Div</div>
This div border color is #AFE6CC.
.myOpacity80 { color: #AFE6CC; opacity: 0.8; }
<p style="color:#AFE6CC;opacity:0.8;">80%</p>
Text with #AFE6CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AFE6CC;}
<p style="text-shadow: 3px 3px 1px #AFE6CC">Text here.</p>
This text has shadow with #AFE6CC color.
.textShadow {text-shadow: 3px 3px 1px #AFE6CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AFE6CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AFE6CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFE6CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AFE6CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AFE6CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFE6CC;
-webkit-box-shadow: 1px 1px 3px 2px #AFE6CC;
box-shadow: 1px 1px 3px 2px #AFE6CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFE6CC; -webkit-box-shadow: 1px 1px 3px 2px #AFE6CC; box-shadow:1px 1px 3px 2px #AFE6CC;">
Div content here
</div>
This text has color #AFE6CC on black background.
This text has color #AFE6CC on white background.
This text has black color on #AFE6CC background.
This text has white color on #AFE6CC background.
Complementary color for #hex is #501933.