COLOR #B4B4BE

HEX: #B4B4BE
RGB: (180,180,190)

Color info

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

RGB color model

#B4B4BE color RGB value is (180,180,190).

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

RGB channels and saturation

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

180
180
190

R + G + B ~ 72%. #B4B4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 180 + 190 = 550 (100%)
R 180 of 550 ~ 32.73%
G 180 of 550 ~ 32.73%
B 190 of 550 ~ 34.55%

%32.73
%32.73
%34.55

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(5,5,0,25)
C5M5Y0K25 
(5%,5%,0%,25%)
(0.05/0.05/0.00/0.25)	

CMYK percentages

%5.26
%5.26
%0
%25.49

Codes

Color #B4B4BE in popluar color models

B4B4BE
RGB180180190
HSL240°7.14%72.55%
HSB/HSV240°5.26%74.51%
CMYK5.26%5.26%0.00%
25.49%

Color #B4B4BE in popluar number systems.

HEXB4B4BE
Decimal180180190
Binary101101001011010010111110
Octal264264276

Shades and tints

Shades of #B4B4BE

#B4B4BE
(180,180,190)
#A4A4AD
(164,164,173)
#94949C
(148,148,156)
#84848B
(132,132,139)
#74747A
(116,116,122)
#646469
(100,100,105)
#545458
(84,84,88)
#444447
(68,68,71)
#343436
(52,52,54)
#242425
(36,36,37)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #B4B4BE

#B4B4BE
(180,180,190)
#BABAC3
(186,186,195)
#C0C0C8
(192,192,200)
#C6C6CD
(198,198,205)
#CCCCD2
(204,204,210)
#D2D2D7
(210,210,215)
#D8D8DC
(216,216,220)
#DEDEE1
(222,222,225)
#E4E4E6
(228,228,230)
#EAEAEB
(234,234,235)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B4BE; }

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

This text font color is #B4B4BE.


Background Color

.myBgColor { background-color: #B4B4BE; }

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

This div background color is #B4B4BE.


Border color

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

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

This div border color is #B4B4BE.


Opacity

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

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

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

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

This text has shadow with #B4B4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B4BE on black background.


Color preview on white background

This text has color #B4B4BE on white background.



Black color preview on #B4B4BE background

This text has black color on #B4B4BE background.


White color preview on #B4B4BE background

This text has white color on #B4B4BE background.