COLOR #B9BACB

HEX: #B9BACB
RGB: (185,186,203)

Color info

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

RGB color model

#B9BACB color RGB value is (185,186,203).

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

RGB channels and saturation

R 185 of 255 = 73%
G 186 of 255 = 73%
B 203 of 255 = 80%

185
186
203

R + G + B ~ 75%. #B9BACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 186 + 203 = 574 (100%)
R 185 of 574 ~ 32.23%
G 186 of 574 ~ 32.4%
B 203 of 574 ~ 35.37%

%32.23
%32.4
%35.37

CMYK color model

#B9BACB color CMYK value is (9,8,0,20).

  • cyan value is 8.87%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,8,0,20)
C9M8Y0K20 
(9%,8%,0%,20%)
(0.09/0.08/0.00/0.20)	

CMYK percentages

%8.87
%8.37
%0
%20.39

Codes

Color #B9BACB in popluar color models

B9BACB
RGB185186203
HSL237°14.75%76.08%
HSB/HSV237°8.87%79.61%
CMYK8.87%8.37%0.00%
20.39%

Color #B9BACB in popluar number systems.

HEXB9BACB
Decimal185186203
Binary101110011011101011001011
Octal271272313

Shades and tints

Shades of #B9BACB

#B9BACB
(185,186,203)
#A9AAB9
(169,170,185)
#999AA7
(153,154,167)
#898A95
(137,138,149)
#797A83
(121,122,131)
#696A71
(105,106,113)
#595A5F
(89,90,95)
#494A4D
(73,74,77)
#393A3B
(57,58,59)
#292A29
(41,42,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #B9BACB

#B9BACB
(185,186,203)
#BFC0CF
(191,192,207)
#C5C6D3
(197,198,211)
#CBCCD7
(203,204,215)
#D1D2DB
(209,210,219)
#D7D8DF
(215,216,223)
#DDDEE3
(221,222,227)
#E3E4E7
(227,228,231)
#E9EAEB
(233,234,235)
#EFF0EF
(239,240,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BACB; }

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

This text font color is #B9BACB.


Background Color

.myBgColor { background-color: #B9BACB; }

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

This div background color is #B9BACB.


Border color

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

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

This div border color is #B9BACB.


Opacity

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

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

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

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

This text has shadow with #B9BACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BACB on black background.


Color preview on white background

This text has color #B9BACB on white background.



Black color preview on #B9BACB background

This text has black color on #B9BACB background.


White color preview on #B9BACB background

This text has white color on #B9BACB background.