HEX: #ADF7BE
RGB: (173,247,190)
#ADF7BE contains mainly green and blue colors. Web safe color of #ADF7BE is #99FFCC (or #9FC).
#ADF7BE color RGB value is (173,247,190).
RGB: (173,247,190)
(68%, 97%, 75%)
R 173 of 255 = 68%
G 247 of 255 = 97%
B 190 of 255 = 75%
R + G + B ~ 80%. #ADF7BE is quite light color.
R + G + B = 173 + 247 + 190 = 610 (100%)
R 173 of 610 ~ 28.36%
G 247 of 610 ~ 40.49%
B 190 of 610 ~ 31.15'%
#ADF7BE color CMYK value is (30,0,23,3).
CMYK: (30,0,23,3)
C30M0Y23K3 (30%, 0%, 23%, 3%)
(0.30 / 0.00 / 0.23 / 0.03)
Color #ADF7BE in popluar color models
AD | F7 | BE | |
---|---|---|---|
RGB | 173 | 247 | 190 |
HSL | 134° | 82.22% | 82.35% |
HSB/HSV | 134° | 29.96% | 96.86% |
CMYK | 29.96% | 0.00% | 23.08% |
3.14% |
Color #ADF7BE in popluar number systems.
HEX | AD | F7 | BE |
Decimal | 173 | 247 | 190 |
Binary | 10101101 | 11110111 | 10111110 |
Octal | 255 | 367 | 276 |
Shades of #ADF7BE
Tints of #ADF7BE
Examples of css and html codes for elements with #ADF7BE color. Also use rgb(173,247,190) instead hex code.
.myTextColor { color: #ADF7BE; }
<p style="color:#ADF7BE">This sample text font color is #ADF7BE.</p>
This text font color is #ADF7BE.
.myBgColor { background-color: #ADF7BE; }
<div style="background-color:#ADF7BE">Inner text</div>
This div background color is #ADF7BE.
.myBorderColor { border: 1px solid #ADF7BE; }
<div style="border:3px solid #ADF7BE">Div</div>
This div border color is #ADF7BE.
.myOpacity80 { color: #ADF7BE; opacity: 0.8; }
<p style="color:#ADF7BE;opacity:0.8;">80%</p>
Text with #ADF7BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADF7BE;}
<p style="text-shadow: 3px 3px 1px #ADF7BE">Text here.</p>
This text has shadow with #ADF7BE color.
.textShadow {text-shadow: 3px 3px 1px #ADF7BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADF7BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADF7BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADF7BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADF7BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADF7BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADF7BE;
-webkit-box-shadow: 1px 1px 3px 2px #ADF7BE;
box-shadow: 1px 1px 3px 2px #ADF7BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADF7BE; -webkit-box-shadow: 1px 1px 3px 2px #ADF7BE; box-shadow:1px 1px 3px 2px #ADF7BE;">
Div content here
</div>
This text has color #ADF7BE on black background.
This text has color #ADF7BE on white background.
This text has black color on #ADF7BE background.
This text has white color on #ADF7BE background.
Complementary color for #hex is #520841.