COLOR #B7BAB9

HEX: #B7BAB9
RGB: (183,186,185)

Color info

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

RGB color model

#B7BAB9 color RGB value is (183,186,185).

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

RGB channels and saturation

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

183
186
185

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

Portions of RGB colors in percentages

R + G + B =
183 + 186 + 185 = 554 (100%)
R 183 of 554 ~ 33.03%
G 186 of 554 ~ 33.57%
B 185 of 554 ~ 33.39%

%33.03
%33.57
%33.39

CMYK color model

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

  • cyan value is 1.61%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK:
(2,0,1,27)
C2M0Y1K27 
(2%,0%,1%,27%)
(0.02/0.00/0.01/0.27)	

CMYK percentages

%1.61
%0
%0.54
%27.06

Codes

Color #B7BAB9 in popluar color models

B7BAB9
RGB183186185
HSL160°2.13%72.35%
HSB/HSV160°1.61%72.94%
CMYK1.61%0.00%0.54%
27.06%

Color #B7BAB9 in popluar number systems.

HEXB7BAB9
Decimal183186185
Binary101101111011101010111001
Octal267272271

Shades and tints

Shades of #B7BAB9

#B7BAB9
(183,186,185)
#A7AAA9
(167,170,169)
#979A99
(151,154,153)
#878A89
(135,138,137)
#777A79
(119,122,121)
#676A69
(103,106,105)
#575A59
(87,90,89)
#474A49
(71,74,73)
#373A39
(55,58,57)
#272A29
(39,42,41)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #B7BAB9

#B7BAB9
(183,186,185)
#BDC0BF
(189,192,191)
#C3C6C5
(195,198,197)
#C9CCCB
(201,204,203)
#CFD2D1
(207,210,209)
#D5D8D7
(213,216,215)
#DBDEDD
(219,222,221)
#E1E4E3
(225,228,227)
#E7EAE9
(231,234,233)
#EDF0EF
(237,240,239)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BAB9; }

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

This text font color is #B7BAB9.


Background Color

.myBgColor { background-color: #B7BAB9; }

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

This div background color is #B7BAB9.


Border color

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

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

This div border color is #B7BAB9.


Opacity

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

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

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

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

This text has shadow with #B7BAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BAB9 on black background.


Color preview on white background

This text has color #B7BAB9 on white background.



Black color preview on #B7BAB9 background

This text has black color on #B7BAB9 background.


White color preview on #B7BAB9 background

This text has white color on #B7BAB9 background.