COLOR #B9BCAC

HEX: #B9BCAC
RGB: (185,188,172)

Color info

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

RGB color model

#B9BCAC color RGB value is (185,188,172).

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

RGB channels and saturation

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

185
188
172

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

Portions of RGB colors in percentages

R + G + B =
185 + 188 + 172 = 545 (100%)
R 185 of 545 ~ 33.94%
G 188 of 545 ~ 34.5%
B 172 of 545 ~ 31.56%

%33.94
%34.5
%31.56

CMYK color model

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

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

CMYK percentages

%1.6
%0
%8.51
%26.27

Codes

Color #B9BCAC in popluar color models

B9BCAC
RGB185188172
HSL71°10.67%70.59%
HSB/HSV71°8.51%73.73%
CMYK1.60%0.00%8.51%
26.27%

Color #B9BCAC in popluar number systems.

HEXB9BCAC
Decimal185188172
Binary101110011011110010101100
Octal271274254

Shades and tints

Shades of #B9BCAC

#B9BCAC
(185,188,172)
#A9AB9D
(169,171,157)
#999A8E
(153,154,142)
#89897F
(137,137,127)
#797870
(121,120,112)
#696761
(105,103,97)
#595652
(89,86,82)
#494543
(73,69,67)
#393434
(57,52,52)
#292325
(41,35,37)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #B9BCAC

#B9BCAC
(185,188,172)
#BFC2B3
(191,194,179)
#C5C8BA
(197,200,186)
#CBCEC1
(203,206,193)
#D1D4C8
(209,212,200)
#D7DACF
(215,218,207)
#DDE0D6
(221,224,214)
#E3E6DD
(227,230,221)
#E9ECE4
(233,236,228)
#EFF2EB
(239,242,235)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BCAC; }

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

This text font color is #B9BCAC.


Background Color

.myBgColor { background-color: #B9BCAC; }

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

This div background color is #B9BCAC.


Border color

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

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

This div border color is #B9BCAC.


Opacity

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

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

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

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

This text has shadow with #B9BCAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BCAC on black background.


Color preview on white background

This text has color #B9BCAC on white background.



Black color preview on #B9BCAC background

This text has black color on #B9BCAC background.


White color preview on #B9BCAC background

This text has white color on #B9BCAC background.