COLOR #B9BAB8

HEX: #B9BAB8
RGB: (185,186,184)

Color info

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

RGB color model

#B9BAB8 color RGB value is (185,186,184).

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

RGB channels and saturation

R 185 of 255 = 73%
G 186 of 255 = 73%
B 184 of 255 = 72%

185
186
184

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

Portions of RGB colors in percentages

R + G + B =
185 + 186 + 184 = 555 (100%)
R 185 of 555 ~ 33.33%
G 186 of 555 ~ 33.51%
B 184 of 555 ~ 33.15%

%33.33
%33.51
%33.15

CMYK color model

#B9BAB8 color CMYK value is (1,0,1,27).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 27.06%
CMYK:
(1,0,1,27)
C1M0Y1K27 
(1%,0%,1%,27%)
(0.01/0.00/0.01/0.27)	

CMYK percentages

%0.54
%0
%1.08
%27.06

Codes

Color #B9BAB8 in popluar color models

B9BAB8
RGB185186184
HSL90°1.43%72.55%
HSB/HSV90°1.08%72.94%
CMYK0.54%0.00%1.08%
27.06%

Color #B9BAB8 in popluar number systems.

HEXB9BAB8
Decimal185186184
Binary101110011011101010111000
Octal271272270

Shades and tints

Shades of #B9BAB8

#B9BAB8
(185,186,184)
#A9AAA8
(169,170,168)
#999A98
(153,154,152)
#898A88
(137,138,136)
#797A78
(121,122,120)
#696A68
(105,106,104)
#595A58
(89,90,88)
#494A48
(73,74,72)
#393A38
(57,58,56)
#292A28
(41,42,40)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #B9BAB8

#B9BAB8
(185,186,184)
#BFC0BE
(191,192,190)
#C5C6C4
(197,198,196)
#CBCCCA
(203,204,202)
#D1D2D0
(209,210,208)
#D7D8D6
(215,216,214)
#DDDEDC
(221,222,220)
#E3E4E2
(227,228,226)
#E9EAE8
(233,234,232)
#EFF0EE
(239,240,238)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BAB8; }

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

This text font color is #B9BAB8.


Background Color

.myBgColor { background-color: #B9BAB8; }

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

This div background color is #B9BAB8.


Border color

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

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

This div border color is #B9BAB8.


Opacity

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

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

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

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

This text has shadow with #B9BAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BAB8 on black background.


Color preview on white background

This text has color #B9BAB8 on white background.



Black color preview on #B9BAB8 background

This text has black color on #B9BAB8 background.


White color preview on #B9BAB8 background

This text has white color on #B9BAB8 background.