COLOR #A6C09F

HEX: #A6C09F RGB: (166,192,159)

Color info

#A6C09F contains red, green and blue colors in about the same proportion. Web safe color of #A6C09F is #99CC99 (or #9C9).

RGB color model

#A6C09F color RGB value is (166,192,159).

RGB: (166,192,159) (65%, 75%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 192 of 255 = 75%
B 159 of 255 = 62%

166
192
159

R + G + B ~ 67%. #A6C09F is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 192 + 159 = 517 (100%)
R 166 of 517 ~ 32.11%
G 192 of 517 ~ 37.14%
B 159 of 517 ~ 30.75'%

%32.11
%37.14
%30.75

CMYK color model

#A6C09F color CMYK value is (14,0,17,25).

  • cyan value is 13.54%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 24.71%

CMYK: (14,0,17,25)
C14M0Y17K25 (14%, 0%, 17%, 25%)
(0.14 / 0.00 / 0.17 / 0.25)

CMYK percentages

%13.54
%0
%17.19
%24.71

Codes

Color #A6C09F in popluar color models

A6 C0 9F
RGB 166 192 159
HSL 107° 20.75% 68.82%
HSB/HSV 107° 17.19% 75.29%
CMYK 13.54% 0.00% 17.19%
24.71%

Color #A6C09F in popluar number systems.

HEX A6 C0 9F
Decimal 166 192 159
Binary 10100110 11000000 10011111
Octal 246 300 237

Shades and tints

Shades of #A6C09F

#A6C09F
(166,192,159)
#97AF91
(151,175,145)
#889E83
(136,158,131)
#798D75
(121,141,117)
#6A7C67
(106,124,103)
#5B6B59
(91,107,89)
#4C5A4B
(76,90,75)
#3D493D
(61,73,61)
#2E382F
(46,56,47)
#1F2721
(31,39,33)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #A6C09F

#A6C09F
(166,192,159)
#AEC5A7
(174,197,167)
#B6CAAF
(182,202,175)
#BECFB7
(190,207,183)
#C6D4BF
(198,212,191)
#CED9C7
(206,217,199)
#D6DECF
(214,222,207)
#DEE3D7
(222,227,215)
#E6E8DF
(230,232,223)
#EEEDE7
(238,237,231)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C09F color. Also use rgb(166,192,159) instead hex code.

Text Font Color

.myTextColor { color: #A6C09F; }

<p style="color:#A6C09F">This sample text font color is #A6C09F.</p>

This text font color is #A6C09F.

Background Color

.myBgColor { background-color: #A6C09F; }

<div style="background-color:#A6C09F">Inner text</div>

This div background color is #A6C09F.

Border color

.myBorderColor { border: 1px solid #A6C09F; }

<div style="border:3px solid #A6C09F">Div</div>

This div border color is #A6C09F.

Opacity

.myOpacity80 { color: #A6C09F; opacity: 0.8; }

<p style="color:#A6C09F;opacity:0.8;">80%</p>

Text with #A6C09F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A6C09F;}

<p style="text-shadow: 3px 3px 1px #A6C09F">Text here.</p>

This text has shadow with #A6C09F color.


.textShadow {text-shadow: 3px 3px 1px #A6C09F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A6C09F, 5px 5px 20px red">Text here.</p>

This text has shadow with #A6C09F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6C09F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A6C09F, Direction=45, Strength=4)">Text</p>

This text has shadow with #A6C09F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6C09F;
-webkit-box-shadow: 1px 1px 3px 2px #A6C09F;
box-shadow: 1px 1px 3px 2px #A6C09F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6C09F; -webkit-box-shadow: 1px 1px 3px 2px #A6C09F; box-shadow:1px 1px 3px 2px #A6C09F;">
Div content here
</div>

This div box has shadow with color #A6C09F.

Preview

Color preview on black background

This text has color #A6C09F on black background.


Color preview on white background

This text has color #A6C09F on white background.


Black color preview on #A6C09F background

This text has black color on #A6C09F background.


White color preview on #A6C09F background

This text has white color on #A6C09F background.


Related colors

Complementary color

Complementary color for #hex is #593F60.


I love getcolorcode.com

Triadic colors

1 #9FA6C0 and #C09FA6 with #A6C09F are triadic colors.

2 #9FC0A6 and #C0A69F with #A6C09F are triadic colors.