COLOR #A6C8AA

HEX: #A6C8AA RGB: (166,200,170)

Color info

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

RGB color model

#A6C8AA color RGB value is (166,200,170).

RGB: (166,200,170) (65%, 78%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 200 of 255 = 78%
B 170 of 255 = 67%

166
200
170

R + G + B ~ 70%. #A6C8AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 200 + 170 = 536 (100%)
R 166 of 536 ~ 30.97%
G 200 of 536 ~ 37.31%
B 170 of 536 ~ 31.72'%

%30.97
%37.31
%31.72

CMYK color model

#A6C8AA color CMYK value is (17,0,15,22).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 21.57%

CMYK: (17,0,15,22)
C17M0Y15K22 (17%, 0%, 15%, 22%)
(0.17 / 0.00 / 0.15 / 0.22)

CMYK percentages

%17
%0
%15
%21.57

Codes

Color #A6C8AA in popluar color models

A6 C8 AA
RGB 166 200 170
HSL 127° 23.61% 71.76%
HSB/HSV 127° 17.00% 78.43%
CMYK 17.00% 0.00% 15.00%
21.57%

Color #A6C8AA in popluar number systems.

HEX A6 C8 AA
Decimal 166 200 170
Binary 10100110 11001000 10101010
Octal 246 310 252

Shades and tints

Shades of #A6C8AA

#A6C8AA
(166,200,170)
#97B69B
(151,182,155)
#88A48C
(136,164,140)
#79927D
(121,146,125)
#6A806E
(106,128,110)
#5B6E5F
(91,110,95)
#4C5C50
(76,92,80)
#3D4A41
(61,74,65)
#2E3832
(46,56,50)
#1F2623
(31,38,35)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6C8AA

#A6C8AA
(166,200,170)
#AECDB1
(174,205,177)
#B6D2B8
(182,210,184)
#BED7BF
(190,215,191)
#C6DCC6
(198,220,198)
#CEE1CD
(206,225,205)
#D6E6D4
(214,230,212)
#DEEBDB
(222,235,219)
#E6F0E2
(230,240,226)
#EEF5E9
(238,245,233)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C8AA color. Also use rgb(166,200,170) instead hex code.

Text Font Color

.myTextColor { color: #A6C8AA; }

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

This text font color is #A6C8AA.

Background Color

.myBgColor { background-color: #A6C8AA; }

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

This div background color is #A6C8AA.

Border color

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

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

This div border color is #A6C8AA.

Opacity

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

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

Text with #A6C8AA 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 #A6C8AA;}

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

This text has shadow with #A6C8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C8AA.

Preview

Color preview on black background

This text has color #A6C8AA on black background.


Color preview on white background

This text has color #A6C8AA on white background.


Black color preview on #A6C8AA background

This text has black color on #A6C8AA background.


White color preview on #A6C8AA background

This text has white color on #A6C8AA background.


Related colors

Complementary color

Complementary color for #hex is #593755.


I love getcolorcode.com

Triadic colors

1 #AAA6C8 and #C8AAA6 with #A6C8AA are triadic colors.

2 #AAC8A6 and #C8A6AA with #A6C8AA are triadic colors.