COLOR #A7B2B3

HEX: #A7B2B3
RGB: (167,178,179)

Color info

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

RGB color model

#A7B2B3 color RGB value is (167,178,179).

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

RGB channels and saturation

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

167
178
179

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

Portions of RGB colors in percentages

R + G + B =
167 + 178 + 179 = 524 (100%)
R 167 of 524 ~ 31.87%
G 178 of 524 ~ 33.97%
B 179 of 524 ~ 34.16%

%31.87
%33.97
%34.16

CMYK color model

#A7B2B3 color CMYK value is (7,1,0,30).

  • cyan value is 6.70%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(7,1,0,30)
C7M1Y0K30 
(7%,1%,0%,30%)
(0.07/0.01/0.00/0.30)	

CMYK percentages

%6.7
%0.56
%0
%29.8

Codes

Color #A7B2B3 in popluar color models

A7B2B3
RGB167178179
HSL185°7.32%67.84%
HSB/HSV185°6.70%70.20%
CMYK6.70%0.56%0.00%
29.80%

Color #A7B2B3 in popluar number systems.

HEXA7B2B3
Decimal167178179
Binary101001111011001010110011
Octal247262263

Shades and tints

Shades of #A7B2B3

#A7B2B3
(167,178,179)
#98A2A3
(152,162,163)
#899293
(137,146,147)
#7A8283
(122,130,131)
#6B7273
(107,114,115)
#5C6263
(92,98,99)
#4D5253
(77,82,83)
#3E4243
(62,66,67)
#2F3233
(47,50,51)
#202223
(32,34,35)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #A7B2B3

#A7B2B3
(167,178,179)
#AFB9B9
(175,185,185)
#B7C0BF
(183,192,191)
#BFC7C5
(191,199,197)
#C7CECB
(199,206,203)
#CFD5D1
(207,213,209)
#D7DCD7
(215,220,215)
#DFE3DD
(223,227,221)
#E7EAE3
(231,234,227)
#EFF1E9
(239,241,233)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B2B3; }

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

This text font color is #A7B2B3.


Background Color

.myBgColor { background-color: #A7B2B3; }

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

This div background color is #A7B2B3.


Border color

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

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

This div border color is #A7B2B3.


Opacity

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

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

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

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

This text has shadow with #A7B2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B2B3 on black background.


Color preview on white background

This text has color #A7B2B3 on white background.



Black color preview on #A7B2B3 background

This text has black color on #A7B2B3 background.


White color preview on #A7B2B3 background

This text has white color on #A7B2B3 background.