COLOR #B6BDBB

HEX: #B6BDBB
RGB: (182,189,187)

Color info

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

RGB color model

#B6BDBB color RGB value is (182,189,187).

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

RGB channels and saturation

R 182 of 255 = 71%
G 189 of 255 = 74%
B 187 of 255 = 73%

182
189
187

R + G + B ~ 73%. #B6BDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 189 + 187 = 558 (100%)
R 182 of 558 ~ 32.62%
G 189 of 558 ~ 33.87%
B 187 of 558 ~ 33.51%

%32.62
%33.87
%33.51

CMYK color model

#B6BDBB color CMYK value is (4,0,1,26).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK:
(4,0,1,26)
C4M0Y1K26 
(4%,0%,1%,26%)
(0.04/0.00/0.01/0.26)	

CMYK percentages

%3.7
%0
%1.06
%25.88

Codes

Color #B6BDBB in popluar color models

B6BDBB
RGB182189187
HSL163°5.04%72.75%
HSB/HSV163°3.70%74.12%
CMYK3.70%0.00%1.06%
25.88%

Color #B6BDBB in popluar number systems.

HEXB6BDBB
Decimal182189187
Binary101101101011110110111011
Octal266275273

Shades and tints

Shades of #B6BDBB

#B6BDBB
(182,189,187)
#A6ACAA
(166,172,170)
#969B99
(150,155,153)
#868A88
(134,138,136)
#767977
(118,121,119)
#666866
(102,104,102)
#565755
(86,87,85)
#464644
(70,70,68)
#363533
(54,53,51)
#262422
(38,36,34)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #B6BDBB

#B6BDBB
(182,189,187)
#BCC3C1
(188,195,193)
#C2C9C7
(194,201,199)
#C8CFCD
(200,207,205)
#CED5D3
(206,213,211)
#D4DBD9
(212,219,217)
#DAE1DF
(218,225,223)
#E0E7E5
(224,231,229)
#E6EDEB
(230,237,235)
#ECF3F1
(236,243,241)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BDBB; }

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

This text font color is #B6BDBB.


Background Color

.myBgColor { background-color: #B6BDBB; }

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

This div background color is #B6BDBB.


Border color

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

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

This div border color is #B6BDBB.


Opacity

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

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

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

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

This text has shadow with #B6BDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BDBB on black background.


Color preview on white background

This text has color #B6BDBB on white background.



Black color preview on #B6BDBB background

This text has black color on #B6BDBB background.


White color preview on #B6BDBB background

This text has white color on #B6BDBB background.