COLOR #B6BABB

HEX: #B6BABB
RGB: (182,186,187)

Color info

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

RGB color model

#B6BABB color RGB value is (182,186,187).

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

RGB channels and saturation

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

182
186
187

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

Portions of RGB colors in percentages

R + G + B =
182 + 186 + 187 = 555 (100%)
R 182 of 555 ~ 32.79%
G 186 of 555 ~ 33.51%
B 187 of 555 ~ 33.69%

%32.79
%33.51
%33.69

CMYK color model

#B6BABB color CMYK value is (3,1,0,27).

  • cyan value is 2.67%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(3,1,0,27)
C3M1Y0K27 
(3%,1%,0%,27%)
(0.03/0.01/0.00/0.27)	

CMYK percentages

%2.67
%0.53
%0
%26.67

Codes

Color #B6BABB in popluar color models

B6BABB
RGB182186187
HSL192°3.55%72.35%
HSB/HSV192°2.67%73.33%
CMYK2.67%0.53%0.00%
26.67%

Color #B6BABB in popluar number systems.

HEXB6BABB
Decimal182186187
Binary101101101011101010111011
Octal266272273

Shades and tints

Shades of #B6BABB

#B6BABB
(182,186,187)
#A6AAAA
(166,170,170)
#969A99
(150,154,153)
#868A88
(134,138,136)
#767A77
(118,122,119)
#666A66
(102,106,102)
#565A55
(86,90,85)
#464A44
(70,74,68)
#363A33
(54,58,51)
#262A22
(38,42,34)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #B6BABB

#B6BABB
(182,186,187)
#BCC0C1
(188,192,193)
#C2C6C7
(194,198,199)
#C8CCCD
(200,204,205)
#CED2D3
(206,210,211)
#D4D8D9
(212,216,217)
#DADEDF
(218,222,223)
#E0E4E5
(224,228,229)
#E6EAEB
(230,234,235)
#ECF0F1
(236,240,241)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BABB; }

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

This text font color is #B6BABB.


Background Color

.myBgColor { background-color: #B6BABB; }

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

This div background color is #B6BABB.


Border color

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

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

This div border color is #B6BABB.


Opacity

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

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

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

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

This text has shadow with #B6BABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BABB on black background.


Color preview on white background

This text has color #B6BABB on white background.



Black color preview on #B6BABB background

This text has black color on #B6BABB background.


White color preview on #B6BABB background

This text has white color on #B6BABB background.