COLOR #B1BDBB

HEX: #B1BDBB RGB: (177,189,187)

Color info

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

RGB color model

#B1BDBB color RGB value is (177,189,187).

RGB: (177,189,187) (69%, 74%, 73%)

RGB channels and saturation

R 177 of 255 = 69%
G 189 of 255 = 74%
B 187 of 255 = 73%

177
189
187

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

Portions of RGB colors in percentages

R + G + B = 177 + 189 + 187 = 553 (100%)
R 177 of 553 ~ 32.01%
G 189 of 553 ~ 34.18%
B 187 of 553 ~ 33.82'%

%32.01
%34.18
%33.82

CMYK color model

#B1BDBB color CMYK value is (6,0,1,26).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 25.88%

CMYK: (6,0,1,26)
C6M0Y1K26 (6%, 0%, 1%, 26%)
(0.06 / 0.00 / 0.01 / 0.26)

CMYK percentages

%6.35
%0
%1.06
%25.88

Codes

Color #B1BDBB in popluar color models

B1 BD BB
RGB 177 189 187
HSL 170° 8.33% 71.76%
HSB/HSV 170° 6.35% 74.12%
CMYK 6.35% 0.00% 1.06%
25.88%

Color #B1BDBB in popluar number systems.

HEX B1 BD BB
Decimal 177 189 187
Binary 10110001 10111101 10111011
Octal 261 275 273

Shades and tints

Shades of #B1BDBB

#B1BDBB
(177,189,187)
#A1ACAA
(161,172,170)
#919B99
(145,155,153)
#818A88
(129,138,136)
#717977
(113,121,119)
#616866
(97,104,102)
#515755
(81,87,85)
#414644
(65,70,68)
#313533
(49,53,51)
#212422
(33,36,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #B1BDBB

#B1BDBB
(177,189,187)
#B8C3C1
(184,195,193)
#BFC9C7
(191,201,199)
#C6CFCD
(198,207,205)
#CDD5D3
(205,213,211)
#D4DBD9
(212,219,217)
#DBE1DF
(219,225,223)
#E2E7E5
(226,231,229)
#E9EDEB
(233,237,235)
#F0F3F1
(240,243,241)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BDBB color. Also use rgb(177,189,187) instead hex code.

Text Font Color

.myTextColor { color: #B1BDBB; }

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

This text font color is #B1BDBB.

Background Color

.myBgColor { background-color: #B1BDBB; }

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

This div background color is #B1BDBB.

Border color

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

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

This div border color is #B1BDBB.

Opacity

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

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

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

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

This text has shadow with #B1BDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BDBB.

Preview

Color preview on black background

This text has color #B1BDBB on black background.


Color preview on white background

This text has color #B1BDBB on white background.


Black color preview on #B1BDBB background

This text has black color on #B1BDBB background.


White color preview on #B1BDBB background

This text has white color on #B1BDBB background.


Related colors

Complementary color

Complementary color for #hex is #4E4244.


I love getcolorcode.com

Triadic colors

1 #BBB1BD and #BDBBB1 with #B1BDBB are triadic colors.

2 #BBBDB1 and #BDB1BB with #B1BDBB are triadic colors.