COLOR #A7BA9C

HEX: #A7BA9C RGB: (167,186,156)

Color info

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

RGB color model

#A7BA9C color RGB value is (167,186,156).

RGB: (167,186,156) (65%, 73%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 156 of 255 = 61%

167
186
156

R + G + B ~ 66%. #A7BA9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 186 + 156 = 509 (100%)
R 167 of 509 ~ 32.81%
G 186 of 509 ~ 36.54%
B 156 of 509 ~ 30.65'%

%32.81
%36.54
%30.65

CMYK color model

#A7BA9C color CMYK value is (10,0,16,27).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 27.06%
CMYK: (10,0,16,27) C10M0Y16K27 (10%,0%,16%,27%) (0.10/0.00/0.16/0.27) 

CMYK percentages

%10.22
%0
%16.13
%27.06

Codes

Color #A7BA9C in popluar color models

A7 BA 9C
RGB 167 186 156
HSL 98° 17.86% 67.06%
HSB/HSV 98° 16.13% 72.94%
CMYK 10.22% 0.00% 16.13%
27.06%

Color #A7BA9C in popluar number systems.

HEX A7 BA 9C
Decimal 167 186 156
Binary 10100111 10111010 10011100
Octal 247 272 234

Shades and tints

Shades of #A7BA9C

#A7BA9C
(167,186,156)
#98AA8E
(152,170,142)
#899A80
(137,154,128)
#7A8A72
(122,138,114)
#6B7A64
(107,122,100)
#5C6A56
(92,106,86)
#4D5A48
(77,90,72)
#3E4A3A
(62,74,58)
#2F3A2C
(47,58,44)
#202A1E
(32,42,30)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #A7BA9C

#A7BA9C
(167,186,156)
#AFC0A5
(175,192,165)
#B7C6AE
(183,198,174)
#BFCCB7
(191,204,183)
#C7D2C0
(199,210,192)
#CFD8C9
(207,216,201)
#D7DED2
(215,222,210)
#DFE4DB
(223,228,219)
#E7EAE4
(231,234,228)
#EFF0ED
(239,240,237)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BA9C color. Also use rgb(167,186,156) instead hex code.

Text Font Color

.myTextColor { color: #A7BA9C; }

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

This text font color is #A7BA9C.

Background Color

.myBgColor { background-color: #A7BA9C; }

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

This div background color is #A7BA9C.

Border color

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

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

This div border color is #A7BA9C.

Opacity

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

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

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

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

This text has shadow with #A7BA9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BA9C.

Preview

Color preview on black background

This text has color #A7BA9C on black background.


Color preview on white background

This text has color #A7BA9C on white background.


Black color preview on #A7BA9C background

This text has black color on #A7BA9C background.


White color preview on #A7BA9C background

This text has white color on #A7BA9C background.


Related colors

Complementary color

Complementary color for #hex is #584563.


I love getcolorcode.com

Triadic colors

1 #9CA7BA and #BA9CA7 with #A7BA9C are triadic colors.

2 #9CBAA7 and #BAA79C with #A7BA9C are triadic colors.