COLOR #B6A7AA

HEX: #B6A7AA
RGB: (182,167,170)

Color info

#B6A7AA contains red, green and blue colors in about the same proportion. Web safe color of #B6A7AA is #CC9999 (or #C99).

RGB color model

#B6A7AA color RGB value is (182,167,170).

  • red value is 182;
  • green value is 167;
  • blue value is 170.
RGB:
(182,167,170)
(71%,65%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 167 of 255 = 65%
B 170 of 255 = 67%

182
167
170

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

Portions of RGB colors in percentages

R + G + B =
182 + 167 + 170 = 519 (100%)
R 182 of 519 ~ 35.07%
G 167 of 519 ~ 32.18%
B 170 of 519 ~ 32.76%

%35.07
%32.18
%32.76

CMYK color model

#B6A7AA color CMYK value is (0,8,7,29).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(0,8,7,29)
C0M8Y7K29 
(0%,8%,7%,29%)
(0.00/0.08/0.07/0.29)	

CMYK percentages

%0
%8.24
%6.59
%28.63

Codes

Color #B6A7AA in popluar color models

B6A7AA
RGB182167170
HSL348°9.32%68.43%
HSB/HSV348°8.24%71.37%
CMYK0.00%8.24%6.59%
28.63%

Color #B6A7AA in popluar number systems.

HEXB6A7AA
Decimal182167170
Binary101101101010011110101010
Octal266247252

Shades and tints

Shades of #B6A7AA

#B6A7AA
(182,167,170)
#A6989B
(166,152,155)
#96898C
(150,137,140)
#867A7D
(134,122,125)
#766B6E
(118,107,110)
#665C5F
(102,92,95)
#564D50
(86,77,80)
#463E41
(70,62,65)
#362F32
(54,47,50)
#262023
(38,32,35)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #B6A7AA

#B6A7AA
(182,167,170)
#BCAFB1
(188,175,177)
#C2B7B8
(194,183,184)
#C8BFBF
(200,191,191)
#CEC7C6
(206,199,198)
#D4CFCD
(212,207,205)
#DAD7D4
(218,215,212)
#E0DFDB
(224,223,219)
#E6E7E2
(230,231,226)
#ECEFE9
(236,239,233)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A7AA; }

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

This text font color is #B6A7AA.


Background Color

.myBgColor { background-color: #B6A7AA; }

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

This div background color is #B6A7AA.


Border color

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

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

This div border color is #B6A7AA.


Opacity

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

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

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

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

This text has shadow with #B6A7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A7AA on black background.


Color preview on white background

This text has color #B6A7AA on white background.



Black color preview on #B6A7AA background

This text has black color on #B6A7AA background.


White color preview on #B6A7AA background

This text has white color on #B6A7AA background.