COLOR #B6BAB9

HEX: #B6BAB9
RGB: (182,186,185)

Color info

#B6BAB9 contains red, green and blue colors in about the same proportion. Web safe color of #B6BAB9 is #CCCCCC (or #CCC).

RGB color model

#B6BAB9 color RGB value is (182,186,185).

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

RGB channels and saturation

R 182 of 255 = 71%
G 186 of 255 = 73%
B 185 of 255 = 73%

182
186
185

R + G + B ~ 72%. #B6BAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 186 + 185 = 553 (100%)
R 182 of 553 ~ 32.91%
G 186 of 553 ~ 33.63%
B 185 of 553 ~ 33.45%

%32.91
%33.63
%33.45

CMYK color model

#B6BAB9 color CMYK value is (2,0,1,27).

  • cyan value is 2.15%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK:
(2,0,1,27)
C2M0Y1K27 
(2%,0%,1%,27%)
(0.02/0.00/0.01/0.27)	

CMYK percentages

%2.15
%0
%0.54
%27.06

Codes

Color #B6BAB9 in popluar color models

B6BAB9
RGB182186185
HSL165°2.82%72.16%
HSB/HSV165°2.15%72.94%
CMYK2.15%0.00%0.54%
27.06%

Color #B6BAB9 in popluar number systems.

HEXB6BAB9
Decimal182186185
Binary101101101011101010111001
Octal266272271

Shades and tints

Shades of #B6BAB9

#B6BAB9
(182,186,185)
#A6AAA9
(166,170,169)
#969A99
(150,154,153)
#868A89
(134,138,137)
#767A79
(118,122,121)
#666A69
(102,106,105)
#565A59
(86,90,89)
#464A49
(70,74,73)
#363A39
(54,58,57)
#262A29
(38,42,41)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #B6BAB9

#B6BAB9
(182,186,185)
#BCC0BF
(188,192,191)
#C2C6C5
(194,198,197)
#C8CCCB
(200,204,203)
#CED2D1
(206,210,209)
#D4D8D7
(212,216,215)
#DADEDD
(218,222,221)
#E0E4E3
(224,228,227)
#E6EAE9
(230,234,233)
#ECF0EF
(236,240,239)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BAB9; }

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

This text font color is #B6BAB9.


Background Color

.myBgColor { background-color: #B6BAB9; }

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

This div background color is #B6BAB9.


Border color

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

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

This div border color is #B6BAB9.


Opacity

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

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

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

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

This text has shadow with #B6BAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BAB9 on black background.


Color preview on white background

This text has color #B6BAB9 on white background.



Black color preview on #B6BAB9 background

This text has black color on #B6BAB9 background.


White color preview on #B6BAB9 background

This text has white color on #B6BAB9 background.