COLOR #B9B4B7

HEX: #B9B4B7
RGB: (185,180,183)

Color info

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

RGB color model

#B9B4B7 color RGB value is (185,180,183).

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

RGB channels and saturation

R 185 of 255 = 73%
G 180 of 255 = 71%
B 183 of 255 = 72%

185
180
183

R + G + B ~ 72%. #B9B4B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 180 + 183 = 548 (100%)
R 185 of 548 ~ 33.76%
G 180 of 548 ~ 32.85%
B 183 of 548 ~ 33.39%

%33.76
%32.85
%33.39

CMYK color model

#B9B4B7 color CMYK value is (0,3,1,27).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 1.08%
  • key color value is 27.45%
CMYK:
(0,3,1,27)
C0M3Y1K27 
(0%,3%,1%,27%)
(0.00/0.03/0.01/0.27)	

CMYK percentages

%0
%2.7
%1.08
%27.45

Codes

Color #B9B4B7 in popluar color models

B9B4B7
RGB185180183
HSL324°3.45%71.57%
HSB/HSV324°2.70%72.55%
CMYK0.00%2.70%1.08%
27.45%

Color #B9B4B7 in popluar number systems.

HEXB9B4B7
Decimal185180183
Binary101110011011010010110111
Octal271264267

Shades and tints

Shades of #B9B4B7

#B9B4B7
(185,180,183)
#A9A4A7
(169,164,167)
#999497
(153,148,151)
#898487
(137,132,135)
#797477
(121,116,119)
#696467
(105,100,103)
#595457
(89,84,87)
#494447
(73,68,71)
#393437
(57,52,55)
#292427
(41,36,39)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #B9B4B7

#B9B4B7
(185,180,183)
#BFBABD
(191,186,189)
#C5C0C3
(197,192,195)
#CBC6C9
(203,198,201)
#D1CCCF
(209,204,207)
#D7D2D5
(215,210,213)
#DDD8DB
(221,216,219)
#E3DEE1
(227,222,225)
#E9E4E7
(233,228,231)
#EFEAED
(239,234,237)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B4B7; }

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

This text font color is #B9B4B7.


Background Color

.myBgColor { background-color: #B9B4B7; }

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

This div background color is #B9B4B7.


Border color

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

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

This div border color is #B9B4B7.


Opacity

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

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

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

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

This text has shadow with #B9B4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B4B7 on black background.


Color preview on white background

This text has color #B9B4B7 on white background.



Black color preview on #B9B4B7 background

This text has black color on #B9B4B7 background.


White color preview on #B9B4B7 background

This text has white color on #B9B4B7 background.