COLOR #A7B6A8

HEX: #A7B6A8
RGB: (167,182,168)

Color info

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

RGB color model

#A7B6A8 color RGB value is (167,182,168).

  • red value is 167;
  • green value is 182;
  • blue value is 168.
RGB:
(167,182,168)
(65%,71%,66%)

RGB channels and saturation

R 167 of 255 = 65%
G 182 of 255 = 71%
B 168 of 255 = 66%

167
182
168

R + G + B ~ 67%. #A7B6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 182 + 168 = 517 (100%)
R 167 of 517 ~ 32.3%
G 182 of 517 ~ 35.2%
B 168 of 517 ~ 32.5%

%32.3
%35.2
%32.5

CMYK color model

#A7B6A8 color CMYK value is (8,0,8,29).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 28.63%
CMYK:
(8,0,8,29)
C8M0Y8K29 
(8%,0%,8%,29%)
(0.08/0.00/0.08/0.29)	

CMYK percentages

%8.24
%0
%7.69
%28.63

Codes

Color #A7B6A8 in popluar color models

A7B6A8
RGB167182168
HSL124°9.32%68.43%
HSB/HSV124°8.24%71.37%
CMYK8.24%0.00%7.69%
28.63%

Color #A7B6A8 in popluar number systems.

HEXA7B6A8
Decimal167182168
Binary101001111011011010101000
Octal247266250

Shades and tints

Shades of #A7B6A8

#A7B6A8
(167,182,168)
#98A699
(152,166,153)
#89968A
(137,150,138)
#7A867B
(122,134,123)
#6B766C
(107,118,108)
#5C665D
(92,102,93)
#4D564E
(77,86,78)
#3E463F
(62,70,63)
#2F3630
(47,54,48)
#202621
(32,38,33)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #A7B6A8

#A7B6A8
(167,182,168)
#AFBCAF
(175,188,175)
#B7C2B6
(183,194,182)
#BFC8BD
(191,200,189)
#C7CEC4
(199,206,196)
#CFD4CB
(207,212,203)
#D7DAD2
(215,218,210)
#DFE0D9
(223,224,217)
#E7E6E0
(231,230,224)
#EFECE7
(239,236,231)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B6A8 color. Also use rgb(167,182,168) instead hex code.

Text Font Color

.myTextColor { color: #A7B6A8; }

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

This text font color is #A7B6A8.


Background Color

.myBgColor { background-color: #A7B6A8; }

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

This div background color is #A7B6A8.


Border color

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

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

This div border color is #A7B6A8.


Opacity

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

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

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

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

This text has shadow with #A7B6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B6A8 on black background.


Color preview on white background

This text has color #A7B6A8 on white background.



Black color preview on #A7B6A8 background

This text has black color on #A7B6A8 background.


White color preview on #A7B6A8 background

This text has white color on #A7B6A8 background.