COLOR #B4B9BD

HEX: #B4B9BD
RGB: (180,185,189)

Color info

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

RGB color model

#B4B9BD color RGB value is (180,185,189).

  • red value is 180;
  • green value is 185;
  • blue value is 189.
RGB:
(180,185,189)
(71%,73%,74%)

RGB channels and saturation

R 180 of 255 = 71%
G 185 of 255 = 73%
B 189 of 255 = 74%

180
185
189

R + G + B ~ 73%. #B4B9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 185 + 189 = 554 (100%)
R 180 of 554 ~ 32.49%
G 185 of 554 ~ 33.39%
B 189 of 554 ~ 34.12%

%32.49
%33.39
%34.12

CMYK color model

#B4B9BD color CMYK value is (5,2,0,26).

  • cyan value is 4.76%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,2,0,26)
C5M2Y0K26 
(5%,2%,0%,26%)
(0.05/0.02/0.00/0.26)	

CMYK percentages

%4.76
%2.12
%0
%25.88

Codes

Color #B4B9BD in popluar color models

B4B9BD
RGB180185189
HSL207°6.38%72.35%
HSB/HSV207°4.76%74.12%
CMYK4.76%2.12%0.00%
25.88%

Color #B4B9BD in popluar number systems.

HEXB4B9BD
Decimal180185189
Binary101101001011100110111101
Octal264271275

Shades and tints

Shades of #B4B9BD

#B4B9BD
(180,185,189)
#A4A9AC
(164,169,172)
#94999B
(148,153,155)
#84898A
(132,137,138)
#747979
(116,121,121)
#646968
(100,105,104)
#545957
(84,89,87)
#444946
(68,73,70)
#343935
(52,57,53)
#242924
(36,41,36)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #B4B9BD

#B4B9BD
(180,185,189)
#BABFC3
(186,191,195)
#C0C5C9
(192,197,201)
#C6CBCF
(198,203,207)
#CCD1D5
(204,209,213)
#D2D7DB
(210,215,219)
#D8DDE1
(216,221,225)
#DEE3E7
(222,227,231)
#E4E9ED
(228,233,237)
#EAEFF3
(234,239,243)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B9BD; }

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

This text font color is #B4B9BD.


Background Color

.myBgColor { background-color: #B4B9BD; }

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

This div background color is #B4B9BD.


Border color

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

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

This div border color is #B4B9BD.


Opacity

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

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

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

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

This text has shadow with #B4B9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B9BD on black background.


Color preview on white background

This text has color #B4B9BD on white background.



Black color preview on #B4B9BD background

This text has black color on #B4B9BD background.


White color preview on #B4B9BD background

This text has white color on #B4B9BD background.