COLOR #A7B2B2

HEX: #A7B2B2 RGB: (167,178,178)

Color info

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

RGB color model

#A7B2B2 color RGB value is (167,178,178).

RGB: (167,178,178) (65%, 70%, 70%)

RGB channels and saturation

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

167
178
178

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

Portions of RGB colors in percentages

R + G + B = 167 + 178 + 178 = 523 (100%)
R 167 of 523 ~ 31.93%
G 178 of 523 ~ 34.03%
B 178 of 523 ~ 34.03'%

%31.93
%34.03
%34.03

CMYK color model

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

  • cyan value is 6.18%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (6,0,0,30)
C6M0Y0K30 (6%, 0%, 0%, 30%)
(0.06 / 0.00 / 0.00 / 0.30)

CMYK percentages

%6.18
%0
%0
%30.2

Codes

Color #A7B2B2 in popluar color models

A7 B2 B2
RGB 167 178 178
HSL 180° 6.67% 67.65%
HSB/HSV 180° 6.18% 69.80%
CMYK 6.18% 0.00% 0.00%
30.20%

Color #A7B2B2 in popluar number systems.

HEX A7 B2 B2
Decimal 167 178 178
Binary 10100111 10110010 10110010
Octal 247 262 262

Shades and tints

Shades of #A7B2B2

#A7B2B2
(167,178,178)
#98A2A2
(152,162,162)
#899292
(137,146,146)
#7A8282
(122,130,130)
#6B7272
(107,114,114)
#5C6262
(92,98,98)
#4D5252
(77,82,82)
#3E4242
(62,66,66)
#2F3232
(47,50,50)
#202222
(32,34,34)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #A7B2B2

#A7B2B2
(167,178,178)
#AFB9B9
(175,185,185)
#B7C0C0
(183,192,192)
#BFC7C7
(191,199,199)
#C7CECE
(199,206,206)
#CFD5D5
(207,213,213)
#D7DCDC
(215,220,220)
#DFE3E3
(223,227,227)
#E7EAEA
(231,234,234)
#EFF1F1
(239,241,241)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B2B2; }

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

This text font color is #A7B2B2.

Background Color

.myBgColor { background-color: #A7B2B2; }

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

This div background color is #A7B2B2.

Border color

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

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

This div border color is #A7B2B2.

Opacity

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

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

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

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

This text has shadow with #A7B2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B2B2.

Preview

Color preview on black background

This text has color #A7B2B2 on black background.


Color preview on white background

This text has color #A7B2B2 on white background.


Black color preview on #A7B2B2 background

This text has black color on #A7B2B2 background.


White color preview on #A7B2B2 background

This text has white color on #A7B2B2 background.


Related colors

Complementary color

Complementary color for #hex is #584D4D.


I love getcolorcode.com