COLOR #B9BABF

HEX: #B9BABF
RGB: (185,186,191)

Color info

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

RGB color model

#B9BABF color RGB value is (185,186,191).

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

RGB channels and saturation

R 185 of 255 = 73%
G 186 of 255 = 73%
B 191 of 255 = 75%

185
186
191

R + G + B ~ 74%. #B9BABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 186 + 191 = 562 (100%)
R 185 of 562 ~ 32.92%
G 186 of 562 ~ 33.1%
B 191 of 562 ~ 33.99%

%32.92
%33.1
%33.99

CMYK color model

#B9BABF color CMYK value is (3,3,0,25).

  • cyan value is 3.14%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(3,3,0,25)
C3M3Y0K25 
(3%,3%,0%,25%)
(0.03/0.03/0.00/0.25)	

CMYK percentages

%3.14
%2.62
%0
%25.1

Codes

Color #B9BABF in popluar color models

B9BABF
RGB185186191
HSL230°4.48%73.73%
HSB/HSV230°3.14%74.90%
CMYK3.14%2.62%0.00%
25.10%

Color #B9BABF in popluar number systems.

HEXB9BABF
Decimal185186191
Binary101110011011101010111111
Octal271272277

Shades and tints

Shades of #B9BABF

#B9BABF
(185,186,191)
#A9AAAE
(169,170,174)
#999A9D
(153,154,157)
#898A8C
(137,138,140)
#797A7B
(121,122,123)
#696A6A
(105,106,106)
#595A59
(89,90,89)
#494A48
(73,74,72)
#393A37
(57,58,55)
#292A26
(41,42,38)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #B9BABF

#B9BABF
(185,186,191)
#BFC0C4
(191,192,196)
#C5C6C9
(197,198,201)
#CBCCCE
(203,204,206)
#D1D2D3
(209,210,211)
#D7D8D8
(215,216,216)
#DDDEDD
(221,222,221)
#E3E4E2
(227,228,226)
#E9EAE7
(233,234,231)
#EFF0EC
(239,240,236)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BABF; }

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

This text font color is #B9BABF.


Background Color

.myBgColor { background-color: #B9BABF; }

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

This div background color is #B9BABF.


Border color

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

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

This div border color is #B9BABF.


Opacity

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

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

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

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

This text has shadow with #B9BABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BABF on black background.


Color preview on white background

This text has color #B9BABF on white background.



Black color preview on #B9BABF background

This text has black color on #B9BABF background.


White color preview on #B9BABF background

This text has white color on #B9BABF background.