COLOR #B4B1B5

HEX: #B4B1B5
RGB: (180,177,181)

Color info

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

RGB color model

#B4B1B5 color RGB value is (180,177,181).

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

RGB channels and saturation

R 180 of 255 = 71%
G 177 of 255 = 69%
B 181 of 255 = 71%

180
177
181

R + G + B ~ 70%. #B4B1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 177 + 181 = 538 (100%)
R 180 of 538 ~ 33.46%
G 177 of 538 ~ 32.9%
B 181 of 538 ~ 33.64%

%33.46
%32.9
%33.64

CMYK color model

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

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

CMYK percentages

%0.55
%2.21
%0
%29.02

Codes

Color #B4B1B5 in popluar color models

B4B1B5
RGB180177181
HSL285°2.63%70.20%
HSB/HSV285°2.21%70.98%
CMYK0.55%2.21%0.00%
29.02%

Color #B4B1B5 in popluar number systems.

HEXB4B1B5
Decimal180177181
Binary101101001011000110110101
Octal264261265

Shades and tints

Shades of #B4B1B5

#B4B1B5
(180,177,181)
#A4A1A5
(164,161,165)
#949195
(148,145,149)
#848185
(132,129,133)
#747175
(116,113,117)
#646165
(100,97,101)
#545155
(84,81,85)
#444145
(68,65,69)
#343135
(52,49,53)
#242125
(36,33,37)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #B4B1B5

#B4B1B5
(180,177,181)
#BAB8BB
(186,184,187)
#C0BFC1
(192,191,193)
#C6C6C7
(198,198,199)
#CCCDCD
(204,205,205)
#D2D4D3
(210,212,211)
#D8DBD9
(216,219,217)
#DEE2DF
(222,226,223)
#E4E9E5
(228,233,229)
#EAF0EB
(234,240,235)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B1B5; }

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

This text font color is #B4B1B5.


Background Color

.myBgColor { background-color: #B4B1B5; }

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

This div background color is #B4B1B5.


Border color

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

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

This div border color is #B4B1B5.


Opacity

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

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

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

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

This text has shadow with #B4B1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B1B5 on black background.


Color preview on white background

This text has color #B4B1B5 on white background.



Black color preview on #B4B1B5 background

This text has black color on #B4B1B5 background.


White color preview on #B4B1B5 background

This text has white color on #B4B1B5 background.