COLOR #A7B6BF

HEX: #A7B6BF RGB: (167,182,191)

Color info

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

RGB color model

#A7B6BF color RGB value is (167,182,191).

RGB: (167,182,191) (65%, 71%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 182 of 255 = 71%
B 191 of 255 = 75%

167
182
191

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

Portions of RGB colors in percentages

R + G + B = 167 + 182 + 191 = 540 (100%)
R 167 of 540 ~ 30.93%
G 182 of 540 ~ 33.7%
B 191 of 540 ~ 35.37'%

%30.93
%33.7
%35.37

CMYK color model

#A7B6BF color CMYK value is (13,5,0,25).

  • cyan value is 12.57%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (13,5,0,25)
C13M5Y0K25 (13%, 5%, 0%, 25%)
(0.13 / 0.05 / 0.00 / 0.25)

CMYK percentages

%12.57
%4.71
%0
%25.1

Codes

Color #A7B6BF in popluar color models

A7 B6 BF
RGB 167 182 191
HSL 203° 15.79% 70.20%
HSB/HSV 203° 12.57% 74.90%
CMYK 12.57% 4.71% 0.00%
25.10%

Color #A7B6BF in popluar number systems.

HEX A7 B6 BF
Decimal 167 182 191
Binary 10100111 10110110 10111111
Octal 247 266 277

Shades and tints

Shades of #A7B6BF

#A7B6BF
(167,182,191)
#98A6AE
(152,166,174)
#89969D
(137,150,157)
#7A868C
(122,134,140)
#6B767B
(107,118,123)
#5C666A
(92,102,106)
#4D5659
(77,86,89)
#3E4648
(62,70,72)
#2F3637
(47,54,55)
#202626
(32,38,38)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #A7B6BF

#A7B6BF
(167,182,191)
#AFBCC4
(175,188,196)
#B7C2C9
(183,194,201)
#BFC8CE
(191,200,206)
#C7CED3
(199,206,211)
#CFD4D8
(207,212,216)
#D7DADD
(215,218,221)
#DFE0E2
(223,224,226)
#E7E6E7
(231,230,231)
#EFECEC
(239,236,236)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B6BF; }

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

This text font color is #A7B6BF.

Background Color

.myBgColor { background-color: #A7B6BF; }

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

This div background color is #A7B6BF.

Border color

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

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

This div border color is #A7B6BF.

Opacity

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

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

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

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

This text has shadow with #A7B6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B6BF.

Preview

Color preview on black background

This text has color #A7B6BF on black background.


Color preview on white background

This text has color #A7B6BF on white background.


Black color preview on #A7B6BF background

This text has black color on #A7B6BF background.


White color preview on #A7B6BF background

This text has white color on #A7B6BF background.


Related colors

Complementary color

Complementary color for #hex is #584940.


I love getcolorcode.com

Triadic colors

1 #BFA7B6 and #B6BFA7 with #A7B6BF are triadic colors.

2 #BFB6A7 and #B6A7BF with #A7B6BF are triadic colors.