COLOR #B4B7B5

HEX: #B4B7B5
RGB: (180,183,181)

Color info

#B4B7B5 contains red, green and blue colors in about the same proportion. Web safe color of #B4B7B5 is #CCCCCC (or #CCC).

RGB color model

#B4B7B5 color RGB value is (180,183,181).

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

RGB channels and saturation

R 180 of 255 = 71%
G 183 of 255 = 72%
B 181 of 255 = 71%

180
183
181

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

Portions of RGB colors in percentages

R + G + B =
180 + 183 + 181 = 544 (100%)
R 180 of 544 ~ 33.09%
G 183 of 544 ~ 33.64%
B 181 of 544 ~ 33.27%

%33.09
%33.64
%33.27

CMYK color model

#B4B7B5 color CMYK value is (2,0,1,28).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 28.24%
CMYK:
(2,0,1,28)
C2M0Y1K28 
(2%,0%,1%,28%)
(0.02/0.00/0.01/0.28)	

CMYK percentages

%1.64
%0
%1.09
%28.24

Codes

Color #B4B7B5 in popluar color models

B4B7B5
RGB180183181
HSL140°2.04%71.18%
HSB/HSV140°1.64%71.76%
CMYK1.64%0.00%1.09%
28.24%

Color #B4B7B5 in popluar number systems.

HEXB4B7B5
Decimal180183181
Binary101101001011011110110101
Octal264267265

Shades and tints

Shades of #B4B7B5

#B4B7B5
(180,183,181)
#A4A7A5
(164,167,165)
#949795
(148,151,149)
#848785
(132,135,133)
#747775
(116,119,117)
#646765
(100,103,101)
#545755
(84,87,85)
#444745
(68,71,69)
#343735
(52,55,53)
#242725
(36,39,37)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #B4B7B5

#B4B7B5
(180,183,181)
#BABDBB
(186,189,187)
#C0C3C1
(192,195,193)
#C6C9C7
(198,201,199)
#CCCFCD
(204,207,205)
#D2D5D3
(210,213,211)
#D8DBD9
(216,219,217)
#DEE1DF
(222,225,223)
#E4E7E5
(228,231,229)
#EAEDEB
(234,237,235)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B7B5; }

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

This text font color is #B4B7B5.


Background Color

.myBgColor { background-color: #B4B7B5; }

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

This div background color is #B4B7B5.


Border color

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

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

This div border color is #B4B7B5.


Opacity

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

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

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

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

This text has shadow with #B4B7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B7B5 on black background.


Color preview on white background

This text has color #B4B7B5 on white background.



Black color preview on #B4B7B5 background

This text has black color on #B4B7B5 background.


White color preview on #B4B7B5 background

This text has white color on #B4B7B5 background.