COLOR #A7B0B2

HEX: #A7B0B2
RGB: (167,176,178)

Color info

#A7B0B2 contains red, green and blue colors in about the same proportion. Web safe color of #A7B0B2 is #999999 (or #999).

RGB color model

#A7B0B2 color RGB value is (167,176,178).

  • red value is 167;
  • green value is 176;
  • blue value is 178.
RGB:
(167,176,178)
(65%,69%,70%)

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 178 of 255 = 70%

167
176
178

R + G + B ~ 68%. #A7B0B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 176 + 178 = 521 (100%)
R 167 of 521 ~ 32.05%
G 176 of 521 ~ 33.78%
B 178 of 521 ~ 34.17%

%32.05
%33.78
%34.17

CMYK color model

#A7B0B2 color CMYK value is (6,1,0,30).

  • cyan value is 6.18%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(6,1,0,30)
C6M1Y0K30 
(6%,1%,0%,30%)
(0.06/0.01/0.00/0.30)	

CMYK percentages

%6.18
%1.12
%0
%30.2

Codes

Color #A7B0B2 in popluar color models

A7B0B2
RGB167176178
HSL191°6.67%67.65%
HSB/HSV191°6.18%69.80%
CMYK6.18%1.12%0.00%
30.20%

Color #A7B0B2 in popluar number systems.

HEXA7B0B2
Decimal167176178
Binary101001111011000010110010
Octal247260262

Shades and tints

Shades of #A7B0B2

#A7B0B2
(167,176,178)
#98A0A2
(152,160,162)
#899092
(137,144,146)
#7A8082
(122,128,130)
#6B7072
(107,112,114)
#5C6062
(92,96,98)
#4D5052
(77,80,82)
#3E4042
(62,64,66)
#2F3032
(47,48,50)
#202022
(32,32,34)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #A7B0B2

#A7B0B2
(167,176,178)
#AFB7B9
(175,183,185)
#B7BEC0
(183,190,192)
#BFC5C7
(191,197,199)
#C7CCCE
(199,204,206)
#CFD3D5
(207,211,213)
#D7DADC
(215,218,220)
#DFE1E3
(223,225,227)
#E7E8EA
(231,232,234)
#EFEFF1
(239,239,241)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B0B2 color. Also use rgb(167,176,178) instead hex code.

Text Font Color

.myTextColor { color: #A7B0B2; }

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

This text font color is #A7B0B2.


Background Color

.myBgColor { background-color: #A7B0B2; }

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

This div background color is #A7B0B2.


Border color

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

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

This div border color is #A7B0B2.


Opacity

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

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

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

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

This text has shadow with #A7B0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B0B2 on black background.


Color preview on white background

This text has color #A7B0B2 on white background.



Black color preview on #A7B0B2 background

This text has black color on #A7B0B2 background.


White color preview on #A7B0B2 background

This text has white color on #A7B0B2 background.