COLOR #B3B6B1

HEX: #B3B6B1 RGB: (179,182,177)

Color info

#B3B6B1 contains red, green and blue colors in about the same proportion. Web safe color of #B3B6B1 is #99CC99 (or #9C9).

RGB color model

#B3B6B1 color RGB value is (179,182,177).

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

RGB channels and saturation

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

179
182
177

R + G + B ~ 70%. #B3B6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 182 + 177 = 538 (100%)
R 179 of 538 ~ 33.27%
G 182 of 538 ~ 33.83%
B 177 of 538 ~ 32.9'%

%33.27
%33.83
%32.9

CMYK color model

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

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

CMYK: (2,0,3,29)
C2M0Y3K29 (2%, 0%, 3%, 29%)
(0.02 / 0.00 / 0.03 / 0.29)

CMYK percentages

%1.65
%0
%2.75
%28.63

Codes

Color #B3B6B1 in popluar color models

B3 B6 B1
RGB 179 182 177
HSL 96° 3.31% 70.39%
HSB/HSV 96° 2.75% 71.37%
CMYK 1.65% 0.00% 2.75%
28.63%

Color #B3B6B1 in popluar number systems.

HEX B3 B6 B1
Decimal 179 182 177
Binary 10110011 10110110 10110001
Octal 263 266 261

Shades and tints

Shades of #B3B6B1

#B3B6B1
(179,182,177)
#A3A6A1
(163,166,161)
#939691
(147,150,145)
#838681
(131,134,129)
#737671
(115,118,113)
#636661
(99,102,97)
#535651
(83,86,81)
#434641
(67,70,65)
#333631
(51,54,49)
#232621
(35,38,33)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #B3B6B1

#B3B6B1
(179,182,177)
#B9BCB8
(185,188,184)
#BFC2BF
(191,194,191)
#C5C8C6
(197,200,198)
#CBCECD
(203,206,205)
#D1D4D4
(209,212,212)
#D7DADB
(215,218,219)
#DDE0E2
(221,224,226)
#E3E6E9
(227,230,233)
#E9ECF0
(233,236,240)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B6B1; }

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

This text font color is #B3B6B1.

Background Color

.myBgColor { background-color: #B3B6B1; }

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

This div background color is #B3B6B1.

Border color

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

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

This div border color is #B3B6B1.

Opacity

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

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

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

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

This text has shadow with #B3B6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B6B1.

Preview

Color preview on black background

This text has color #B3B6B1 on black background.


Color preview on white background

This text has color #B3B6B1 on white background.


Black color preview on #B3B6B1 background

This text has black color on #B3B6B1 background.


White color preview on #B3B6B1 background

This text has white color on #B3B6B1 background.


Related colors

Complementary color

Complementary color for #hex is #4C494E.


I love getcolorcode.com

Triadic colors

1 #B1B3B6 and #B6B1B3 with #B3B6B1 are triadic colors.

2 #B1B6B3 and #B6B3B1 with #B3B6B1 are triadic colors.