COLOR #B4B3B6

HEX: #B4B3B6
RGB: (180,179,182)

Color info

#B4B3B6 contains red, green and blue colors in about the same proportion. Web safe color of #B4B3B6 is #CC99CC (or #C9C).

RGB color model

#B4B3B6 color RGB value is (180,179,182).

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

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 182 of 255 = 71%

180
179
182

R + G + B ~ 71%. #B4B3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 182 = 541 (100%)
R 180 of 541 ~ 33.27%
G 179 of 541 ~ 33.09%
B 182 of 541 ~ 33.64%

%33.27
%33.09
%33.64

CMYK color model

#B4B3B6 color CMYK value is (1,2,0,29).

  • cyan value is 1.10%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(1,2,0,29)
C1M2Y0K29 
(1%,2%,0%,29%)
(0.01/0.02/0.00/0.29)	

CMYK percentages

%1.1
%1.65
%0
%28.63

Codes

Color #B4B3B6 in popluar color models

B4B3B6
RGB180179182
HSL260°2.01%70.78%
HSB/HSV260°1.65%71.37%
CMYK1.10%1.65%0.00%
28.63%

Color #B4B3B6 in popluar number systems.

HEXB4B3B6
Decimal180179182
Binary101101001011001110110110
Octal264263266

Shades and tints

Shades of #B4B3B6

#B4B3B6
(180,179,182)
#A4A3A6
(164,163,166)
#949396
(148,147,150)
#848386
(132,131,134)
#747376
(116,115,118)
#646366
(100,99,102)
#545356
(84,83,86)
#444346
(68,67,70)
#343336
(52,51,54)
#242326
(36,35,38)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #B4B3B6

#B4B3B6
(180,179,182)
#BAB9BC
(186,185,188)
#C0BFC2
(192,191,194)
#C6C5C8
(198,197,200)
#CCCBCE
(204,203,206)
#D2D1D4
(210,209,212)
#D8D7DA
(216,215,218)
#DEDDE0
(222,221,224)
#E4E3E6
(228,227,230)
#EAE9EC
(234,233,236)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B3B6; }

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

This text font color is #B4B3B6.


Background Color

.myBgColor { background-color: #B4B3B6; }

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

This div background color is #B4B3B6.


Border color

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

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

This div border color is #B4B3B6.


Opacity

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

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

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

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

This text has shadow with #B4B3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B3B6 on black background.


Color preview on white background

This text has color #B4B3B6 on white background.



Black color preview on #B4B3B6 background

This text has black color on #B4B3B6 background.


White color preview on #B4B3B6 background

This text has white color on #B4B3B6 background.