COLOR #B1BFB6

HEX: #B1BFB6 RGB: (177,191,182)

Color info

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

RGB color model

#B1BFB6 color RGB value is (177,191,182).

RGB: (177,191,182) (69%, 75%, 71%)

RGB channels and saturation

R 177 of 255 = 69%
G 191 of 255 = 75%
B 182 of 255 = 71%

177
191
182

R + G + B ~ 72%. #B1BFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 191 + 182 = 550 (100%)
R 177 of 550 ~ 32.18%
G 191 of 550 ~ 34.73%
B 182 of 550 ~ 33.09'%

%32.18
%34.73
%33.09

CMYK color model

#B1BFB6 color CMYK value is (7,0,5,25).

  • cyan value is 7.33%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 25.10%

CMYK: (7,0,5,25)
C7M0Y5K25 (7%, 0%, 5%, 25%)
(0.07 / 0.00 / 0.05 / 0.25)

CMYK percentages

%7.33
%0
%4.71
%25.1

Codes

Color #B1BFB6 in popluar color models

B1 BF B6
RGB 177 191 182
HSL 141° 9.86% 72.16%
HSB/HSV 141° 7.33% 74.90%
CMYK 7.33% 0.00% 4.71%
25.10%

Color #B1BFB6 in popluar number systems.

HEX B1 BF B6
Decimal 177 191 182
Binary 10110001 10111111 10110110
Octal 261 277 266

Shades and tints

Shades of #B1BFB6

#B1BFB6
(177,191,182)
#A1AEA6
(161,174,166)
#919D96
(145,157,150)
#818C86
(129,140,134)
#717B76
(113,123,118)
#616A66
(97,106,102)
#515956
(81,89,86)
#414846
(65,72,70)
#313736
(49,55,54)
#212626
(33,38,38)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #B1BFB6

#B1BFB6
(177,191,182)
#B8C4BC
(184,196,188)
#BFC9C2
(191,201,194)
#C6CEC8
(198,206,200)
#CDD3CE
(205,211,206)
#D4D8D4
(212,216,212)
#DBDDDA
(219,221,218)
#E2E2E0
(226,226,224)
#E9E7E6
(233,231,230)
#F0ECEC
(240,236,236)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BFB6; }

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

This text font color is #B1BFB6.

Background Color

.myBgColor { background-color: #B1BFB6; }

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

This div background color is #B1BFB6.

Border color

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

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

This div border color is #B1BFB6.

Opacity

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

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

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

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

This text has shadow with #B1BFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BFB6.

Preview

Color preview on black background

This text has color #B1BFB6 on black background.


Color preview on white background

This text has color #B1BFB6 on white background.


Black color preview on #B1BFB6 background

This text has black color on #B1BFB6 background.


White color preview on #B1BFB6 background

This text has white color on #B1BFB6 background.


Related colors

Complementary color

Complementary color for #hex is #4E4049.


I love getcolorcode.com

Triadic colors

1 #B6B1BF and #BFB6B1 with #B1BFB6 are triadic colors.

2 #B6BFB1 and #BFB1B6 with #B1BFB6 are triadic colors.