HEX: #A6C695
RGB: (166,198,149)
#A6C695 contains red, green and blue colors in about the same proportion. Web safe color of #A6C695 is #99CC99 (or #9C9).
#A6C695 color RGB value is (166,198,149).
RGB: (166,198,149)
(65%, 78%, 58%)
R 166 of 255 = 65%
G 198 of 255 = 78%
B 149 of 255 = 58%
R + G + B ~ 67%. #A6C695 is quite light color.
R + G + B = 166 + 198 + 149 = 513 (100%)
R 166 of 513 ~ 32.36%
G 198 of 513 ~ 38.6%
B 149 of 513 ~ 29.04'%
#A6C695 color CMYK value is (16,0,25,22).
CMYK: (16,0,25,22)
C16M0Y25K22 (16%, 0%, 25%, 22%)
(0.16 / 0.00 / 0.25 / 0.22)
Color #A6C695 in popluar color models
A6 | C6 | 95 | |
---|---|---|---|
RGB | 166 | 198 | 149 |
HSL | 99° | 30.06% | 68.04% |
HSB/HSV | 99° | 24.75% | 77.65% |
CMYK | 16.16% | 0.00% | 24.75% |
22.35% |
Color #A6C695 in popluar number systems.
HEX | A6 | C6 | 95 |
Decimal | 166 | 198 | 149 |
Binary | 10100110 | 11000110 | 10010101 |
Octal | 246 | 306 | 225 |
Shades of #A6C695
Tints of #A6C695
Examples of css and html codes for elements with #A6C695 color. Also use rgb(166,198,149) instead hex code.
.myTextColor { color: #A6C695; }
<p style="color:#A6C695">This sample text font color is #A6C695.</p>
This text font color is #A6C695.
.myBgColor { background-color: #A6C695; }
<div style="background-color:#A6C695">Inner text</div>
This div background color is #A6C695.
.myBorderColor { border: 1px solid #A6C695; }
<div style="border:3px solid #A6C695">Div</div>
This div border color is #A6C695.
.myOpacity80 { color: #A6C695; opacity: 0.8; }
<p style="color:#A6C695;opacity:0.8;">80%</p>
Text with #A6C695 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6C695;}
<p style="text-shadow: 3px 3px 1px #A6C695">Text here.</p>
This text has shadow with #A6C695 color.
.textShadow {text-shadow: 3px 3px 1px #A6C695', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6C695, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6C695 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6C695, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6C695, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6C695 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6C695;
-webkit-box-shadow: 1px 1px 3px 2px #A6C695;
box-shadow: 1px 1px 3px 2px #A6C695;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6C695; -webkit-box-shadow: 1px 1px 3px 2px #A6C695; box-shadow:1px 1px 3px 2px #A6C695;">
Div content here
</div>
This text has color #A6C695 on black background.
This text has color #A6C695 on white background.
This text has black color on #A6C695 background.
This text has white color on #A6C695 background.
Complementary color for #hex is #59396A.