COLOR #A7C4AA

HEX: #A7C4AA RGB: (167,196,170)

Color info

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

RGB color model

#A7C4AA color RGB value is (167,196,170).

RGB: (167,196,170) (65%, 77%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 196 of 255 = 77%
B 170 of 255 = 67%

167
196
170

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

Portions of RGB colors in percentages

R + G + B = 167 + 196 + 170 = 533 (100%)
R 167 of 533 ~ 31.33%
G 196 of 533 ~ 36.77%
B 170 of 533 ~ 31.89'%

%31.33
%36.77
%31.89

CMYK color model

#A7C4AA color CMYK value is (15,0,13,23).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 23.14%

CMYK: (15,0,13,23)
C15M0Y13K23 (15%, 0%, 13%, 23%)
(0.15 / 0.00 / 0.13 / 0.23)

CMYK percentages

%14.8
%0
%13.27
%23.14

Codes

Color #A7C4AA in popluar color models

A7 C4 AA
RGB 167 196 170
HSL 126° 19.73% 71.18%
HSB/HSV 126° 14.80% 76.86%
CMYK 14.80% 0.00% 13.27%
23.14%

Color #A7C4AA in popluar number systems.

HEX A7 C4 AA
Decimal 167 196 170
Binary 10100111 11000100 10101010
Octal 247 304 252

Shades and tints

Shades of #A7C4AA

#A7C4AA
(167,196,170)
#98B39B
(152,179,155)
#89A28C
(137,162,140)
#7A917D
(122,145,125)
#6B806E
(107,128,110)
#5C6F5F
(92,111,95)
#4D5E50
(77,94,80)
#3E4D41
(62,77,65)
#2F3C32
(47,60,50)
#202B23
(32,43,35)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #A7C4AA

#A7C4AA
(167,196,170)
#AFC9B1
(175,201,177)
#B7CEB8
(183,206,184)
#BFD3BF
(191,211,191)
#C7D8C6
(199,216,198)
#CFDDCD
(207,221,205)
#D7E2D4
(215,226,212)
#DFE7DB
(223,231,219)
#E7ECE2
(231,236,226)
#EFF1E9
(239,241,233)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C4AA color. Also use rgb(167,196,170) instead hex code.

Text Font Color

.myTextColor { color: #A7C4AA; }

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

This text font color is #A7C4AA.

Background Color

.myBgColor { background-color: #A7C4AA; }

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

This div background color is #A7C4AA.

Border color

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

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

This div border color is #A7C4AA.

Opacity

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

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

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

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

This text has shadow with #A7C4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C4AA.

Preview

Color preview on black background

This text has color #A7C4AA on black background.


Color preview on white background

This text has color #A7C4AA on white background.


Black color preview on #A7C4AA background

This text has black color on #A7C4AA background.


White color preview on #A7C4AA background

This text has white color on #A7C4AA background.


Related colors

Complementary color

Complementary color for #hex is #583B55.


I love getcolorcode.com

Triadic colors

1 #AAA7C4 and #C4AAA7 with #A7C4AA are triadic colors.

2 #AAC4A7 and #C4A7AA with #A7C4AA are triadic colors.