COLOR #B7BFBB

HEX: #B7BFBB
RGB: (183,191,187)

Color info

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

RGB color model

#B7BFBB color RGB value is (183,191,187).

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

RGB channels and saturation

R 183 of 255 = 72%
G 191 of 255 = 75%
B 187 of 255 = 73%

183
191
187

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

Portions of RGB colors in percentages

R + G + B =
183 + 191 + 187 = 561 (100%)
R 183 of 561 ~ 32.62%
G 191 of 561 ~ 34.05%
B 187 of 561 ~ 33.33%

%32.62
%34.05
%33.33

CMYK color model

#B7BFBB color CMYK value is (4,0,2,25).

  • cyan value is 4.19%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • key color value is 25.10%
CMYK:
(4,0,2,25)
C4M0Y2K25 
(4%,0%,2%,25%)
(0.04/0.00/0.02/0.25)	

CMYK percentages

%4.19
%0
%2.09
%25.1

Codes

Color #B7BFBB in popluar color models

B7BFBB
RGB183191187
HSL150°5.88%73.33%
HSB/HSV150°4.19%74.90%
CMYK4.19%0.00%2.09%
25.10%

Color #B7BFBB in popluar number systems.

HEXB7BFBB
Decimal183191187
Binary101101111011111110111011
Octal267277273

Shades and tints

Shades of #B7BFBB

#B7BFBB
(183,191,187)
#A7AEAA
(167,174,170)
#979D99
(151,157,153)
#878C88
(135,140,136)
#777B77
(119,123,119)
#676A66
(103,106,102)
#575955
(87,89,85)
#474844
(71,72,68)
#373733
(55,55,51)
#272622
(39,38,34)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #B7BFBB

#B7BFBB
(183,191,187)
#BDC4C1
(189,196,193)
#C3C9C7
(195,201,199)
#C9CECD
(201,206,205)
#CFD3D3
(207,211,211)
#D5D8D9
(213,216,217)
#DBDDDF
(219,221,223)
#E1E2E5
(225,226,229)
#E7E7EB
(231,231,235)
#EDECF1
(237,236,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BFBB; }

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

This text font color is #B7BFBB.


Background Color

.myBgColor { background-color: #B7BFBB; }

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

This div background color is #B7BFBB.


Border color

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

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

This div border color is #B7BFBB.


Opacity

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

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

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

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

This text has shadow with #B7BFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BFBB on black background.


Color preview on white background

This text has color #B7BFBB on white background.



Black color preview on #B7BFBB background

This text has black color on #B7BFBB background.


White color preview on #B7BFBB background

This text has white color on #B7BFBB background.