COLOR #A7C6AE

HEX: #A7C6AE RGB: (167,198,174)

Color info

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

RGB color model

#A7C6AE color RGB value is (167,198,174).

RGB: (167,198,174) (65%, 78%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 198 of 255 = 78%
B 174 of 255 = 68%

167
198
174

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

Portions of RGB colors in percentages

R + G + B = 167 + 198 + 174 = 539 (100%)
R 167 of 539 ~ 30.98%
G 198 of 539 ~ 36.73%
B 174 of 539 ~ 32.28'%

%30.98
%36.73
%32.28

CMYK color model

#A7C6AE color CMYK value is (16,0,12,22).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 22.35%

CMYK: (16,0,12,22)
C16M0Y12K22 (16%, 0%, 12%, 22%)
(0.16 / 0.00 / 0.12 / 0.22)

CMYK percentages

%15.66
%0
%12.12
%22.35

Codes

Color #A7C6AE in popluar color models

A7 C6 AE
RGB 167 198 174
HSL 134° 21.38% 71.57%
HSB/HSV 134° 15.66% 77.65%
CMYK 15.66% 0.00% 12.12%
22.35%

Color #A7C6AE in popluar number systems.

HEX A7 C6 AE
Decimal 167 198 174
Binary 10100111 11000110 10101110
Octal 247 306 256

Shades and tints

Shades of #A7C6AE

#A7C6AE
(167,198,174)
#98B49F
(152,180,159)
#89A290
(137,162,144)
#7A9081
(122,144,129)
#6B7E72
(107,126,114)
#5C6C63
(92,108,99)
#4D5A54
(77,90,84)
#3E4845
(62,72,69)
#2F3636
(47,54,54)
#202427
(32,36,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #A7C6AE

#A7C6AE
(167,198,174)
#AFCBB5
(175,203,181)
#B7D0BC
(183,208,188)
#BFD5C3
(191,213,195)
#C7DACA
(199,218,202)
#CFDFD1
(207,223,209)
#D7E4D8
(215,228,216)
#DFE9DF
(223,233,223)
#E7EEE6
(231,238,230)
#EFF3ED
(239,243,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C6AE color. Also use rgb(167,198,174) instead hex code.

Text Font Color

.myTextColor { color: #A7C6AE; }

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

This text font color is #A7C6AE.

Background Color

.myBgColor { background-color: #A7C6AE; }

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

This div background color is #A7C6AE.

Border color

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

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

This div border color is #A7C6AE.

Opacity

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

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

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

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

This text has shadow with #A7C6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C6AE.

Preview

Color preview on black background

This text has color #A7C6AE on black background.


Color preview on white background

This text has color #A7C6AE on white background.


Black color preview on #A7C6AE background

This text has black color on #A7C6AE background.


White color preview on #A7C6AE background

This text has white color on #A7C6AE background.


Related colors

Complementary color

Complementary color for #hex is #583951.


I love getcolorcode.com

Triadic colors

1 #AEA7C6 and #C6AEA7 with #A7C6AE are triadic colors.

2 #AEC6A7 and #C6A7AE with #A7C6AE are triadic colors.