COLOR #B6AAAB

HEX: #B6AAAB
RGB: (182,170,171)

Color info

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

RGB color model

#B6AAAB color RGB value is (182,170,171).

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

RGB channels and saturation

R 182 of 255 = 71%
G 170 of 255 = 67%
B 171 of 255 = 67%

182
170
171

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

Portions of RGB colors in percentages

R + G + B =
182 + 170 + 171 = 523 (100%)
R 182 of 523 ~ 34.8%
G 170 of 523 ~ 32.5%
B 171 of 523 ~ 32.7%

%34.8
%32.5
%32.7

CMYK color model

#B6AAAB color CMYK value is (0,7,6,29).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(0,7,6,29)
C0M7Y6K29 
(0%,7%,6%,29%)
(0.00/0.07/0.06/0.29)	

CMYK percentages

%0
%6.59
%6.04
%28.63

Codes

Color #B6AAAB in popluar color models

B6AAAB
RGB182170171
HSL355°7.59%69.02%
HSB/HSV355°6.59%71.37%
CMYK0.00%6.59%6.04%
28.63%

Color #B6AAAB in popluar number systems.

HEXB6AAAB
Decimal182170171
Binary101101101010101010101011
Octal266252253

Shades and tints

Shades of #B6AAAB

#B6AAAB
(182,170,171)
#A69B9C
(166,155,156)
#968C8D
(150,140,141)
#867D7E
(134,125,126)
#766E6F
(118,110,111)
#665F60
(102,95,96)
#565051
(86,80,81)
#464142
(70,65,66)
#363233
(54,50,51)
#262324
(38,35,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #B6AAAB

#B6AAAB
(182,170,171)
#BCB1B2
(188,177,178)
#C2B8B9
(194,184,185)
#C8BFC0
(200,191,192)
#CEC6C7
(206,198,199)
#D4CDCE
(212,205,206)
#DAD4D5
(218,212,213)
#E0DBDC
(224,219,220)
#E6E2E3
(230,226,227)
#ECE9EA
(236,233,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AAAB; }

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

This text font color is #B6AAAB.


Background Color

.myBgColor { background-color: #B6AAAB; }

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

This div background color is #B6AAAB.


Border color

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

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

This div border color is #B6AAAB.


Opacity

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

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

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

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

This text has shadow with #B6AAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AAAB on black background.


Color preview on white background

This text has color #B6AAAB on white background.



Black color preview on #B6AAAB background

This text has black color on #B6AAAB background.


White color preview on #B6AAAB background

This text has white color on #B6AAAB background.