COLOR #A6C7AE

HEX: #A6C7AE RGB: (166,199,174)

Color info

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

RGB color model

#A6C7AE color RGB value is (166,199,174).

RGB: (166,199,174) (65%, 78%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 199 of 255 = 78%
B 174 of 255 = 68%

166
199
174

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

Portions of RGB colors in percentages

R + G + B = 166 + 199 + 174 = 539 (100%)
R 166 of 539 ~ 30.8%
G 199 of 539 ~ 36.92%
B 174 of 539 ~ 32.28'%

%30.8
%36.92
%32.28

CMYK color model

#A6C7AE color CMYK value is (17,0,13,22).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 21.96%

CMYK: (17,0,13,22)
C17M0Y13K22 (17%, 0%, 13%, 22%)
(0.17 / 0.00 / 0.13 / 0.22)

CMYK percentages

%16.58
%0
%12.56
%21.96

Codes

Color #A6C7AE in popluar color models

A6 C7 AE
RGB 166 199 174
HSL 135° 22.76% 71.57%
HSB/HSV 135° 16.58% 78.04%
CMYK 16.58% 0.00% 12.56%
21.96%

Color #A6C7AE in popluar number systems.

HEX A6 C7 AE
Decimal 166 199 174
Binary 10100110 11000111 10101110
Octal 246 307 256

Shades and tints

Shades of #A6C7AE

#A6C7AE
(166,199,174)
#97B59F
(151,181,159)
#88A390
(136,163,144)
#799181
(121,145,129)
#6A7F72
(106,127,114)
#5B6D63
(91,109,99)
#4C5B54
(76,91,84)
#3D4945
(61,73,69)
#2E3736
(46,55,54)
#1F2527
(31,37,39)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #A6C7AE

#A6C7AE
(166,199,174)
#AECCB5
(174,204,181)
#B6D1BC
(182,209,188)
#BED6C3
(190,214,195)
#C6DBCA
(198,219,202)
#CEE0D1
(206,224,209)
#D6E5D8
(214,229,216)
#DEEADF
(222,234,223)
#E6EFE6
(230,239,230)
#EEF4ED
(238,244,237)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C7AE color. Also use rgb(166,199,174) instead hex code.

Text Font Color

.myTextColor { color: #A6C7AE; }

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

This text font color is #A6C7AE.

Background Color

.myBgColor { background-color: #A6C7AE; }

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

This div background color is #A6C7AE.

Border color

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

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

This div border color is #A6C7AE.

Opacity

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

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

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

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

This text has shadow with #A6C7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C7AE.

Preview

Color preview on black background

This text has color #A6C7AE on black background.


Color preview on white background

This text has color #A6C7AE on white background.


Black color preview on #A6C7AE background

This text has black color on #A6C7AE background.


White color preview on #A6C7AE background

This text has white color on #A6C7AE background.


Related colors

Complementary color

Complementary color for #hex is #593851.


I love getcolorcode.com

Triadic colors

1 #AEA6C7 and #C7AEA6 with #A6C7AE are triadic colors.

2 #AEC7A6 and #C7A6AE with #A6C7AE are triadic colors.