COLOR #A7B7BA

HEX: #A7B7BA
RGB: (167,183,186)

Color info

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

RGB color model

#A7B7BA color RGB value is (167,183,186).

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

RGB channels and saturation

R 167 of 255 = 65%
G 183 of 255 = 72%
B 186 of 255 = 73%

167
183
186

R + G + B ~ 70%. #A7B7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 186 = 536 (100%)
R 167 of 536 ~ 31.16%
G 183 of 536 ~ 34.14%
B 186 of 536 ~ 34.7%

%31.16
%34.14
%34.7

CMYK color model

#A7B7BA color CMYK value is (10,2,0,27).

  • cyan value is 10.22%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(10,2,0,27)
C10M2Y0K27 
(10%,2%,0%,27%)
(0.10/0.02/0.00/0.27)	

CMYK percentages

%10.22
%1.61
%0
%27.06

Codes

Color #A7B7BA in popluar color models

A7B7BA
RGB167183186
HSL189°12.10%69.22%
HSB/HSV189°10.22%72.94%
CMYK10.22%1.61%0.00%
27.06%

Color #A7B7BA in popluar number systems.

HEXA7B7BA
Decimal167183186
Binary101001111011011110111010
Octal247267272

Shades and tints

Shades of #A7B7BA

#A7B7BA
(167,183,186)
#98A7AA
(152,167,170)
#89979A
(137,151,154)
#7A878A
(122,135,138)
#6B777A
(107,119,122)
#5C676A
(92,103,106)
#4D575A
(77,87,90)
#3E474A
(62,71,74)
#2F373A
(47,55,58)
#20272A
(32,39,42)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #A7B7BA

#A7B7BA
(167,183,186)
#AFBDC0
(175,189,192)
#B7C3C6
(183,195,198)
#BFC9CC
(191,201,204)
#C7CFD2
(199,207,210)
#CFD5D8
(207,213,216)
#D7DBDE
(215,219,222)
#DFE1E4
(223,225,228)
#E7E7EA
(231,231,234)
#EFEDF0
(239,237,240)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B7BA; }

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

This text font color is #A7B7BA.


Background Color

.myBgColor { background-color: #A7B7BA; }

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

This div background color is #A7B7BA.


Border color

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

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

This div border color is #A7B7BA.


Opacity

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

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

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

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

This text has shadow with #A7B7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B7BA on black background.


Color preview on white background

This text has color #A7B7BA on white background.



Black color preview on #A7B7BA background

This text has black color on #A7B7BA background.


White color preview on #A7B7BA background

This text has white color on #A7B7BA background.