COLOR #B6B2AB

HEX: #B6B2AB
RGB: (182,178,171)

Color info

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

RGB color model

#B6B2AB color RGB value is (182,178,171).

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

RGB channels and saturation

R 182 of 255 = 71%
G 178 of 255 = 70%
B 171 of 255 = 67%

182
178
171

R + G + B ~ 69%. #B6B2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 178 + 171 = 531 (100%)
R 182 of 531 ~ 34.27%
G 178 of 531 ~ 33.52%
B 171 of 531 ~ 32.2%

%34.27
%33.52
%32.2

CMYK color model

#B6B2AB color CMYK value is (0,2,6,29).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(0,2,6,29)
C0M2Y6K29 
(0%,2%,6%,29%)
(0.00/0.02/0.06/0.29)	

CMYK percentages

%0
%2.2
%6.04
%28.63

Codes

Color #B6B2AB in popluar color models

B6B2AB
RGB182178171
HSL38°7.01%69.22%
HSB/HSV38°6.04%71.37%
CMYK0.00%2.20%6.04%
28.63%

Color #B6B2AB in popluar number systems.

HEXB6B2AB
Decimal182178171
Binary101101101011001010101011
Octal266262253

Shades and tints

Shades of #B6B2AB

#B6B2AB
(182,178,171)
#A6A29C
(166,162,156)
#96928D
(150,146,141)
#86827E
(134,130,126)
#76726F
(118,114,111)
#666260
(102,98,96)
#565251
(86,82,81)
#464242
(70,66,66)
#363233
(54,50,51)
#262224
(38,34,36)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #B6B2AB

#B6B2AB
(182,178,171)
#BCB9B2
(188,185,178)
#C2C0B9
(194,192,185)
#C8C7C0
(200,199,192)
#CECEC7
(206,206,199)
#D4D5CE
(212,213,206)
#DADCD5
(218,220,213)
#E0E3DC
(224,227,220)
#E6EAE3
(230,234,227)
#ECF1EA
(236,241,234)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B2AB; }

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

This text font color is #B6B2AB.


Background Color

.myBgColor { background-color: #B6B2AB; }

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

This div background color is #B6B2AB.


Border color

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

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

This div border color is #B6B2AB.


Opacity

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

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

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

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

This text has shadow with #B6B2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B2AB on black background.


Color preview on white background

This text has color #B6B2AB on white background.



Black color preview on #B6B2AB background

This text has black color on #B6B2AB background.


White color preview on #B6B2AB background

This text has white color on #B6B2AB background.