COLOR #B9B4BF

HEX: #B9B4BF RGB: (185,180,191)

Color info

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

RGB color model

#B9B4BF color RGB value is (185,180,191).

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

RGB channels and saturation

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

185
180
191

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

Portions of RGB colors in percentages

R + G + B = 185 + 180 + 191 = 556 (100%)
R 185 of 556 ~ 33.27%
G 180 of 556 ~ 32.37%
B 191 of 556 ~ 34.35'%

%33.27
%32.37
%34.35

CMYK color model

#B9B4BF color CMYK value is (3,6,0,25).

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

CMYK: (3,6,0,25)
C3M6Y0K25 (3%, 6%, 0%, 25%)
(0.03 / 0.06 / 0.00 / 0.25)

CMYK percentages

%3.14
%5.76
%0
%25.1

Codes

Color #B9B4BF in popluar color models

B9 B4 BF
RGB 185 180 191
HSL 267° 7.91% 72.75%
HSB/HSV 267° 5.76% 74.90%
CMYK 3.14% 5.76% 0.00%
25.10%

Color #B9B4BF in popluar number systems.

HEX B9 B4 BF
Decimal 185 180 191
Binary 10111001 10110100 10111111
Octal 271 264 277

Shades and tints

Shades of #B9B4BF

#B9B4BF
(185,180,191)
#A9A4AE
(169,164,174)
#99949D
(153,148,157)
#89848C
(137,132,140)
#79747B
(121,116,123)
#69646A
(105,100,106)
#595459
(89,84,89)
#494448
(73,68,72)
#393437
(57,52,55)
#292426
(41,36,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B9B4BF

#B9B4BF
(185,180,191)
#BFBAC4
(191,186,196)
#C5C0C9
(197,192,201)
#CBC6CE
(203,198,206)
#D1CCD3
(209,204,211)
#D7D2D8
(215,210,216)
#DDD8DD
(221,216,221)
#E3DEE2
(227,222,226)
#E9E4E7
(233,228,231)
#EFEAEC
(239,234,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B4BF; }

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

This text font color is #B9B4BF.

Background Color

.myBgColor { background-color: #B9B4BF; }

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

This div background color is #B9B4BF.

Border color

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

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

This div border color is #B9B4BF.

Opacity

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

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

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

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

This text has shadow with #B9B4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B4BF.

Preview

Color preview on black background

This text has color #B9B4BF on black background.


Color preview on white background

This text has color #B9B4BF on white background.


Black color preview on #B9B4BF background

This text has black color on #B9B4BF background.


White color preview on #B9B4BF background

This text has white color on #B9B4BF background.


Related colors

Complementary color

Complementary color for #hex is #464B40.


I love getcolorcode.com

Triadic colors

1 #BFB9B4 and #B4BFB9 with #B9B4BF are triadic colors.

2 #BFB4B9 and #B4B9BF with #B9B4BF are triadic colors.