COLOR #A6C6AC

HEX: #A6C6AC RGB: (166,198,172)

Color info

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

RGB color model

#A6C6AC color RGB value is (166,198,172).

RGB: (166,198,172) (65%, 78%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 198 of 255 = 78%
B 172 of 255 = 67%

166
198
172

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

Portions of RGB colors in percentages

R + G + B = 166 + 198 + 172 = 536 (100%)
R 166 of 536 ~ 30.97%
G 198 of 536 ~ 36.94%
B 172 of 536 ~ 32.09'%

%30.97
%36.94
%32.09

CMYK color model

#A6C6AC color CMYK value is (16,0,13,22).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 22.35%

CMYK: (16,0,13,22)
C16M0Y13K22 (16%, 0%, 13%, 22%)
(0.16 / 0.00 / 0.13 / 0.22)

CMYK percentages

%16.16
%0
%13.13
%22.35

Codes

Color #A6C6AC in popluar color models

A6 C6 AC
RGB 166 198 172
HSL 131° 21.92% 71.37%
HSB/HSV 131° 16.16% 77.65%
CMYK 16.16% 0.00% 13.13%
22.35%

Color #A6C6AC in popluar number systems.

HEX A6 C6 AC
Decimal 166 198 172
Binary 10100110 11000110 10101100
Octal 246 306 254

Shades and tints

Shades of #A6C6AC

#A6C6AC
(166,198,172)
#97B49D
(151,180,157)
#88A28E
(136,162,142)
#79907F
(121,144,127)
#6A7E70
(106,126,112)
#5B6C61
(91,108,97)
#4C5A52
(76,90,82)
#3D4843
(61,72,67)
#2E3634
(46,54,52)
#1F2425
(31,36,37)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #A6C6AC

#A6C6AC
(166,198,172)
#AECBB3
(174,203,179)
#B6D0BA
(182,208,186)
#BED5C1
(190,213,193)
#C6DAC8
(198,218,200)
#CEDFCF
(206,223,207)
#D6E4D6
(214,228,214)
#DEE9DD
(222,233,221)
#E6EEE4
(230,238,228)
#EEF3EB
(238,243,235)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C6AC color. Also use rgb(166,198,172) instead hex code.

Text Font Color

.myTextColor { color: #A6C6AC; }

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

This text font color is #A6C6AC.

Background Color

.myBgColor { background-color: #A6C6AC; }

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

This div background color is #A6C6AC.

Border color

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

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

This div border color is #A6C6AC.

Opacity

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

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

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

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

This text has shadow with #A6C6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C6AC.

Preview

Color preview on black background

This text has color #A6C6AC on black background.


Color preview on white background

This text has color #A6C6AC on white background.


Black color preview on #A6C6AC background

This text has black color on #A6C6AC background.


White color preview on #A6C6AC background

This text has white color on #A6C6AC background.


Related colors

Complementary color

Complementary color for #hex is #593953.


I love getcolorcode.com

Triadic colors

1 #ACA6C6 and #C6ACA6 with #A6C6AC are triadic colors.

2 #ACC6A6 and #C6A6AC with #A6C6AC are triadic colors.