COLOR #B9B5BF

HEX: #B9B5BF RGB: (185,181,191)

Color info

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

RGB color model

#B9B5BF color RGB value is (185,181,191).

RGB: (185,181,191) (73%, 71%, 75%)

RGB channels and saturation

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

185
181
191

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

Portions of RGB colors in percentages

R + G + B = 185 + 181 + 191 = 557 (100%)
R 185 of 557 ~ 33.21%
G 181 of 557 ~ 32.5%
B 191 of 557 ~ 34.29'%

%33.21
%32.5
%34.29

CMYK color model

#B9B5BF color CMYK value is (3,5,0,25).

  • cyan value is 3.14%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (3,5,0,25)
C3M5Y0K25 (3%, 5%, 0%, 25%)
(0.03 / 0.05 / 0.00 / 0.25)

CMYK percentages

%3.14
%5.24
%0
%25.1

Codes

Color #B9B5BF in popluar color models

B9 B5 BF
RGB 185 181 191
HSL 264° 7.25% 72.94%
HSB/HSV 264° 5.24% 74.90%
CMYK 3.14% 5.24% 0.00%
25.10%

Color #B9B5BF in popluar number systems.

HEX B9 B5 BF
Decimal 185 181 191
Binary 10111001 10110101 10111111
Octal 271 265 277

Shades and tints

Shades of #B9B5BF

#B9B5BF
(185,181,191)
#A9A5AE
(169,165,174)
#99959D
(153,149,157)
#89858C
(137,133,140)
#79757B
(121,117,123)
#69656A
(105,101,106)
#595559
(89,85,89)
#494548
(73,69,72)
#393537
(57,53,55)
#292526
(41,37,38)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9B5BF

#B9B5BF
(185,181,191)
#BFBBC4
(191,187,196)
#C5C1C9
(197,193,201)
#CBC7CE
(203,199,206)
#D1CDD3
(209,205,211)
#D7D3D8
(215,211,216)
#DDD9DD
(221,217,221)
#E3DFE2
(227,223,226)
#E9E5E7
(233,229,231)
#EFEBEC
(239,235,236)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B5BF; }

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

This text font color is #B9B5BF.

Background Color

.myBgColor { background-color: #B9B5BF; }

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

This div background color is #B9B5BF.

Border color

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

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

This div border color is #B9B5BF.

Opacity

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

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

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

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

This text has shadow with #B9B5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B5BF.

Preview

Color preview on black background

This text has color #B9B5BF on black background.


Color preview on white background

This text has color #B9B5BF on white background.


Black color preview on #B9B5BF background

This text has black color on #B9B5BF background.


White color preview on #B9B5BF background

This text has white color on #B9B5BF background.


Related colors

Complementary color

Complementary color for #hex is #464A40.


I love getcolorcode.com

Triadic colors

1 #BFB9B5 and #B5BFB9 with #B9B5BF are triadic colors.

2 #BFB5B9 and #B5B9BF with #B9B5BF are triadic colors.