COLOR #B6B9AB

HEX: #B6B9AB
RGB: (182,185,171)

Color info

#B6B9AB contains red, green and blue colors in about the same proportion. Web safe color of #B6B9AB is #CCCC99 (or #CC9).

RGB color model

#B6B9AB color RGB value is (182,185,171).

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

RGB channels and saturation

R 182 of 255 = 71%
G 185 of 255 = 73%
B 171 of 255 = 67%

182
185
171

R + G + B ~ 70%. #B6B9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 185 + 171 = 538 (100%)
R 182 of 538 ~ 33.83%
G 185 of 538 ~ 34.39%
B 171 of 538 ~ 31.78%

%33.83
%34.39
%31.78

CMYK color model

#B6B9AB color CMYK value is (2,0,8,27).

  • cyan value is 1.62%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(2,0,8,27)
C2M0Y8K27 
(2%,0%,8%,27%)
(0.02/0.00/0.08/0.27)	

CMYK percentages

%1.62
%0
%7.57
%27.45

Codes

Color #B6B9AB in popluar color models

B6B9AB
RGB182185171
HSL73°9.09%69.80%
HSB/HSV73°7.57%72.55%
CMYK1.62%0.00%7.57%
27.45%

Color #B6B9AB in popluar number systems.

HEXB6B9AB
Decimal182185171
Binary101101101011100110101011
Octal266271253

Shades and tints

Shades of #B6B9AB

#B6B9AB
(182,185,171)
#A6A99C
(166,169,156)
#96998D
(150,153,141)
#86897E
(134,137,126)
#76796F
(118,121,111)
#666960
(102,105,96)
#565951
(86,89,81)
#464942
(70,73,66)
#363933
(54,57,51)
#262924
(38,41,36)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #B6B9AB

#B6B9AB
(182,185,171)
#BCBFB2
(188,191,178)
#C2C5B9
(194,197,185)
#C8CBC0
(200,203,192)
#CED1C7
(206,209,199)
#D4D7CE
(212,215,206)
#DADDD5
(218,221,213)
#E0E3DC
(224,227,220)
#E6E9E3
(230,233,227)
#ECEFEA
(236,239,234)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B9AB; }

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

This text font color is #B6B9AB.


Background Color

.myBgColor { background-color: #B6B9AB; }

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

This div background color is #B6B9AB.


Border color

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

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

This div border color is #B6B9AB.


Opacity

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

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

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

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

This text has shadow with #B6B9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B9AB on black background.


Color preview on white background

This text has color #B6B9AB on white background.



Black color preview on #B6B9AB background

This text has black color on #B6B9AB background.


White color preview on #B6B9AB background

This text has white color on #B6B9AB background.