COLOR #B9BDAC

HEX: #B9BDAC
RGB: (185,189,172)

Color info

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

RGB color model

#B9BDAC color RGB value is (185,189,172).

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

RGB channels and saturation

R 185 of 255 = 73%
G 189 of 255 = 74%
B 172 of 255 = 67%

185
189
172

R + G + B ~ 71%. #B9BDAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 189 + 172 = 546 (100%)
R 185 of 546 ~ 33.88%
G 189 of 546 ~ 34.62%
B 172 of 546 ~ 31.5%

%33.88
%34.62
%31.5

CMYK color model

#B9BDAC color CMYK value is (2,0,9,26).

  • cyan value is 2.12%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK:
(2,0,9,26)
C2M0Y9K26 
(2%,0%,9%,26%)
(0.02/0.00/0.09/0.26)	

CMYK percentages

%2.12
%0
%8.99
%25.88

Codes

Color #B9BDAC in popluar color models

B9BDAC
RGB185189172
HSL74°11.41%70.78%
HSB/HSV74°8.99%74.12%
CMYK2.12%0.00%8.99%
25.88%

Color #B9BDAC in popluar number systems.

HEXB9BDAC
Decimal185189172
Binary101110011011110110101100
Octal271275254

Shades and tints

Shades of #B9BDAC

#B9BDAC
(185,189,172)
#A9AC9D
(169,172,157)
#999B8E
(153,155,142)
#898A7F
(137,138,127)
#797970
(121,121,112)
#696861
(105,104,97)
#595752
(89,87,82)
#494643
(73,70,67)
#393534
(57,53,52)
#292425
(41,36,37)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #B9BDAC

#B9BDAC
(185,189,172)
#BFC3B3
(191,195,179)
#C5C9BA
(197,201,186)
#CBCFC1
(203,207,193)
#D1D5C8
(209,213,200)
#D7DBCF
(215,219,207)
#DDE1D6
(221,225,214)
#E3E7DD
(227,231,221)
#E9EDE4
(233,237,228)
#EFF3EB
(239,243,235)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BDAC; }

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

This text font color is #B9BDAC.


Background Color

.myBgColor { background-color: #B9BDAC; }

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

This div background color is #B9BDAC.


Border color

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

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

This div border color is #B9BDAC.


Opacity

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

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

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

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

This text has shadow with #B9BDAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BDAC on black background.


Color preview on white background

This text has color #B9BDAC on white background.



Black color preview on #B9BDAC background

This text has black color on #B9BDAC background.


White color preview on #B9BDAC background

This text has white color on #B9BDAC background.