HEX: #A6E6DA
RGB: (166,230,218)
#A6E6DA contains mainly green and blue colors. Web safe color of #A6E6DA is #99CCCC (or #9CC).
#A6E6DA color RGB value is (166,230,218).
RGB: (166,230,218)
(65%, 90%, 85%)
R 166 of 255 = 65%
G 230 of 255 = 90%
B 218 of 255 = 85%
R + G + B ~ 80%. #A6E6DA is quite light color.
R + G + B = 166 + 230 + 218 = 614 (100%)
R 166 of 614 ~ 27.04%
G 230 of 614 ~ 37.46%
B 218 of 614 ~ 35.5'%
#A6E6DA color CMYK value is (28,0,5,10).
CMYK: (28,0,5,10)
C28M0Y5K10 (28%, 0%, 5%, 10%)
(0.28 / 0.00 / 0.05 / 0.10)
Color #A6E6DA in popluar color models
A6 | E6 | DA | |
---|---|---|---|
RGB | 166 | 230 | 218 |
HSL | 169° | 56.14% | 77.65% |
HSB/HSV | 169° | 27.83% | 90.20% |
CMYK | 27.83% | 0.00% | 5.22% |
9.80% |
Color #A6E6DA in popluar number systems.
HEX | A6 | E6 | DA |
Decimal | 166 | 230 | 218 |
Binary | 10100110 | 11100110 | 11011010 |
Octal | 246 | 346 | 332 |
Shades of #A6E6DA
Tints of #A6E6DA
Examples of css and html codes for elements with #A6E6DA color. Also use rgb(166,230,218) instead hex code.
.myTextColor { color: #A6E6DA; }
<p style="color:#A6E6DA">This sample text font color is #A6E6DA.</p>
This text font color is #A6E6DA.
.myBgColor { background-color: #A6E6DA; }
<div style="background-color:#A6E6DA">Inner text</div>
This div background color is #A6E6DA.
.myBorderColor { border: 1px solid #A6E6DA; }
<div style="border:3px solid #A6E6DA">Div</div>
This div border color is #A6E6DA.
.myOpacity80 { color: #A6E6DA; opacity: 0.8; }
<p style="color:#A6E6DA;opacity:0.8;">80%</p>
Text with #A6E6DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6E6DA;}
<p style="text-shadow: 3px 3px 1px #A6E6DA">Text here.</p>
This text has shadow with #A6E6DA color.
.textShadow {text-shadow: 3px 3px 1px #A6E6DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6E6DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6E6DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6E6DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6E6DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6E6DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6E6DA;
-webkit-box-shadow: 1px 1px 3px 2px #A6E6DA;
box-shadow: 1px 1px 3px 2px #A6E6DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6E6DA; -webkit-box-shadow: 1px 1px 3px 2px #A6E6DA; box-shadow:1px 1px 3px 2px #A6E6DA;">
Div content here
</div>
This text has color #A6E6DA on black background.
This text has color #A6E6DA on white background.
This text has black color on #A6E6DA background.
This text has white color on #A6E6DA background.
Complementary color for #hex is #591925.