COLOR #B4B6B1

HEX: #B4B6B1 RGB: (180,182,177)

Color info

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

RGB color model

#B4B6B1 color RGB value is (180,182,177).

RGB: (180,182,177) (71%, 71%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 182 of 255 = 71%
B 177 of 255 = 69%

180
182
177

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

Portions of RGB colors in percentages

R + G + B = 180 + 182 + 177 = 539 (100%)
R 180 of 539 ~ 33.4%
G 182 of 539 ~ 33.77%
B 177 of 539 ~ 32.84'%

%33.4
%33.77
%32.84

CMYK color model

#B4B6B1 color CMYK value is (1,0,3,29).

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

CMYK: (1,0,3,29)
C1M0Y3K29 (1%, 0%, 3%, 29%)
(0.01 / 0.00 / 0.03 / 0.29)

CMYK percentages

%1.1
%0
%2.75
%28.63

Codes

Color #B4B6B1 in popluar color models

B4 B6 B1
RGB 180 182 177
HSL 84° 3.31% 70.39%
HSB/HSV 84° 2.75% 71.37%
CMYK 1.10% 0.00% 2.75%
28.63%

Color #B4B6B1 in popluar number systems.

HEX B4 B6 B1
Decimal 180 182 177
Binary 10110100 10110110 10110001
Octal 264 266 261

Shades and tints

Shades of #B4B6B1

#B4B6B1
(180,182,177)
#A4A6A1
(164,166,161)
#949691
(148,150,145)
#848681
(132,134,129)
#747671
(116,118,113)
#646661
(100,102,97)
#545651
(84,86,81)
#444641
(68,70,65)
#343631
(52,54,49)
#242621
(36,38,33)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #B4B6B1

#B4B6B1
(180,182,177)
#BABCB8
(186,188,184)
#C0C2BF
(192,194,191)
#C6C8C6
(198,200,198)
#CCCECD
(204,206,205)
#D2D4D4
(210,212,212)
#D8DADB
(216,218,219)
#DEE0E2
(222,224,226)
#E4E6E9
(228,230,233)
#EAECF0
(234,236,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B6B1; }

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

This text font color is #B4B6B1.

Background Color

.myBgColor { background-color: #B4B6B1; }

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

This div background color is #B4B6B1.

Border color

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

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

This div border color is #B4B6B1.

Opacity

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

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

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

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

This text has shadow with #B4B6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B6B1.

Preview

Color preview on black background

This text has color #B4B6B1 on black background.


Color preview on white background

This text has color #B4B6B1 on white background.


Black color preview on #B4B6B1 background

This text has black color on #B4B6B1 background.


White color preview on #B4B6B1 background

This text has white color on #B4B6B1 background.


Related colors

Complementary color

Complementary color for #hex is #4B494E.


I love getcolorcode.com

Triadic colors

1 #B1B4B6 and #B6B1B4 with #B4B6B1 are triadic colors.

2 #B1B6B4 and #B6B4B1 with #B4B6B1 are triadic colors.