HEX: #A7F9DE
RGB: (167,249,222)
#A7F9DE contains mainly green and blue colors. Web safe color of #A7F9DE is #99FFCC (or #9FC).
#A7F9DE color RGB value is (167,249,222).
RGB: (167,249,222)
(65%, 98%, 87%)
R 167 of 255 = 65%
G 249 of 255 = 98%
B 222 of 255 = 87%
R + G + B ~ 83%. #A7F9DE is quite light color.
R + G + B = 167 + 249 + 222 = 638 (100%)
R 167 of 638 ~ 26.18%
G 249 of 638 ~ 39.03%
B 222 of 638 ~ 34.8'%
#A7F9DE color CMYK value is (33,0,11,2).
CMYK: (33,0,11,2)
C33M0Y11K2 (33%, 0%, 11%, 2%)
(0.33 / 0.00 / 0.11 / 0.02)
Color #A7F9DE in popluar color models
A7 | F9 | DE | |
---|---|---|---|
RGB | 167 | 249 | 222 |
HSL | 160° | 87.23% | 81.57% |
HSB/HSV | 160° | 32.93% | 97.65% |
CMYK | 32.93% | 0.00% | 10.84% |
2.35% |
Color #A7F9DE in popluar number systems.
HEX | A7 | F9 | DE |
Decimal | 167 | 249 | 222 |
Binary | 10100111 | 11111001 | 11011110 |
Octal | 247 | 371 | 336 |
Shades of #A7F9DE
Tints of #A7F9DE
Examples of css and html codes for elements with #A7F9DE color. Also use rgb(167,249,222) instead hex code.
.myTextColor { color: #A7F9DE; }
<p style="color:#A7F9DE">This sample text font color is #A7F9DE.</p>
This text font color is #A7F9DE.
.myBgColor { background-color: #A7F9DE; }
<div style="background-color:#A7F9DE">Inner text</div>
This div background color is #A7F9DE.
.myBorderColor { border: 1px solid #A7F9DE; }
<div style="border:3px solid #A7F9DE">Div</div>
This div border color is #A7F9DE.
.myOpacity80 { color: #A7F9DE; opacity: 0.8; }
<p style="color:#A7F9DE;opacity:0.8;">80%</p>
Text with #A7F9DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7F9DE;}
<p style="text-shadow: 3px 3px 1px #A7F9DE">Text here.</p>
This text has shadow with #A7F9DE color.
.textShadow {text-shadow: 3px 3px 1px #A7F9DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7F9DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7F9DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7F9DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7F9DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7F9DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7F9DE;
-webkit-box-shadow: 1px 1px 3px 2px #A7F9DE;
box-shadow: 1px 1px 3px 2px #A7F9DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7F9DE; -webkit-box-shadow: 1px 1px 3px 2px #A7F9DE; box-shadow:1px 1px 3px 2px #A7F9DE;">
Div content here
</div>
This text has color #A7F9DE on black background.
This text has color #A7F9DE on white background.
This text has black color on #A7F9DE background.
This text has white color on #A7F9DE background.
Complementary color for #hex is #580621.