COLOR #B4BFBD

HEX: #B4BFBD
RGB: (180,191,189)

Color info

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

RGB color model

#B4BFBD color RGB value is (180,191,189).

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

RGB channels and saturation

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

180
191
189

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

Portions of RGB colors in percentages

R + G + B =
180 + 191 + 189 = 560 (100%)
R 180 of 560 ~ 32.14%
G 191 of 560 ~ 34.11%
B 189 of 560 ~ 33.75%

%32.14
%34.11
%33.75

CMYK color model

#B4BFBD color CMYK value is (6,0,1,25).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.10%
CMYK:
(6,0,1,25)
C6M0Y1K25 
(6%,0%,1%,25%)
(0.06/0.00/0.01/0.25)	

CMYK percentages

%5.76
%0
%1.05
%25.1

Codes

Color #B4BFBD in popluar color models

B4BFBD
RGB180191189
HSL169°7.91%72.75%
HSB/HSV169°5.76%74.90%
CMYK5.76%0.00%1.05%
25.10%

Color #B4BFBD in popluar number systems.

HEXB4BFBD
Decimal180191189
Binary101101001011111110111101
Octal264277275

Shades and tints

Shades of #B4BFBD

#B4BFBD
(180,191,189)
#A4AEAC
(164,174,172)
#949D9B
(148,157,155)
#848C8A
(132,140,138)
#747B79
(116,123,121)
#646A68
(100,106,104)
#545957
(84,89,87)
#444846
(68,72,70)
#343735
(52,55,53)
#242624
(36,38,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4BFBD

#B4BFBD
(180,191,189)
#BAC4C3
(186,196,195)
#C0C9C9
(192,201,201)
#C6CECF
(198,206,207)
#CCD3D5
(204,211,213)
#D2D8DB
(210,216,219)
#D8DDE1
(216,221,225)
#DEE2E7
(222,226,231)
#E4E7ED
(228,231,237)
#EAECF3
(234,236,243)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BFBD; }

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

This text font color is #B4BFBD.


Background Color

.myBgColor { background-color: #B4BFBD; }

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

This div background color is #B4BFBD.


Border color

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

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

This div border color is #B4BFBD.


Opacity

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

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

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

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

This text has shadow with #B4BFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BFBD on black background.


Color preview on white background

This text has color #B4BFBD on white background.



Black color preview on #B4BFBD background

This text has black color on #B4BFBD background.


White color preview on #B4BFBD background

This text has white color on #B4BFBD background.