COLOR #B5BFBF

HEX: #B5BFBF
RGB: (181,191,191)

Color info

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

RGB color model

#B5BFBF color RGB value is (181,191,191).

  • red value is 181;
  • green value is 191;
  • blue value is 191.
RGB:
(181,191,191)
(71%,75%,75%)

RGB channels and saturation

R 181 of 255 = 71%
G 191 of 255 = 75%
B 191 of 255 = 75%

181
191
191

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

Portions of RGB colors in percentages

R + G + B =
181 + 191 + 191 = 563 (100%)
R 181 of 563 ~ 32.15%
G 191 of 563 ~ 33.93%
B 191 of 563 ~ 33.93%

%32.15
%33.93
%33.93

CMYK color model

#B5BFBF color CMYK value is (5,0,0,25).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(5,0,0,25)
C5M0Y0K25 
(5%,0%,0%,25%)
(0.05/0.00/0.00/0.25)	

CMYK percentages

%5.24
%0
%0
%25.1

Codes

Color #B5BFBF in popluar color models

B5BFBF
RGB181191191
HSL180°7.25%72.94%
HSB/HSV180°5.24%74.90%
CMYK5.24%0.00%0.00%
25.10%

Color #B5BFBF in popluar number systems.

HEXB5BFBF
Decimal181191191
Binary101101011011111110111111
Octal265277277

Shades and tints

Shades of #B5BFBF

#B5BFBF
(181,191,191)
#A5AEAE
(165,174,174)
#959D9D
(149,157,157)
#858C8C
(133,140,140)
#757B7B
(117,123,123)
#656A6A
(101,106,106)
#555959
(85,89,89)
#454848
(69,72,72)
#353737
(53,55,55)
#252626
(37,38,38)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #B5BFBF

#B5BFBF
(181,191,191)
#BBC4C4
(187,196,196)
#C1C9C9
(193,201,201)
#C7CECE
(199,206,206)
#CDD3D3
(205,211,211)
#D3D8D8
(211,216,216)
#D9DDDD
(217,221,221)
#DFE2E2
(223,226,226)
#E5E7E7
(229,231,231)
#EBECEC
(235,236,236)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BFBF; }

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

This text font color is #B5BFBF.


Background Color

.myBgColor { background-color: #B5BFBF; }

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

This div background color is #B5BFBF.


Border color

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

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

This div border color is #B5BFBF.


Opacity

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

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

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

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

This text has shadow with #B5BFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BFBF on black background.


Color preview on white background

This text has color #B5BFBF on white background.



Black color preview on #B5BFBF background

This text has black color on #B5BFBF background.


White color preview on #B5BFBF background

This text has white color on #B5BFBF background.