COLOR #A7C0AB

HEX: #A7C0AB RGB: (167,192,171)

Color info

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

RGB color model

#A7C0AB color RGB value is (167,192,171).

RGB: (167,192,171) (65%, 75%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 192 of 255 = 75%
B 171 of 255 = 67%

167
192
171

R + G + B ~ 69%. #A7C0AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 192 + 171 = 530 (100%)
R 167 of 530 ~ 31.51%
G 192 of 530 ~ 36.23%
B 171 of 530 ~ 32.26'%

%31.51
%36.23
%32.26

CMYK color model

#A7C0AB color CMYK value is (13,0,11,25).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 24.71%

CMYK: (13,0,11,25)
C13M0Y11K25 (13%, 0%, 11%, 25%)
(0.13 / 0.00 / 0.11 / 0.25)

CMYK percentages

%13.02
%0
%10.94
%24.71

Codes

Color #A7C0AB in popluar color models

A7 C0 AB
RGB 167 192 171
HSL 130° 16.56% 70.39%
HSB/HSV 130° 13.02% 75.29%
CMYK 13.02% 0.00% 10.94%
24.71%

Color #A7C0AB in popluar number systems.

HEX A7 C0 AB
Decimal 167 192 171
Binary 10100111 11000000 10101011
Octal 247 300 253

Shades and tints

Shades of #A7C0AB

#A7C0AB
(167,192,171)
#98AF9C
(152,175,156)
#899E8D
(137,158,141)
#7A8D7E
(122,141,126)
#6B7C6F
(107,124,111)
#5C6B60
(92,107,96)
#4D5A51
(77,90,81)
#3E4942
(62,73,66)
#2F3833
(47,56,51)
#202724
(32,39,36)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #A7C0AB

#A7C0AB
(167,192,171)
#AFC5B2
(175,197,178)
#B7CAB9
(183,202,185)
#BFCFC0
(191,207,192)
#C7D4C7
(199,212,199)
#CFD9CE
(207,217,206)
#D7DED5
(215,222,213)
#DFE3DC
(223,227,220)
#E7E8E3
(231,232,227)
#EFEDEA
(239,237,234)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C0AB color. Also use rgb(167,192,171) instead hex code.

Text Font Color

.myTextColor { color: #A7C0AB; }

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

This text font color is #A7C0AB.

Background Color

.myBgColor { background-color: #A7C0AB; }

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

This div background color is #A7C0AB.

Border color

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

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

This div border color is #A7C0AB.

Opacity

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

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

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

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

This text has shadow with #A7C0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C0AB.

Preview

Color preview on black background

This text has color #A7C0AB on black background.


Color preview on white background

This text has color #A7C0AB on white background.


Black color preview on #A7C0AB background

This text has black color on #A7C0AB background.


White color preview on #A7C0AB background

This text has white color on #A7C0AB background.


Related colors

Complementary color

Complementary color for #hex is #583F54.


I love getcolorcode.com

Triadic colors

1 #ABA7C0 and #C0ABA7 with #A7C0AB are triadic colors.

2 #ABC0A7 and #C0A7AB with #A7C0AB are triadic colors.