COLOR #B9BCB0

HEX: #B9BCB0
RGB: (185,188,176)

Color info

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

RGB color model

#B9BCB0 color RGB value is (185,188,176).

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

RGB channels and saturation

R 185 of 255 = 73%
G 188 of 255 = 74%
B 176 of 255 = 69%

185
188
176

R + G + B ~ 72%. #B9BCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 188 + 176 = 549 (100%)
R 185 of 549 ~ 33.7%
G 188 of 549 ~ 34.24%
B 176 of 549 ~ 32.06%

%33.7
%34.24
%32.06

CMYK color model

#B9BCB0 color CMYK value is (2,0,6,26).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(2,0,6,26)
C2M0Y6K26 
(2%,0%,6%,26%)
(0.02/0.00/0.06/0.26)	

CMYK percentages

%1.6
%0
%6.38
%26.27

Codes

Color #B9BCB0 in popluar color models

B9BCB0
RGB185188176
HSL75°8.22%71.37%
HSB/HSV75°6.38%73.73%
CMYK1.60%0.00%6.38%
26.27%

Color #B9BCB0 in popluar number systems.

HEXB9BCB0
Decimal185188176
Binary101110011011110010110000
Octal271274260

Shades and tints

Shades of #B9BCB0

#B9BCB0
(185,188,176)
#A9ABA0
(169,171,160)
#999A90
(153,154,144)
#898980
(137,137,128)
#797870
(121,120,112)
#696760
(105,103,96)
#595650
(89,86,80)
#494540
(73,69,64)
#393430
(57,52,48)
#292320
(41,35,32)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #B9BCB0

#B9BCB0
(185,188,176)
#BFC2B7
(191,194,183)
#C5C8BE
(197,200,190)
#CBCEC5
(203,206,197)
#D1D4CC
(209,212,204)
#D7DAD3
(215,218,211)
#DDE0DA
(221,224,218)
#E3E6E1
(227,230,225)
#E9ECE8
(233,236,232)
#EFF2EF
(239,242,239)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BCB0; }

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

This text font color is #B9BCB0.


Background Color

.myBgColor { background-color: #B9BCB0; }

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

This div background color is #B9BCB0.


Border color

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

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

This div border color is #B9BCB0.


Opacity

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

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

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

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

This text has shadow with #B9BCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BCB0 on black background.


Color preview on white background

This text has color #B9BCB0 on white background.



Black color preview on #B9BCB0 background

This text has black color on #B9BCB0 background.


White color preview on #B9BCB0 background

This text has white color on #B9BCB0 background.