COLOR #B4B3B5

HEX: #B4B3B5
RGB: (180,179,181)

Color info

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

RGB color model

#B4B3B5 color RGB value is (180,179,181).

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

RGB channels and saturation

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

180
179
181

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

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 181 = 540 (100%)
R 180 of 540 ~ 33.33%
G 179 of 540 ~ 33.15%
B 181 of 540 ~ 33.52%

%33.33
%33.15
%33.52

CMYK color model

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

  • cyan value is 0.55%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(1,1,0,29)
C1M1Y0K29 
(1%,1%,0%,29%)
(0.01/0.01/0.00/0.29)	

CMYK percentages

%0.55
%1.1
%0
%29.02

Codes

Color #B4B3B5 in popluar color models

B4B3B5
RGB180179181
HSL270°1.33%70.59%
HSB/HSV270°1.10%70.98%
CMYK0.55%1.10%0.00%
29.02%

Color #B4B3B5 in popluar number systems.

HEXB4B3B5
Decimal180179181
Binary101101001011001110110101
Octal264263265

Shades and tints

Shades of #B4B3B5

#B4B3B5
(180,179,181)
#A4A3A5
(164,163,165)
#949395
(148,147,149)
#848385
(132,131,133)
#747375
(116,115,117)
#646365
(100,99,101)
#545355
(84,83,85)
#444345
(68,67,69)
#343335
(52,51,53)
#242325
(36,35,37)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B4B3B5

#B4B3B5
(180,179,181)
#BAB9BB
(186,185,187)
#C0BFC1
(192,191,193)
#C6C5C7
(198,197,199)
#CCCBCD
(204,203,205)
#D2D1D3
(210,209,211)
#D8D7D9
(216,215,217)
#DEDDDF
(222,221,223)
#E4E3E5
(228,227,229)
#EAE9EB
(234,233,235)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B3B5; }

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

This text font color is #B4B3B5.


Background Color

.myBgColor { background-color: #B4B3B5; }

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

This div background color is #B4B3B5.


Border color

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

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

This div border color is #B4B3B5.


Opacity

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

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

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

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

This text has shadow with #B4B3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B3B5 on black background.


Color preview on white background

This text has color #B4B3B5 on white background.



Black color preview on #B4B3B5 background

This text has black color on #B4B3B5 background.


White color preview on #B4B3B5 background

This text has white color on #B4B3B5 background.