COLOR #B1BAB6

HEX: #B1BAB6 RGB: (177,186,182)

Color info

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

RGB color model

#B1BAB6 color RGB value is (177,186,182).

RGB: (177,186,182) (69%, 73%, 71%)

RGB channels and saturation

R 177 of 255 = 69%
G 186 of 255 = 73%
B 182 of 255 = 71%

177
186
182

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

Portions of RGB colors in percentages

R + G + B = 177 + 186 + 182 = 545 (100%)
R 177 of 545 ~ 32.48%
G 186 of 545 ~ 34.13%
B 182 of 545 ~ 33.39'%

%32.48
%34.13
%33.39

CMYK color model

#B1BAB6 color CMYK value is (5,0,2,27).

  • cyan value is 4.84%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 27.06%

CMYK: (5,0,2,27)
C5M0Y2K27 (5%, 0%, 2%, 27%)
(0.05 / 0.00 / 0.02 / 0.27)

CMYK percentages

%4.84
%0
%2.15
%27.06

Codes

Color #B1BAB6 in popluar color models

B1 BA B6
RGB 177 186 182
HSL 153° 6.12% 71.18%
HSB/HSV 153° 4.84% 72.94%
CMYK 4.84% 0.00% 2.15%
27.06%

Color #B1BAB6 in popluar number systems.

HEX B1 BA B6
Decimal 177 186 182
Binary 10110001 10111010 10110110
Octal 261 272 266

Shades and tints

Shades of #B1BAB6

#B1BAB6
(177,186,182)
#A1AAA6
(161,170,166)
#919A96
(145,154,150)
#818A86
(129,138,134)
#717A76
(113,122,118)
#616A66
(97,106,102)
#515A56
(81,90,86)
#414A46
(65,74,70)
#313A36
(49,58,54)
#212A26
(33,42,38)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #B1BAB6

#B1BAB6
(177,186,182)
#B8C0BC
(184,192,188)
#BFC6C2
(191,198,194)
#C6CCC8
(198,204,200)
#CDD2CE
(205,210,206)
#D4D8D4
(212,216,212)
#DBDEDA
(219,222,218)
#E2E4E0
(226,228,224)
#E9EAE6
(233,234,230)
#F0F0EC
(240,240,236)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BAB6 color. Also use rgb(177,186,182) instead hex code.

Text Font Color

.myTextColor { color: #B1BAB6; }

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

This text font color is #B1BAB6.

Background Color

.myBgColor { background-color: #B1BAB6; }

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

This div background color is #B1BAB6.

Border color

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

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

This div border color is #B1BAB6.

Opacity

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

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

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

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

This text has shadow with #B1BAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BAB6.

Preview

Color preview on black background

This text has color #B1BAB6 on black background.


Color preview on white background

This text has color #B1BAB6 on white background.


Black color preview on #B1BAB6 background

This text has black color on #B1BAB6 background.


White color preview on #B1BAB6 background

This text has white color on #B1BAB6 background.


Related colors

Complementary color

Complementary color for #hex is #4E4549.


I love getcolorcode.com

Triadic colors

1 #B6B1BA and #BAB6B1 with #B1BAB6 are triadic colors.

2 #B6BAB1 and #BAB1B6 with #B1BAB6 are triadic colors.