COLOR #B9B5B5

HEX: #B9B5B5
RGB: (185,181,181)

Color info

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

RGB color model

#B9B5B5 color RGB value is (185,181,181).

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

RGB channels and saturation

R 185 of 255 = 73%
G 181 of 255 = 71%
B 181 of 255 = 71%

185
181
181

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

Portions of RGB colors in percentages

R + G + B =
185 + 181 + 181 = 547 (100%)
R 185 of 547 ~ 33.82%
G 181 of 547 ~ 33.09%
B 181 of 547 ~ 33.09%

%33.82
%33.09
%33.09

CMYK color model

#B9B5B5 color CMYK value is (0,2,2,27).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 2.16%
  • key color value is 27.45%
CMYK:
(0,2,2,27)
C0M2Y2K27 
(0%,2%,2%,27%)
(0.00/0.02/0.02/0.27)	

CMYK percentages

%0
%2.16
%2.16
%27.45

Codes

Color #B9B5B5 in popluar color models

B9B5B5
RGB185181181
HSL2.78%71.76%
HSB/HSV2.16%72.55%
CMYK0.00%2.16%2.16%
27.45%

Color #B9B5B5 in popluar number systems.

HEXB9B5B5
Decimal185181181
Binary101110011011010110110101
Octal271265265

Shades and tints

Shades of #B9B5B5

#B9B5B5
(185,181,181)
#A9A5A5
(169,165,165)
#999595
(153,149,149)
#898585
(137,133,133)
#797575
(121,117,117)
#696565
(105,101,101)
#595555
(89,85,85)
#494545
(73,69,69)
#393535
(57,53,53)
#292525
(41,37,37)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9B5B5

#B9B5B5
(185,181,181)
#BFBBBB
(191,187,187)
#C5C1C1
(197,193,193)
#CBC7C7
(203,199,199)
#D1CDCD
(209,205,205)
#D7D3D3
(215,211,211)
#DDD9D9
(221,217,217)
#E3DFDF
(227,223,223)
#E9E5E5
(233,229,229)
#EFEBEB
(239,235,235)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B5B5; }

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

This text font color is #B9B5B5.


Background Color

.myBgColor { background-color: #B9B5B5; }

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

This div background color is #B9B5B5.


Border color

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

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

This div border color is #B9B5B5.


Opacity

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

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

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

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

This text has shadow with #B9B5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B5B5 on black background.


Color preview on white background

This text has color #B9B5B5 on white background.



Black color preview on #B9B5B5 background

This text has black color on #B9B5B5 background.


White color preview on #B9B5B5 background

This text has white color on #B9B5B5 background.