COLOR #B4B7B0

HEX: #B4B7B0
RGB: (180,183,176)

Color info

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

RGB color model

#B4B7B0 color RGB value is (180,183,176).

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

RGB channels and saturation

R 180 of 255 = 71%
G 183 of 255 = 72%
B 176 of 255 = 69%

180
183
176

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

Portions of RGB colors in percentages

R + G + B =
180 + 183 + 176 = 539 (100%)
R 180 of 539 ~ 33.4%
G 183 of 539 ~ 33.95%
B 176 of 539 ~ 32.65%

%33.4
%33.95
%32.65

CMYK color model

#B4B7B0 color CMYK value is (2,0,4,28).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 28.24%
CMYK:
(2,0,4,28)
C2M0Y4K28 
(2%,0%,4%,28%)
(0.02/0.00/0.04/0.28)	

CMYK percentages

%1.64
%0
%3.83
%28.24

Codes

Color #B4B7B0 in popluar color models

B4B7B0
RGB180183176
HSL86°4.64%70.39%
HSB/HSV86°3.83%71.76%
CMYK1.64%0.00%3.83%
28.24%

Color #B4B7B0 in popluar number systems.

HEXB4B7B0
Decimal180183176
Binary101101001011011110110000
Octal264267260

Shades and tints

Shades of #B4B7B0

#B4B7B0
(180,183,176)
#A4A7A0
(164,167,160)
#949790
(148,151,144)
#848780
(132,135,128)
#747770
(116,119,112)
#646760
(100,103,96)
#545750
(84,87,80)
#444740
(68,71,64)
#343730
(52,55,48)
#242720
(36,39,32)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #B4B7B0

#B4B7B0
(180,183,176)
#BABDB7
(186,189,183)
#C0C3BE
(192,195,190)
#C6C9C5
(198,201,197)
#CCCFCC
(204,207,204)
#D2D5D3
(210,213,211)
#D8DBDA
(216,219,218)
#DEE1E1
(222,225,225)
#E4E7E8
(228,231,232)
#EAEDEF
(234,237,239)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B7B0; }

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

This text font color is #B4B7B0.


Background Color

.myBgColor { background-color: #B4B7B0; }

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

This div background color is #B4B7B0.


Border color

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

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

This div border color is #B4B7B0.


Opacity

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

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

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

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

This text has shadow with #B4B7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B7B0 on black background.


Color preview on white background

This text has color #B4B7B0 on white background.



Black color preview on #B4B7B0 background

This text has black color on #B4B7B0 background.


White color preview on #B4B7B0 background

This text has white color on #B4B7B0 background.