COLOR #B7B8BA

HEX: #B7B8BA
RGB: (183,184,186)

Color info

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

RGB color model

#B7B8BA color RGB value is (183,184,186).

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

RGB channels and saturation

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

183
184
186

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

Portions of RGB colors in percentages

R + G + B =
183 + 184 + 186 = 553 (100%)
R 183 of 553 ~ 33.09%
G 184 of 553 ~ 33.27%
B 186 of 553 ~ 33.63%

%33.09
%33.27
%33.63

CMYK color model

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

  • cyan value is 1.61%
  • magenta value is 1.08%
  • 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
%1.08
%0
%27.06

Codes

Color #B7B8BA in popluar color models

B7B8BA
RGB183184186
HSL220°2.13%72.35%
HSB/HSV220°1.61%72.94%
CMYK1.61%1.08%0.00%
27.06%

Color #B7B8BA in popluar number systems.

HEXB7B8BA
Decimal183184186
Binary101101111011100010111010
Octal267270272

Shades and tints

Shades of #B7B8BA

#B7B8BA
(183,184,186)
#A7A8AA
(167,168,170)
#97989A
(151,152,154)
#87888A
(135,136,138)
#77787A
(119,120,122)
#67686A
(103,104,106)
#57585A
(87,88,90)
#47484A
(71,72,74)
#37383A
(55,56,58)
#27282A
(39,40,42)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #B7B8BA

#B7B8BA
(183,184,186)
#BDBEC0
(189,190,192)
#C3C4C6
(195,196,198)
#C9CACC
(201,202,204)
#CFD0D2
(207,208,210)
#D5D6D8
(213,214,216)
#DBDCDE
(219,220,222)
#E1E2E4
(225,226,228)
#E7E8EA
(231,232,234)
#EDEEF0
(237,238,240)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B8BA; }

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

This text font color is #B7B8BA.


Background Color

.myBgColor { background-color: #B7B8BA; }

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

This div background color is #B7B8BA.


Border color

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

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

This div border color is #B7B8BA.


Opacity

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

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

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

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

This text has shadow with #B7B8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B8BA on black background.


Color preview on white background

This text has color #B7B8BA on white background.



Black color preview on #B7B8BA background

This text has black color on #B7B8BA background.


White color preview on #B7B8BA background

This text has white color on #B7B8BA background.