COLOR #B4BFBE

HEX: #B4BFBE
RGB: (180,191,190)

Color info

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

RGB color model

#B4BFBE color RGB value is (180,191,190).

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

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 190 of 255 = 75%

180
191
190

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

Portions of RGB colors in percentages

R + G + B =
180 + 191 + 190 = 561 (100%)
R 180 of 561 ~ 32.09%
G 191 of 561 ~ 34.05%
B 190 of 561 ~ 33.87%

%32.09
%34.05
%33.87

CMYK color model

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

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • 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
%0.52
%25.1

Codes

Color #B4BFBE in popluar color models

B4BFBE
RGB180191190
HSL175°7.91%72.75%
HSB/HSV175°5.76%74.90%
CMYK5.76%0.00%0.52%
25.10%

Color #B4BFBE in popluar number systems.

HEXB4BFBE
Decimal180191190
Binary101101001011111110111110
Octal264277276

Shades and tints

Shades of #B4BFBE

#B4BFBE
(180,191,190)
#A4AEAD
(164,174,173)
#949D9C
(148,157,156)
#848C8B
(132,140,139)
#747B7A
(116,123,122)
#646A69
(100,106,105)
#545958
(84,89,88)
#444847
(68,72,71)
#343736
(52,55,54)
#242625
(36,38,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #B4BFBE

#B4BFBE
(180,191,190)
#BAC4C3
(186,196,195)
#C0C9C8
(192,201,200)
#C6CECD
(198,206,205)
#CCD3D2
(204,211,210)
#D2D8D7
(210,216,215)
#D8DDDC
(216,221,220)
#DEE2E1
(222,226,225)
#E4E7E6
(228,231,230)
#EAECEB
(234,236,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BFBE; }

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

This text font color is #B4BFBE.


Background Color

.myBgColor { background-color: #B4BFBE; }

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

This div background color is #B4BFBE.


Border color

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

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

This div border color is #B4BFBE.


Opacity

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

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

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

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

This text has shadow with #B4BFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BFBE on black background.


Color preview on white background

This text has color #B4BFBE on white background.



Black color preview on #B4BFBE background

This text has black color on #B4BFBE background.


White color preview on #B4BFBE background

This text has white color on #B4BFBE background.