COLOR #B7BFBE

HEX: #B7BFBE
RGB: (183,191,190)

Color info

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

RGB color model

#B7BFBE color RGB value is (183,191,190).

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

RGB channels and saturation

R 183 of 255 = 72%
G 191 of 255 = 75%
B 190 of 255 = 75%

183
191
190

R + G + B ~ 74%. #B7BFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 191 + 190 = 564 (100%)
R 183 of 564 ~ 32.45%
G 191 of 564 ~ 33.87%
B 190 of 564 ~ 33.69%

%32.45
%33.87
%33.69

CMYK color model

#B7BFBE color CMYK value is (4,0,1,25).

  • cyan value is 4.19%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 25.10%
CMYK:
(4,0,1,25)
C4M0Y1K25 
(4%,0%,1%,25%)
(0.04/0.00/0.01/0.25)	

CMYK percentages

%4.19
%0
%0.52
%25.1

Codes

Color #B7BFBE in popluar color models

B7BFBE
RGB183191190
HSL173°5.88%73.33%
HSB/HSV173°4.19%74.90%
CMYK4.19%0.00%0.52%
25.10%

Color #B7BFBE in popluar number systems.

HEXB7BFBE
Decimal183191190
Binary101101111011111110111110
Octal267277276

Shades and tints

Shades of #B7BFBE

#B7BFBE
(183,191,190)
#A7AEAD
(167,174,173)
#979D9C
(151,157,156)
#878C8B
(135,140,139)
#777B7A
(119,123,122)
#676A69
(103,106,105)
#575958
(87,89,88)
#474847
(71,72,71)
#373736
(55,55,54)
#272625
(39,38,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #B7BFBE

#B7BFBE
(183,191,190)
#BDC4C3
(189,196,195)
#C3C9C8
(195,201,200)
#C9CECD
(201,206,205)
#CFD3D2
(207,211,210)
#D5D8D7
(213,216,215)
#DBDDDC
(219,221,220)
#E1E2E1
(225,226,225)
#E7E7E6
(231,231,230)
#EDECEB
(237,236,235)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BFBE; }

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

This text font color is #B7BFBE.


Background Color

.myBgColor { background-color: #B7BFBE; }

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

This div background color is #B7BFBE.


Border color

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

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

This div border color is #B7BFBE.


Opacity

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

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

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

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

This text has shadow with #B7BFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BFBE on black background.


Color preview on white background

This text has color #B7BFBE on white background.



Black color preview on #B7BFBE background

This text has black color on #B7BFBE background.


White color preview on #B7BFBE background

This text has white color on #B7BFBE background.