COLOR #A7B7B2

HEX: #A7B7B2
RGB: (167,183,178)

Color info

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

RGB color model

#A7B7B2 color RGB value is (167,183,178).

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

RGB channels and saturation

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

167
183
178

R + G + B ~ 69%. #A7B7B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 178 = 528 (100%)
R 167 of 528 ~ 31.63%
G 183 of 528 ~ 34.66%
B 178 of 528 ~ 33.71%

%31.63
%34.66
%33.71

CMYK color model

#A7B7B2 color CMYK value is (9,0,3,28).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 2.73%
  • key color value is 28.24%
CMYK:
(9,0,3,28)
C9M0Y3K28 
(9%,0%,3%,28%)
(0.09/0.00/0.03/0.28)	

CMYK percentages

%8.74
%0
%2.73
%28.24

Codes

Color #A7B7B2 in popluar color models

A7B7B2
RGB167183178
HSL161°10.00%68.63%
HSB/HSV161°8.74%71.76%
CMYK8.74%0.00%2.73%
28.24%

Color #A7B7B2 in popluar number systems.

HEXA7B7B2
Decimal167183178
Binary101001111011011110110010
Octal247267262

Shades and tints

Shades of #A7B7B2

#A7B7B2
(167,183,178)
#98A7A2
(152,167,162)
#899792
(137,151,146)
#7A8782
(122,135,130)
#6B7772
(107,119,114)
#5C6762
(92,103,98)
#4D5752
(77,87,82)
#3E4742
(62,71,66)
#2F3732
(47,55,50)
#202722
(32,39,34)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #A7B7B2

#A7B7B2
(167,183,178)
#AFBDB9
(175,189,185)
#B7C3C0
(183,195,192)
#BFC9C7
(191,201,199)
#C7CFCE
(199,207,206)
#CFD5D5
(207,213,213)
#D7DBDC
(215,219,220)
#DFE1E3
(223,225,227)
#E7E7EA
(231,231,234)
#EFEDF1
(239,237,241)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B7B2; }

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

This text font color is #A7B7B2.


Background Color

.myBgColor { background-color: #A7B7B2; }

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

This div background color is #A7B7B2.


Border color

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

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

This div border color is #A7B7B2.


Opacity

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

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

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

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

This text has shadow with #A7B7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B7B2 on black background.


Color preview on white background

This text has color #A7B7B2 on white background.



Black color preview on #A7B7B2 background

This text has black color on #A7B7B2 background.


White color preview on #A7B7B2 background

This text has white color on #A7B7B2 background.