COLOR #B7BAB7

HEX: #B7BAB7
RGB: (183,186,183)

Color info

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

RGB color model

#B7BAB7 color RGB value is (183,186,183).

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

RGB channels and saturation

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

183
186
183

R + G + B ~ 72%. #B7BAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 186 + 183 = 552 (100%)
R 183 of 552 ~ 33.15%
G 186 of 552 ~ 33.7%
B 183 of 552 ~ 33.15%

%33.15
%33.7
%33.15

CMYK color model

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

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

CMYK percentages

%1.61
%0
%1.61
%27.06

Codes

Color #B7BAB7 in popluar color models

B7BAB7
RGB183186183
HSL120°2.13%72.35%
HSB/HSV120°1.61%72.94%
CMYK1.61%0.00%1.61%
27.06%

Color #B7BAB7 in popluar number systems.

HEXB7BAB7
Decimal183186183
Binary101101111011101010110111
Octal267272267

Shades and tints

Shades of #B7BAB7

#B7BAB7
(183,186,183)
#A7AAA7
(167,170,167)
#979A97
(151,154,151)
#878A87
(135,138,135)
#777A77
(119,122,119)
#676A67
(103,106,103)
#575A57
(87,90,87)
#474A47
(71,74,71)
#373A37
(55,58,55)
#272A27
(39,42,39)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #B7BAB7

#B7BAB7
(183,186,183)
#BDC0BD
(189,192,189)
#C3C6C3
(195,198,195)
#C9CCC9
(201,204,201)
#CFD2CF
(207,210,207)
#D5D8D5
(213,216,213)
#DBDEDB
(219,222,219)
#E1E4E1
(225,228,225)
#E7EAE7
(231,234,231)
#EDF0ED
(237,240,237)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BAB7; }

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

This text font color is #B7BAB7.


Background Color

.myBgColor { background-color: #B7BAB7; }

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

This div background color is #B7BAB7.


Border color

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

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

This div border color is #B7BAB7.


Opacity

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

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

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

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

This text has shadow with #B7BAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BAB7 on black background.


Color preview on white background

This text has color #B7BAB7 on white background.



Black color preview on #B7BAB7 background

This text has black color on #B7BAB7 background.


White color preview on #B7BAB7 background

This text has white color on #B7BAB7 background.