COLOR #A7BA8F

HEX: #A7BA8F RGB: (167,186,143)

Color info

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

RGB color model

#A7BA8F color RGB value is (167,186,143).

RGB: (167,186,143) (65%, 73%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 143 of 255 = 56%

167
186
143

R + G + B ~ 65%. #A7BA8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 186 + 143 = 496 (100%)
R 167 of 496 ~ 33.67%
G 186 of 496 ~ 37.5%
B 143 of 496 ~ 28.83'%

%33.67
%37.5
%28.83

CMYK color model

#A7BA8F color CMYK value is (10,0,23,27).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 23.12%
  • key color value is 27.06%

CMYK: (10,0,23,27)
C10M0Y23K27 (10%, 0%, 23%, 27%)
(0.10 / 0.00 / 0.23 / 0.27)

CMYK percentages

%10.22
%0
%23.12
%27.06

Codes

Color #A7BA8F in popluar color models

A7 BA 8F
RGB 167 186 143
HSL 87° 23.76% 64.51%
HSB/HSV 87° 23.12% 72.94%
CMYK 10.22% 0.00% 23.12%
27.06%

Color #A7BA8F in popluar number systems.

HEX A7 BA 8F
Decimal 167 186 143
Binary 10100111 10111010 10001111
Octal 247 272 217

Shades and tints

Shades of #A7BA8F

#A7BA8F
(167,186,143)
#98AA82
(152,170,130)
#899A75
(137,154,117)
#7A8A68
(122,138,104)
#6B7A5B
(107,122,91)
#5C6A4E
(92,106,78)
#4D5A41
(77,90,65)
#3E4A34
(62,74,52)
#2F3A27
(47,58,39)
#202A1A
(32,42,26)
#111A0D
(17,26,13)
#000000
(0,0,0)

Tints of #A7BA8F

#A7BA8F
(167,186,143)
#AFC099
(175,192,153)
#B7C6A3
(183,198,163)
#BFCCAD
(191,204,173)
#C7D2B7
(199,210,183)
#CFD8C1
(207,216,193)
#D7DECB
(215,222,203)
#DFE4D5
(223,228,213)
#E7EADF
(231,234,223)
#EFF0E9
(239,240,233)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BA8F; }

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

This text font color is #A7BA8F.

Background Color

.myBgColor { background-color: #A7BA8F; }

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

This div background color is #A7BA8F.

Border color

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

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

This div border color is #A7BA8F.

Opacity

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

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

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

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

This text has shadow with #A7BA8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BA8F.

Preview

Color preview on black background

This text has color #A7BA8F on black background.


Color preview on white background

This text has color #A7BA8F on white background.


Black color preview on #A7BA8F background

This text has black color on #A7BA8F background.


White color preview on #A7BA8F background

This text has white color on #A7BA8F background.


Related colors

Complementary color

Complementary color for #hex is #584570.


I love getcolorcode.com

Triadic colors

1 #8FA7BA and #BA8FA7 with #A7BA8F are triadic colors.

2 #8FBAA7 and #BAA78F with #A7BA8F are triadic colors.