COLOR #B4B1B1

HEX: #B4B1B1
RGB: (180,177,177)

Color info

#B4B1B1 contains red, green and blue colors in about the same proportion. Web safe color of #B4B1B1 is #CC9999 (or #C99).

RGB color model

#B4B1B1 color RGB value is (180,177,177).

  • red value is 180;
  • green value is 177;
  • blue value is 177.
RGB:
(180,177,177)
(71%,69%,69%)

RGB channels and saturation

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

180
177
177

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

Portions of RGB colors in percentages

R + G + B =
180 + 177 + 177 = 534 (100%)
R 180 of 534 ~ 33.71%
G 177 of 534 ~ 33.15%
B 177 of 534 ~ 33.15%

%33.71
%33.15
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 1.67%
  • key color value is 29.41%
CMYK:
(0,2,2,29)
C0M2Y2K29 
(0%,2%,2%,29%)
(0.00/0.02/0.02/0.29)	

CMYK percentages

%0
%1.67
%1.67
%29.41

Codes

Color #B4B1B1 in popluar color models

B4B1B1
RGB180177177
HSL1.96%70.00%
HSB/HSV1.67%70.59%
CMYK0.00%1.67%1.67%
29.41%

Color #B4B1B1 in popluar number systems.

HEXB4B1B1
Decimal180177177
Binary101101001011000110110001
Octal264261261

Shades and tints

Shades of #B4B1B1

#B4B1B1
(180,177,177)
#A4A1A1
(164,161,161)
#949191
(148,145,145)
#848181
(132,129,129)
#747171
(116,113,113)
#646161
(100,97,97)
#545151
(84,81,81)
#444141
(68,65,65)
#343131
(52,49,49)
#242121
(36,33,33)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #B4B1B1

#B4B1B1
(180,177,177)
#BAB8B8
(186,184,184)
#C0BFBF
(192,191,191)
#C6C6C6
(198,198,198)
#CCCDCD
(204,205,205)
#D2D4D4
(210,212,212)
#D8DBDB
(216,219,219)
#DEE2E2
(222,226,226)
#E4E9E9
(228,233,233)
#EAF0F0
(234,240,240)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B1B1; }

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

This text font color is #B4B1B1.


Background Color

.myBgColor { background-color: #B4B1B1; }

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

This div background color is #B4B1B1.


Border color

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

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

This div border color is #B4B1B1.


Opacity

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

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

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

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

This text has shadow with #B4B1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B1B1 on black background.


Color preview on white background

This text has color #B4B1B1 on white background.



Black color preview on #B4B1B1 background

This text has black color on #B4B1B1 background.


White color preview on #B4B1B1 background

This text has white color on #B4B1B1 background.