HEX: #AFF9ED
RGB: (175,249,237)
#AFF9ED contains mainly green and blue colors. Web safe color of #AFF9ED is #99FFFF (or #9FF).
#AFF9ED color RGB value is (175,249,237).
RGB: (175,249,237)
(69%, 98%, 93%)
R 175 of 255 = 69%
G 249 of 255 = 98%
B 237 of 255 = 93%
R + G + B ~ 87%. #AFF9ED is light color.
R + G + B = 175 + 249 + 237 = 661 (100%)
R 175 of 661 ~ 26.48%
G 249 of 661 ~ 37.67%
B 237 of 661 ~ 35.85'%
#AFF9ED color CMYK value is (30,0,5,2).
CMYK: (30,0,5,2)
C30M0Y5K2 (30%, 0%, 5%, 2%)
(0.30 / 0.00 / 0.05 / 0.02)
Color #AFF9ED in popluar color models
AF | F9 | ED | |
---|---|---|---|
RGB | 175 | 249 | 237 |
HSL | 170° | 86.05% | 83.14% |
HSB/HSV | 170° | 29.72% | 97.65% |
CMYK | 29.72% | 0.00% | 4.82% |
2.35% |
Color #AFF9ED in popluar number systems.
HEX | AF | F9 | ED |
Decimal | 175 | 249 | 237 |
Binary | 10101111 | 11111001 | 11101101 |
Octal | 257 | 371 | 355 |
Shades of #AFF9ED
Tints of #AFF9ED
Examples of css and html codes for elements with #AFF9ED color. Also use rgb(175,249,237) instead hex code.
.myTextColor { color: #AFF9ED; }
<p style="color:#AFF9ED">This sample text font color is #AFF9ED.</p>
This text font color is #AFF9ED.
.myBgColor { background-color: #AFF9ED; }
<div style="background-color:#AFF9ED">Inner text</div>
This div background color is #AFF9ED.
.myBorderColor { border: 1px solid #AFF9ED; }
<div style="border:3px solid #AFF9ED">Div</div>
This div border color is #AFF9ED.
.myOpacity80 { color: #AFF9ED; opacity: 0.8; }
<p style="color:#AFF9ED;opacity:0.8;">80%</p>
Text with #AFF9ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AFF9ED;}
<p style="text-shadow: 3px 3px 1px #AFF9ED">Text here.</p>
This text has shadow with #AFF9ED color.
.textShadow {text-shadow: 3px 3px 1px #AFF9ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AFF9ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #AFF9ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFF9ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AFF9ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #AFF9ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFF9ED;
-webkit-box-shadow: 1px 1px 3px 2px #AFF9ED;
box-shadow: 1px 1px 3px 2px #AFF9ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFF9ED; -webkit-box-shadow: 1px 1px 3px 2px #AFF9ED; box-shadow:1px 1px 3px 2px #AFF9ED;">
Div content here
</div>
This text has color #AFF9ED on black background.
This text has color #AFF9ED on white background.
This text has black color on #AFF9ED background.
This text has white color on #AFF9ED background.
Complementary color for #hex is #500612.