COLOR #B9BFBD

HEX: #B9BFBD RGB: (185,191,189)

Color info

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

RGB color model

#B9BFBD color RGB value is (185,191,189).

RGB: (185,191,189) (73%, 75%, 74%)

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 189 of 255 = 74%

185
191
189

R + G + B ~ 74%. #B9BFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 191 + 189 = 565 (100%)
R 185 of 565 ~ 32.74%
G 191 of 565 ~ 33.81%
B 189 of 565 ~ 33.45'%

%32.74
%33.81
%33.45

CMYK color model

#B9BFBD color CMYK value is (3,0,1,25).

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

CMYK: (3,0,1,25)
C3M0Y1K25 (3%, 0%, 1%, 25%)
(0.03 / 0.00 / 0.01 / 0.25)

CMYK percentages

%3.14
%0
%1.05
%25.1

Codes

Color #B9BFBD in popluar color models

B9 BF BD
RGB 185 191 189
HSL 160° 4.48% 73.73%
HSB/HSV 160° 3.14% 74.90%
CMYK 3.14% 0.00% 1.05%
25.10%

Color #B9BFBD in popluar number systems.

HEX B9 BF BD
Decimal 185 191 189
Binary 10111001 10111111 10111101
Octal 271 277 275

Shades and tints

Shades of #B9BFBD

#B9BFBD
(185,191,189)
#A9AEAC
(169,174,172)
#999D9B
(153,157,155)
#898C8A
(137,140,138)
#797B79
(121,123,121)
#696A68
(105,106,104)
#595957
(89,89,87)
#494846
(73,72,70)
#393735
(57,55,53)
#292624
(41,38,36)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #B9BFBD

#B9BFBD
(185,191,189)
#BFC4C3
(191,196,195)
#C5C9C9
(197,201,201)
#CBCECF
(203,206,207)
#D1D3D5
(209,211,213)
#D7D8DB
(215,216,219)
#DDDDE1
(221,221,225)
#E3E2E7
(227,226,231)
#E9E7ED
(233,231,237)
#EFECF3
(239,236,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BFBD; }

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

This text font color is #B9BFBD.

Background Color

.myBgColor { background-color: #B9BFBD; }

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

This div background color is #B9BFBD.

Border color

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

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

This div border color is #B9BFBD.

Opacity

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

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

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

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

This text has shadow with #B9BFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BFBD.

Preview

Color preview on black background

This text has color #B9BFBD on black background.


Color preview on white background

This text has color #B9BFBD on white background.


Black color preview on #B9BFBD background

This text has black color on #B9BFBD background.


White color preview on #B9BFBD background

This text has white color on #B9BFBD background.


Related colors

Complementary color

Complementary color for #hex is #464042.


I love getcolorcode.com

Triadic colors

1 #BDB9BF and #BFBDB9 with #B9BFBD are triadic colors.

2 #BDBFB9 and #BFB9BD with #B9BFBD are triadic colors.