COLOR #B9BD9C

HEX: #B9BD9C
RGB: (185,189,156)

Color info

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

RGB color model

#B9BD9C color RGB value is (185,189,156).

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

RGB channels and saturation

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

185
189
156

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

Portions of RGB colors in percentages

R + G + B =
185 + 189 + 156 = 530 (100%)
R 185 of 530 ~ 34.91%
G 189 of 530 ~ 35.66%
B 156 of 530 ~ 29.43%

%34.91
%35.66
%29.43

CMYK color model

#B9BD9C color CMYK value is (2,0,17,26).

  • cyan value is 2.12%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 25.88%
CMYK:
(2,0,17,26)
C2M0Y17K26 
(2%,0%,17%,26%)
(0.02/0.00/0.17/0.26)	

CMYK percentages

%2.12
%0
%17.46
%25.88

Codes

Color #B9BD9C in popluar color models

B9BD9C
RGB185189156
HSL67°20.00%67.65%
HSB/HSV67°17.46%74.12%
CMYK2.12%0.00%17.46%
25.88%

Color #B9BD9C in popluar number systems.

HEXB9BD9C
Decimal185189156
Binary101110011011110110011100
Octal271275234

Shades and tints

Shades of #B9BD9C

#B9BD9C
(185,189,156)
#A9AC8E
(169,172,142)
#999B80
(153,155,128)
#898A72
(137,138,114)
#797964
(121,121,100)
#696856
(105,104,86)
#595748
(89,87,72)
#49463A
(73,70,58)
#39352C
(57,53,44)
#29241E
(41,36,30)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #B9BD9C

#B9BD9C
(185,189,156)
#BFC3A5
(191,195,165)
#C5C9AE
(197,201,174)
#CBCFB7
(203,207,183)
#D1D5C0
(209,213,192)
#D7DBC9
(215,219,201)
#DDE1D2
(221,225,210)
#E3E7DB
(227,231,219)
#E9EDE4
(233,237,228)
#EFF3ED
(239,243,237)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BD9C; }

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

This text font color is #B9BD9C.


Background Color

.myBgColor { background-color: #B9BD9C; }

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

This div background color is #B9BD9C.


Border color

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

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

This div border color is #B9BD9C.


Opacity

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

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

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

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

This text has shadow with #B9BD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BD9C on black background.


Color preview on white background

This text has color #B9BD9C on white background.



Black color preview on #B9BD9C background

This text has black color on #B9BD9C background.


White color preview on #B9BD9C background

This text has white color on #B9BD9C background.