COLOR #B6A0A7

HEX: #B6A0A7
RGB: (182,160,167)

Color info

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

RGB color model

#B6A0A7 color RGB value is (182,160,167).

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

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 167 of 255 = 65%

182
160
167

R + G + B ~ 66%. #B6A0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 160 + 167 = 509 (100%)
R 182 of 509 ~ 35.76%
G 160 of 509 ~ 31.43%
B 167 of 509 ~ 32.81%

%35.76
%31.43
%32.81

CMYK color model

#B6A0A7 color CMYK value is (0,12,8,29).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 8.24%
  • key color value is 28.63%
CMYK:
(0,12,8,29)
C0M12Y8K29 
(0%,12%,8%,29%)
(0.00/0.12/0.08/0.29)	

CMYK percentages

%0
%12.09
%8.24
%28.63

Codes

Color #B6A0A7 in popluar color models

B6A0A7
RGB182160167
HSL341°13.10%67.06%
HSB/HSV341°12.09%71.37%
CMYK0.00%12.09%8.24%
28.63%

Color #B6A0A7 in popluar number systems.

HEXB6A0A7
Decimal182160167
Binary101101101010000010100111
Octal266240247

Shades and tints

Shades of #B6A0A7

#B6A0A7
(182,160,167)
#A69298
(166,146,152)
#968489
(150,132,137)
#86767A
(134,118,122)
#76686B
(118,104,107)
#665A5C
(102,90,92)
#564C4D
(86,76,77)
#463E3E
(70,62,62)
#36302F
(54,48,47)
#262220
(38,34,32)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #B6A0A7

#B6A0A7
(182,160,167)
#BCA8AF
(188,168,175)
#C2B0B7
(194,176,183)
#C8B8BF
(200,184,191)
#CEC0C7
(206,192,199)
#D4C8CF
(212,200,207)
#DAD0D7
(218,208,215)
#E0D8DF
(224,216,223)
#E6E0E7
(230,224,231)
#ECE8EF
(236,232,239)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A0A7; }

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

This text font color is #B6A0A7.


Background Color

.myBgColor { background-color: #B6A0A7; }

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

This div background color is #B6A0A7.


Border color

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

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

This div border color is #B6A0A7.


Opacity

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

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

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

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

This text has shadow with #B6A0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A0A7 on black background.


Color preview on white background

This text has color #B6A0A7 on white background.



Black color preview on #B6A0A7 background

This text has black color on #B6A0A7 background.


White color preview on #B6A0A7 background

This text has white color on #B6A0A7 background.