COLOR #B5BFBD

HEX: #B5BFBD
RGB: (181,191,189)

Color info

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

RGB color model

#B5BFBD color RGB value is (181,191,189).

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

RGB channels and saturation

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

181
191
189

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

Portions of RGB colors in percentages

R + G + B =
181 + 191 + 189 = 561 (100%)
R 181 of 561 ~ 32.26%
G 191 of 561 ~ 34.05%
B 189 of 561 ~ 33.69%

%32.26
%34.05
%33.69

CMYK color model

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

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

CMYK percentages

%5.24
%0
%1.05
%25.1

Codes

Color #B5BFBD in popluar color models

B5BFBD
RGB181191189
HSL168°7.25%72.94%
HSB/HSV168°5.24%74.90%
CMYK5.24%0.00%1.05%
25.10%

Color #B5BFBD in popluar number systems.

HEXB5BFBD
Decimal181191189
Binary101101011011111110111101
Octal265277275

Shades and tints

Shades of #B5BFBD

#B5BFBD
(181,191,189)
#A5AEAC
(165,174,172)
#959D9B
(149,157,155)
#858C8A
(133,140,138)
#757B79
(117,123,121)
#656A68
(101,106,104)
#555957
(85,89,87)
#454846
(69,72,70)
#353735
(53,55,53)
#252624
(37,38,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #B5BFBD

#B5BFBD
(181,191,189)
#BBC4C3
(187,196,195)
#C1C9C9
(193,201,201)
#C7CECF
(199,206,207)
#CDD3D5
(205,211,213)
#D3D8DB
(211,216,219)
#D9DDE1
(217,221,225)
#DFE2E7
(223,226,231)
#E5E7ED
(229,231,237)
#EBECF3
(235,236,243)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BFBD; }

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

This text font color is #B5BFBD.


Background Color

.myBgColor { background-color: #B5BFBD; }

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

This div background color is #B5BFBD.


Border color

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

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

This div border color is #B5BFBD.


Opacity

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

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

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

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

This text has shadow with #B5BFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BFBD on black background.


Color preview on white background

This text has color #B5BFBD on white background.



Black color preview on #B5BFBD background

This text has black color on #B5BFBD background.


White color preview on #B5BFBD background

This text has white color on #B5BFBD background.