COLOR #B9BD9B

HEX: #B9BD9B
RGB: (185,189,155)

Color info

#B9BD9B contains red, green and blue colors in about the same proportion. Web safe color of #B9BD9B is #CCCC99 (or #CC9).

RGB color model

#B9BD9B color RGB value is (185,189,155).

  • red value is 185;
  • green value is 189;
  • blue value is 155.
RGB:
(185,189,155)
(73%,74%,61%)

RGB channels and saturation

R 185 of 255 = 73%
G 189 of 255 = 74%
B 155 of 255 = 61%

185
189
155

R + G + B ~ 69%. #B9BD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 189 + 155 = 529 (100%)
R 185 of 529 ~ 34.97%
G 189 of 529 ~ 35.73%
B 155 of 529 ~ 29.3%

%34.97
%35.73
%29.3

CMYK color model

#B9BD9B color CMYK value is (2,0,18,26).

  • cyan value is 2.12%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(2,0,18,26)
C2M0Y18K26 
(2%,0%,18%,26%)
(0.02/0.00/0.18/0.26)	

CMYK percentages

%2.12
%0
%17.99
%25.88

Codes

Color #B9BD9B in popluar color models

B9BD9B
RGB185189155
HSL67°20.48%67.45%
HSB/HSV67°17.99%74.12%
CMYK2.12%0.00%17.99%
25.88%

Color #B9BD9B in popluar number systems.

HEXB9BD9B
Decimal185189155
Binary101110011011110110011011
Octal271275233

Shades and tints

Shades of #B9BD9B

#B9BD9B
(185,189,155)
#A9AC8D
(169,172,141)
#999B7F
(153,155,127)
#898A71
(137,138,113)
#797963
(121,121,99)
#696855
(105,104,85)
#595747
(89,87,71)
#494639
(73,70,57)
#39352B
(57,53,43)
#29241D
(41,36,29)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #B9BD9B

#B9BD9B
(185,189,155)
#BFC3A4
(191,195,164)
#C5C9AD
(197,201,173)
#CBCFB6
(203,207,182)
#D1D5BF
(209,213,191)
#D7DBC8
(215,219,200)
#DDE1D1
(221,225,209)
#E3E7DA
(227,231,218)
#E9EDE3
(233,237,227)
#EFF3EC
(239,243,236)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BD9B; }

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

This text font color is #B9BD9B.


Background Color

.myBgColor { background-color: #B9BD9B; }

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

This div background color is #B9BD9B.


Border color

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

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

This div border color is #B9BD9B.


Opacity

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

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

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

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

This text has shadow with #B9BD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BD9B on black background.


Color preview on white background

This text has color #B9BD9B on white background.



Black color preview on #B9BD9B background

This text has black color on #B9BD9B background.


White color preview on #B9BD9B background

This text has white color on #B9BD9B background.