COLOR #B1B4AB

HEX: #B1B4AB
RGB: (177,180,171)

Color info

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

RGB color model

#B1B4AB color RGB value is (177,180,171).

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

RGB channels and saturation

R 177 of 255 = 69%
G 180 of 255 = 71%
B 171 of 255 = 67%

177
180
171

R + G + B ~ 69%. #B1B4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 180 + 171 = 528 (100%)
R 177 of 528 ~ 33.52%
G 180 of 528 ~ 34.09%
B 171 of 528 ~ 32.39%

%33.52
%34.09
%32.39

CMYK color model

#B1B4AB color CMYK value is (2,0,5,29).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(2,0,5,29)
C2M0Y5K29 
(2%,0%,5%,29%)
(0.02/0.00/0.05/0.29)	

CMYK percentages

%1.67
%0
%5
%29.41

Codes

Color #B1B4AB in popluar color models

B1B4AB
RGB177180171
HSL80°5.66%68.82%
HSB/HSV80°5.00%70.59%
CMYK1.67%0.00%5.00%
29.41%

Color #B1B4AB in popluar number systems.

HEXB1B4AB
Decimal177180171
Binary101100011011010010101011
Octal261264253

Shades and tints

Shades of #B1B4AB

#B1B4AB
(177,180,171)
#A1A49C
(161,164,156)
#91948D
(145,148,141)
#81847E
(129,132,126)
#71746F
(113,116,111)
#616460
(97,100,96)
#515451
(81,84,81)
#414442
(65,68,66)
#313433
(49,52,51)
#212424
(33,36,36)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1B4AB

#B1B4AB
(177,180,171)
#B8BAB2
(184,186,178)
#BFC0B9
(191,192,185)
#C6C6C0
(198,198,192)
#CDCCC7
(205,204,199)
#D4D2CE
(212,210,206)
#DBD8D5
(219,216,213)
#E2DEDC
(226,222,220)
#E9E4E3
(233,228,227)
#F0EAEA
(240,234,234)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B4AB; }

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

This text font color is #B1B4AB.


Background Color

.myBgColor { background-color: #B1B4AB; }

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

This div background color is #B1B4AB.


Border color

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

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

This div border color is #B1B4AB.


Opacity

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

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

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

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

This text has shadow with #B1B4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B4AB on black background.


Color preview on white background

This text has color #B1B4AB on white background.



Black color preview on #B1B4AB background

This text has black color on #B1B4AB background.


White color preview on #B1B4AB background

This text has white color on #B1B4AB background.