COLOR #B6A2AB

HEX: #B6A2AB
RGB: (182,162,171)

Color info

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

RGB color model

#B6A2AB color RGB value is (182,162,171).

  • red value is 182;
  • green value is 162;
  • blue value is 171.
RGB:
(182,162,171)
(71%,64%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 162 of 255 = 64%
B 171 of 255 = 67%

182
162
171

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

Portions of RGB colors in percentages

R + G + B =
182 + 162 + 171 = 515 (100%)
R 182 of 515 ~ 35.34%
G 162 of 515 ~ 31.46%
B 171 of 515 ~ 33.2%

%35.34
%31.46
%33.2

CMYK color model

#B6A2AB color CMYK value is (0,11,6,29).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(0,11,6,29)
C0M11Y6K29 
(0%,11%,6%,29%)
(0.00/0.11/0.06/0.29)	

CMYK percentages

%0
%10.99
%6.04
%28.63

Codes

Color #B6A2AB in popluar color models

B6A2AB
RGB182162171
HSL333°12.05%67.45%
HSB/HSV333°10.99%71.37%
CMYK0.00%10.99%6.04%
28.63%

Color #B6A2AB in popluar number systems.

HEXB6A2AB
Decimal182162171
Binary101101101010001010101011
Octal266242253

Shades and tints

Shades of #B6A2AB

#B6A2AB
(182,162,171)
#A6949C
(166,148,156)
#96868D
(150,134,141)
#86787E
(134,120,126)
#766A6F
(118,106,111)
#665C60
(102,92,96)
#564E51
(86,78,81)
#464042
(70,64,66)
#363233
(54,50,51)
#262424
(38,36,36)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #B6A2AB

#B6A2AB
(182,162,171)
#BCAAB2
(188,170,178)
#C2B2B9
(194,178,185)
#C8BAC0
(200,186,192)
#CEC2C7
(206,194,199)
#D4CACE
(212,202,206)
#DAD2D5
(218,210,213)
#E0DADC
(224,218,220)
#E6E2E3
(230,226,227)
#ECEAEA
(236,234,234)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A2AB color. Also use rgb(182,162,171) instead hex code.

Text Font Color

.myTextColor { color: #B6A2AB; }

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

This text font color is #B6A2AB.


Background Color

.myBgColor { background-color: #B6A2AB; }

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

This div background color is #B6A2AB.


Border color

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

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

This div border color is #B6A2AB.


Opacity

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

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

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

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

This text has shadow with #B6A2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A2AB on black background.


Color preview on white background

This text has color #B6A2AB on white background.



Black color preview on #B6A2AB background

This text has black color on #B6A2AB background.


White color preview on #B6A2AB background

This text has white color on #B6A2AB background.