COLOR #B9BCB8

HEX: #B9BCB8
RGB: (185,188,184)

Color info

#B9BCB8 contains red, green and blue colors in about the same proportion. Web safe color of #B9BCB8 is #CCCCCC (or #CCC).

RGB color model

#B9BCB8 color RGB value is (185,188,184).

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

RGB channels and saturation

R 185 of 255 = 73%
G 188 of 255 = 74%
B 184 of 255 = 72%

185
188
184

R + G + B ~ 73%. #B9BCB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 188 + 184 = 557 (100%)
R 185 of 557 ~ 33.21%
G 188 of 557 ~ 33.75%
B 184 of 557 ~ 33.03%

%33.21
%33.75
%33.03

CMYK color model

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

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 26.27%
CMYK:
(2,0,2,26)
C2M0Y2K26 
(2%,0%,2%,26%)
(0.02/0.00/0.02/0.26)	

CMYK percentages

%1.6
%0
%2.13
%26.27

Codes

Color #B9BCB8 in popluar color models

B9BCB8
RGB185188184
HSL105°2.90%72.94%
HSB/HSV105°2.13%73.73%
CMYK1.60%0.00%2.13%
26.27%

Color #B9BCB8 in popluar number systems.

HEXB9BCB8
Decimal185188184
Binary101110011011110010111000
Octal271274270

Shades and tints

Shades of #B9BCB8

#B9BCB8
(185,188,184)
#A9ABA8
(169,171,168)
#999A98
(153,154,152)
#898988
(137,137,136)
#797878
(121,120,120)
#696768
(105,103,104)
#595658
(89,86,88)
#494548
(73,69,72)
#393438
(57,52,56)
#292328
(41,35,40)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #B9BCB8

#B9BCB8
(185,188,184)
#BFC2BE
(191,194,190)
#C5C8C4
(197,200,196)
#CBCECA
(203,206,202)
#D1D4D0
(209,212,208)
#D7DAD6
(215,218,214)
#DDE0DC
(221,224,220)
#E3E6E2
(227,230,226)
#E9ECE8
(233,236,232)
#EFF2EE
(239,242,238)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BCB8; }

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

This text font color is #B9BCB8.


Background Color

.myBgColor { background-color: #B9BCB8; }

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

This div background color is #B9BCB8.


Border color

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

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

This div border color is #B9BCB8.


Opacity

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

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

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

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

This text has shadow with #B9BCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BCB8 on black background.


Color preview on white background

This text has color #B9BCB8 on white background.



Black color preview on #B9BCB8 background

This text has black color on #B9BCB8 background.


White color preview on #B9BCB8 background

This text has white color on #B9BCB8 background.