COLOR #B6B6B3

HEX: #B6B6B3 RGB: (182,182,179)

Color info

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

RGB color model

#B6B6B3 color RGB value is (182,182,179).

RGB: (182,182,179) (71%, 71%, 70%)

RGB channels and saturation

R 182 of 255 = 71%
G 182 of 255 = 71%
B 179 of 255 = 70%

182
182
179

R + G + B ~ 71%. #B6B6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 182 + 179 = 543 (100%)
R 182 of 543 ~ 33.52%
G 182 of 543 ~ 33.52%
B 179 of 543 ~ 32.97'%

%33.52
%33.52
%32.97

CMYK color model

#B6B6B3 color CMYK value is (0,0,2,29).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 28.63%

CMYK: (0,0,2,29)
C0M0Y2K29 (0%, 0%, 2%, 29%)
(0.00 / 0.00 / 0.02 / 0.29)

CMYK percentages

%0
%0
%1.65
%28.63

Codes

Color #B6B6B3 in popluar color models

B6 B6 B3
RGB 182 182 179
HSL 60° 2.01% 70.78%
HSB/HSV 60° 1.65% 71.37%
CMYK 0.00% 0.00% 1.65%
28.63%

Color #B6B6B3 in popluar number systems.

HEX B6 B6 B3
Decimal 182 182 179
Binary 10110110 10110110 10110011
Octal 266 266 263

Shades and tints

Shades of #B6B6B3

#B6B6B3
(182,182,179)
#A6A6A3
(166,166,163)
#969693
(150,150,147)
#868683
(134,134,131)
#767673
(118,118,115)
#666663
(102,102,99)
#565653
(86,86,83)
#464643
(70,70,67)
#363633
(54,54,51)
#262623
(38,38,35)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #B6B6B3

#B6B6B3
(182,182,179)
#BCBCB9
(188,188,185)
#C2C2BF
(194,194,191)
#C8C8C5
(200,200,197)
#CECECB
(206,206,203)
#D4D4D1
(212,212,209)
#DADAD7
(218,218,215)
#E0E0DD
(224,224,221)
#E6E6E3
(230,230,227)
#ECECE9
(236,236,233)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B6B3; }

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

This text font color is #B6B6B3.

Background Color

.myBgColor { background-color: #B6B6B3; }

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

This div background color is #B6B6B3.

Border color

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

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

This div border color is #B6B6B3.

Opacity

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

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

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

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

This text has shadow with #B6B6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B6B3.

Preview

Color preview on black background

This text has color #B6B6B3 on black background.


Color preview on white background

This text has color #B6B6B3 on white background.


Black color preview on #B6B6B3 background

This text has black color on #B6B6B3 background.


White color preview on #B6B6B3 background

This text has white color on #B6B6B3 background.


Related colors

Complementary color

Complementary color for #hex is #49494C.


I love getcolorcode.com