COLOR #B6BBBA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

182
187
186

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

Portions of RGB colors in percentages

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

%32.79
%33.69
%33.51

CMYK color model

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

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

CMYK percentages

%2.67
%0
%0.53
%26.67

Codes

Color #B6BBBA in popluar color models

B6BBBA
RGB182187186
HSL168°3.55%72.35%
HSB/HSV168°2.67%73.33%
CMYK2.67%0.00%0.53%
26.67%

Color #B6BBBA in popluar number systems.

HEXB6BBBA
Decimal182187186
Binary101101101011101110111010
Octal266273272

Shades and tints

Shades of #B6BBBA

#B6BBBA
(182,187,186)
#A6AAAA
(166,170,170)
#96999A
(150,153,154)
#86888A
(134,136,138)
#76777A
(118,119,122)
#66666A
(102,102,106)
#56555A
(86,85,90)
#46444A
(70,68,74)
#36333A
(54,51,58)
#26222A
(38,34,42)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #B6BBBA

#B6BBBA
(182,187,186)
#BCC1C0
(188,193,192)
#C2C7C6
(194,199,198)
#C8CDCC
(200,205,204)
#CED3D2
(206,211,210)
#D4D9D8
(212,217,216)
#DADFDE
(218,223,222)
#E0E5E4
(224,229,228)
#E6EBEA
(230,235,234)
#ECF1F0
(236,241,240)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BBBA; }

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

This text font color is #B6BBBA.


Background Color

.myBgColor { background-color: #B6BBBA; }

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

This div background color is #B6BBBA.


Border color

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

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

This div border color is #B6BBBA.


Opacity

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

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

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

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

This text has shadow with #B6BBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BBBA on black background.


Color preview on white background

This text has color #B6BBBA on white background.



Black color preview on #B6BBBA background

This text has black color on #B6BBBA background.


White color preview on #B6BBBA background

This text has white color on #B6BBBA background.