COLOR #B6A0AC

HEX: #B6A0AC
RGB: (182,160,172)

Color info

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

RGB color model

#B6A0AC color RGB value is (182,160,172).

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

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 172 of 255 = 67%

182
160
172

R + G + B ~ 67%. #B6A0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 160 + 172 = 514 (100%)
R 182 of 514 ~ 35.41%
G 160 of 514 ~ 31.13%
B 172 of 514 ~ 33.46%

%35.41
%31.13
%33.46

CMYK color model

#B6A0AC color CMYK value is (0,12,5,29).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 5.49%
  • key color value is 28.63%
CMYK:
(0,12,5,29)
C0M12Y5K29 
(0%,12%,5%,29%)
(0.00/0.12/0.05/0.29)	

CMYK percentages

%0
%12.09
%5.49
%28.63

Codes

Color #B6A0AC in popluar color models

B6A0AC
RGB182160172
HSL327°13.10%67.06%
HSB/HSV327°12.09%71.37%
CMYK0.00%12.09%5.49%
28.63%

Color #B6A0AC in popluar number systems.

HEXB6A0AC
Decimal182160172
Binary101101101010000010101100
Octal266240254

Shades and tints

Shades of #B6A0AC

#B6A0AC
(182,160,172)
#A6929D
(166,146,157)
#96848E
(150,132,142)
#86767F
(134,118,127)
#766870
(118,104,112)
#665A61
(102,90,97)
#564C52
(86,76,82)
#463E43
(70,62,67)
#363034
(54,48,52)
#262225
(38,34,37)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #B6A0AC

#B6A0AC
(182,160,172)
#BCA8B3
(188,168,179)
#C2B0BA
(194,176,186)
#C8B8C1
(200,184,193)
#CEC0C8
(206,192,200)
#D4C8CF
(212,200,207)
#DAD0D6
(218,208,214)
#E0D8DD
(224,216,221)
#E6E0E4
(230,224,228)
#ECE8EB
(236,232,235)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A0AC; }

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

This text font color is #B6A0AC.


Background Color

.myBgColor { background-color: #B6A0AC; }

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

This div background color is #B6A0AC.


Border color

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

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

This div border color is #B6A0AC.


Opacity

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

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

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

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

This text has shadow with #B6A0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A0AC on black background.


Color preview on white background

This text has color #B6A0AC on white background.



Black color preview on #B6A0AC background

This text has black color on #B6A0AC background.


White color preview on #B6A0AC background

This text has white color on #B6A0AC background.