COLOR #A7B3B6

HEX: #A7B3B6 RGB: (167,179,182)

Color info

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

RGB color model

#A7B3B6 color RGB value is (167,179,182).

RGB: (167,179,182) (65%, 70%, 71%)

RGB channels and saturation

R 167 of 255 = 65%
G 179 of 255 = 70%
B 182 of 255 = 71%

167
179
182

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

Portions of RGB colors in percentages

R + G + B = 167 + 179 + 182 = 528 (100%)
R 167 of 528 ~ 31.63%
G 179 of 528 ~ 33.9%
B 182 of 528 ~ 34.47'%

%31.63
%33.9
%34.47

CMYK color model

#A7B3B6 color CMYK value is (8,2,0,29).

  • cyan value is 8.24%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (8,2,0,29)
C8M2Y0K29 (8%, 2%, 0%, 29%)
(0.08 / 0.02 / 0.00 / 0.29)

CMYK percentages

%8.24
%1.65
%0
%28.63

Codes

Color #A7B3B6 in popluar color models

A7 B3 B6
RGB 167 179 182
HSL 192° 9.32% 68.43%
HSB/HSV 192° 8.24% 71.37%
CMYK 8.24% 1.65% 0.00%
28.63%

Color #A7B3B6 in popluar number systems.

HEX A7 B3 B6
Decimal 167 179 182
Binary 10100111 10110011 10110110
Octal 247 263 266

Shades and tints

Shades of #A7B3B6

#A7B3B6
(167,179,182)
#98A3A6
(152,163,166)
#899396
(137,147,150)
#7A8386
(122,131,134)
#6B7376
(107,115,118)
#5C6366
(92,99,102)
#4D5356
(77,83,86)
#3E4346
(62,67,70)
#2F3336
(47,51,54)
#202326
(32,35,38)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #A7B3B6

#A7B3B6
(167,179,182)
#AFB9BC
(175,185,188)
#B7BFC2
(183,191,194)
#BFC5C8
(191,197,200)
#C7CBCE
(199,203,206)
#CFD1D4
(207,209,212)
#D7D7DA
(215,215,218)
#DFDDE0
(223,221,224)
#E7E3E6
(231,227,230)
#EFE9EC
(239,233,236)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B3B6; }

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

This text font color is #A7B3B6.

Background Color

.myBgColor { background-color: #A7B3B6; }

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

This div background color is #A7B3B6.

Border color

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

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

This div border color is #A7B3B6.

Opacity

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

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

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

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

This text has shadow with #A7B3B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B3B6.

Preview

Color preview on black background

This text has color #A7B3B6 on black background.


Color preview on white background

This text has color #A7B3B6 on white background.


Black color preview on #A7B3B6 background

This text has black color on #A7B3B6 background.


White color preview on #A7B3B6 background

This text has white color on #A7B3B6 background.


Related colors

Complementary color

Complementary color for #hex is #584C49.


I love getcolorcode.com

Triadic colors

1 #B6A7B3 and #B3B6A7 with #A7B3B6 are triadic colors.

2 #B6B3A7 and #B3A7B6 with #A7B3B6 are triadic colors.