COLOR #B6A8AA

HEX: #B6A8AA
RGB: (182,168,170)

Color info

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

RGB color model

#B6A8AA color RGB value is (182,168,170).

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

RGB channels and saturation

R 182 of 255 = 71%
G 168 of 255 = 66%
B 170 of 255 = 67%

182
168
170

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

Portions of RGB colors in percentages

R + G + B =
182 + 168 + 170 = 520 (100%)
R 182 of 520 ~ 35%
G 168 of 520 ~ 32.31%
B 170 of 520 ~ 32.69%

%35
%32.31
%32.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.69%
  • 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
%7.69
%6.59
%28.63

Codes

Color #B6A8AA in popluar color models

B6A8AA
RGB182168170
HSL351°8.75%68.63%
HSB/HSV351°7.69%71.37%
CMYK0.00%7.69%6.59%
28.63%

Color #B6A8AA in popluar number systems.

HEXB6A8AA
Decimal182168170
Binary101101101010100010101010
Octal266250252

Shades and tints

Shades of #B6A8AA

#B6A8AA
(182,168,170)
#A6999B
(166,153,155)
#968A8C
(150,138,140)
#867B7D
(134,123,125)
#766C6E
(118,108,110)
#665D5F
(102,93,95)
#564E50
(86,78,80)
#463F41
(70,63,65)
#363032
(54,48,50)
#262123
(38,33,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #B6A8AA

#B6A8AA
(182,168,170)
#BCAFB1
(188,175,177)
#C2B6B8
(194,182,184)
#C8BDBF
(200,189,191)
#CEC4C6
(206,196,198)
#D4CBCD
(212,203,205)
#DAD2D4
(218,210,212)
#E0D9DB
(224,217,219)
#E6E0E2
(230,224,226)
#ECE7E9
(236,231,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A8AA; }

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

This text font color is #B6A8AA.


Background Color

.myBgColor { background-color: #B6A8AA; }

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

This div background color is #B6A8AA.


Border color

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

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

This div border color is #B6A8AA.


Opacity

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

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

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

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

This text has shadow with #B6A8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A8AA on black background.


Color preview on white background

This text has color #B6A8AA on white background.



Black color preview on #B6A8AA background

This text has black color on #B6A8AA background.


White color preview on #B6A8AA background

This text has white color on #B6A8AA background.