COLOR #B7B9BA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

183
185
186

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

Portions of RGB colors in percentages

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

%33.03
%33.39
%33.57

CMYK color model

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

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

CMYK percentages

%1.61
%0.54
%0
%27.06

Codes

Color #B7B9BA in popluar color models

B7B9BA
RGB183185186
HSL200°2.13%72.35%
HSB/HSV200°1.61%72.94%
CMYK1.61%0.54%0.00%
27.06%

Color #B7B9BA in popluar number systems.

HEXB7B9BA
Decimal183185186
Binary101101111011100110111010
Octal267271272

Shades and tints

Shades of #B7B9BA

#B7B9BA
(183,185,186)
#A7A9AA
(167,169,170)
#97999A
(151,153,154)
#87898A
(135,137,138)
#77797A
(119,121,122)
#67696A
(103,105,106)
#57595A
(87,89,90)
#47494A
(71,73,74)
#37393A
(55,57,58)
#27292A
(39,41,42)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #B7B9BA

#B7B9BA
(183,185,186)
#BDBFC0
(189,191,192)
#C3C5C6
(195,197,198)
#C9CBCC
(201,203,204)
#CFD1D2
(207,209,210)
#D5D7D8
(213,215,216)
#DBDDDE
(219,221,222)
#E1E3E4
(225,227,228)
#E7E9EA
(231,233,234)
#EDEFF0
(237,239,240)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B9BA; }

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

This text font color is #B7B9BA.


Background Color

.myBgColor { background-color: #B7B9BA; }

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

This div background color is #B7B9BA.


Border color

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

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

This div border color is #B7B9BA.


Opacity

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

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

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

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

This text has shadow with #B7B9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B9BA on black background.


Color preview on white background

This text has color #B7B9BA on white background.



Black color preview on #B7B9BA background

This text has black color on #B7B9BA background.


White color preview on #B7B9BA background

This text has white color on #B7B9BA background.