COLOR #B4B1B6

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

Color info

#B4B1B6 contains red, green and blue colors in about the same proportion. Web safe color of #B4B1B6 is #CC99CC (or #C9C).

RGB color model

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

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

RGB channels and saturation

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

180
177
182

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

Portions of RGB colors in percentages

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

%33.4
%32.84
%33.77

CMYK color model

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

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

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

CMYK percentages

%1.1
%2.75
%0
%28.63

Codes

Color #B4B1B6 in popluar color models

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

Color #B4B1B6 in popluar number systems.

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

Shades and tints

Shades of #B4B1B6

#B4B1B6
(180,177,182)
#A4A1A6
(164,161,166)
#949196
(148,145,150)
#848186
(132,129,134)
#747176
(116,113,118)
#646166
(100,97,102)
#545156
(84,81,86)
#444146
(68,65,70)
#343136
(52,49,54)
#242126
(36,33,38)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #B4B1B6

#B4B1B6
(180,177,182)
#BAB8BC
(186,184,188)
#C0BFC2
(192,191,194)
#C6C6C8
(198,198,200)
#CCCDCE
(204,205,206)
#D2D4D4
(210,212,212)
#D8DBDA
(216,219,218)
#DEE2E0
(222,226,224)
#E4E9E6
(228,233,230)
#EAF0EC
(234,240,236)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B1B6; }

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

This text font color is #B4B1B6.

Background Color

.myBgColor { background-color: #B4B1B6; }

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

This div background color is #B4B1B6.

Border color

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

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

This div border color is #B4B1B6.

Opacity

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

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

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

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

This text has shadow with #B4B1B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B1B6.

Preview

Color preview on black background

This text has color #B4B1B6 on black background.


Color preview on white background

This text has color #B4B1B6 on white background.


Black color preview on #B4B1B6 background

This text has black color on #B4B1B6 background.


White color preview on #B4B1B6 background

This text has white color on #B4B1B6 background.


Related colors

Complementary color

Complementary color for #hex is #4B4E49.


I love getcolorcode.com

Triadic colors

1 #B6B4B1 and #B1B6B4 with #B4B1B6 are triadic colors.

2 #B6B1B4 and #B1B4B6 with #B4B1B6 are triadic colors.