COLOR #B3B4BE

HEX: #B3B4BE
RGB: (179,180,190)

Color info

#B3B4BE contains red, green and blue colors in about the same proportion. Web safe color of #B3B4BE is #99CCCC (or #9CC).

RGB color model

#B3B4BE color RGB value is (179,180,190).

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

RGB channels and saturation

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

179
180
190

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

Portions of RGB colors in percentages

R + G + B =
179 + 180 + 190 = 549 (100%)
R 179 of 549 ~ 32.6%
G 180 of 549 ~ 32.79%
B 190 of 549 ~ 34.61%

%32.6
%32.79
%34.61

CMYK color model

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

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

CMYK percentages

%5.79
%5.26
%0
%25.49

Codes

Color #B3B4BE in popluar color models

B3B4BE
RGB179180190
HSL235°7.80%72.35%
HSB/HSV235°5.79%74.51%
CMYK5.79%5.26%0.00%
25.49%

Color #B3B4BE in popluar number systems.

HEXB3B4BE
Decimal179180190
Binary101100111011010010111110
Octal263264276

Shades and tints

Shades of #B3B4BE

#B3B4BE
(179,180,190)
#A3A4AD
(163,164,173)
#93949C
(147,148,156)
#83848B
(131,132,139)
#73747A
(115,116,122)
#636469
(99,100,105)
#535458
(83,84,88)
#434447
(67,68,71)
#333436
(51,52,54)
#232425
(35,36,37)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #B3B4BE

#B3B4BE
(179,180,190)
#B9BAC3
(185,186,195)
#BFC0C8
(191,192,200)
#C5C6CD
(197,198,205)
#CBCCD2
(203,204,210)
#D1D2D7
(209,210,215)
#D7D8DC
(215,216,220)
#DDDEE1
(221,222,225)
#E3E4E6
(227,228,230)
#E9EAEB
(233,234,235)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B4BE; }

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

This text font color is #B3B4BE.


Background Color

.myBgColor { background-color: #B3B4BE; }

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

This div background color is #B3B4BE.


Border color

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

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

This div border color is #B3B4BE.


Opacity

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

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

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

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

This text has shadow with #B3B4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B4BE on black background.


Color preview on white background

This text has color #B3B4BE on white background.



Black color preview on #B3B4BE background

This text has black color on #B3B4BE background.


White color preview on #B3B4BE background

This text has white color on #B3B4BE background.