HEX: #ADF6EE
RGB: (173,246,238)
#ADF6EE contains mainly green and blue colors. Web safe color of #ADF6EE is #99FFFF (or #9FF).
#ADF6EE color RGB value is (173,246,238).
RGB: (173,246,238)
(68%, 96%, 93%)
R 173 of 255 = 68%
G 246 of 255 = 96%
B 238 of 255 = 93%
R + G + B ~ 86%. #ADF6EE is light color.
R + G + B = 173 + 246 + 238 = 657 (100%)
R 173 of 657 ~ 26.33%
G 246 of 657 ~ 37.44%
B 238 of 657 ~ 36.23'%
#ADF6EE color CMYK value is (30,0,3,4).
CMYK: (30,0,3,4) C30M0Y3K4 (30%,0%,3%,4%) (0.30/0.00/0.03/0.04)
Color #ADF6EE in popluar color models
AD | F6 | EE | |
---|---|---|---|
RGB | 173 | 246 | 238 |
HSL | 173° | 80.22% | 82.16% |
HSB/HSV | 173° | 29.67% | 96.47% |
CMYK | 29.67% | 0.00% | 3.25% |
3.53% |
Color #ADF6EE in popluar number systems.
HEX | AD | F6 | EE |
Decimal | 173 | 246 | 238 |
Binary | 10101101 | 11110110 | 11101110 |
Octal | 255 | 366 | 356 |
Shades of #ADF6EE
Tints of #ADF6EE
Examples of css and html codes for elements with #ADF6EE color. Also use rgb(173,246,238) instead hex code.
.myTextColor { color: #ADF6EE; }
<p style="color:#ADF6EE">This sample text font color is #ADF6EE.</p>
This text font color is #ADF6EE.
.myBgColor { background-color: #ADF6EE; }
<div style="background-color:#ADF6EE">Inner text</div>
This div background color is #ADF6EE.
.myBorderColor { border: 1px solid #ADF6EE; }
<div style="border:3px solid #ADF6EE">Div</div>
This div border color is #ADF6EE.
.myOpacity80 { color: #ADF6EE; opacity: 0.8; }
<p style="color:#ADF6EE;opacity:0.8;">80%</p>
Text with #ADF6EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADF6EE;}
<p style="text-shadow: 3px 3px 1px #ADF6EE">Text here.</p>
This text has shadow with #ADF6EE color.
.textShadow {text-shadow: 3px 3px 1px #ADF6EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADF6EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADF6EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADF6EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADF6EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADF6EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADF6EE;
-webkit-box-shadow: 1px 1px 3px 2px #ADF6EE;
box-shadow: 1px 1px 3px 2px #ADF6EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADF6EE; -webkit-box-shadow: 1px 1px 3px 2px #ADF6EE; box-shadow:1px 1px 3px 2px #ADF6EE;">
Div content here
</div>
This text has color #ADF6EE on black background.
This text has color #ADF6EE on white background.
This text has black color on #ADF6EE background.
This text has white color on #ADF6EE background.
Complementary color for #hex is #520911.