COLOR #B4BEBF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

180
190
191

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

Portions of RGB colors in percentages

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

%32.09
%33.87
%34.05

CMYK color model

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

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

CMYK percentages

%5.76
%0.52
%0
%25.1

Codes

Color #B4BEBF in popluar color models

B4BEBF
RGB180190191
HSL185°7.91%72.75%
HSB/HSV185°5.76%74.90%
CMYK5.76%0.52%0.00%
25.10%

Color #B4BEBF in popluar number systems.

HEXB4BEBF
Decimal180190191
Binary101101001011111010111111
Octal264276277

Shades and tints

Shades of #B4BEBF

#B4BEBF
(180,190,191)
#A4ADAE
(164,173,174)
#949C9D
(148,156,157)
#848B8C
(132,139,140)
#747A7B
(116,122,123)
#64696A
(100,105,106)
#545859
(84,88,89)
#444748
(68,71,72)
#343637
(52,54,55)
#242526
(36,37,38)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #B4BEBF

#B4BEBF
(180,190,191)
#BAC3C4
(186,195,196)
#C0C8C9
(192,200,201)
#C6CDCE
(198,205,206)
#CCD2D3
(204,210,211)
#D2D7D8
(210,215,216)
#D8DCDD
(216,220,221)
#DEE1E2
(222,225,226)
#E4E6E7
(228,230,231)
#EAEBEC
(234,235,236)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BEBF; }

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

This text font color is #B4BEBF.


Background Color

.myBgColor { background-color: #B4BEBF; }

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

This div background color is #B4BEBF.


Border color

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

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

This div border color is #B4BEBF.


Opacity

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

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

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

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

This text has shadow with #B4BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BEBF on black background.


Color preview on white background

This text has color #B4BEBF on white background.



Black color preview on #B4BEBF background

This text has black color on #B4BEBF background.


White color preview on #B4BEBF background

This text has white color on #B4BEBF background.