COLOR #B1BDBE

HEX: #B1BDBE RGB: (177,189,190)

Color info

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

RGB color model

#B1BDBE color RGB value is (177,189,190).

RGB: (177,189,190) (69%, 74%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 189 of 255 = 74%
B 190 of 255 = 75%

177
189
190

R + G + B ~ 73%. #B1BDBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 189 + 190 = 556 (100%)
R 177 of 556 ~ 31.83%
G 189 of 556 ~ 33.99%
B 190 of 556 ~ 34.17'%

%31.83
%33.99
%34.17

CMYK color model

#B1BDBE color CMYK value is (7,1,0,25).

  • cyan value is 6.84%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (7,1,0,25)
C7M1Y0K25 (7%, 1%, 0%, 25%)
(0.07 / 0.01 / 0.00 / 0.25)

CMYK percentages

%6.84
%0.53
%0
%25.49

Codes

Color #B1BDBE in popluar color models

B1 BD BE
RGB 177 189 190
HSL 185° 9.09% 71.96%
HSB/HSV 185° 6.84% 74.51%
CMYK 6.84% 0.53% 0.00%
25.49%

Color #B1BDBE in popluar number systems.

HEX B1 BD BE
Decimal 177 189 190
Binary 10110001 10111101 10111110
Octal 261 275 276

Shades and tints

Shades of #B1BDBE

#B1BDBE
(177,189,190)
#A1ACAD
(161,172,173)
#919B9C
(145,155,156)
#818A8B
(129,138,139)
#71797A
(113,121,122)
#616869
(97,104,105)
#515758
(81,87,88)
#414647
(65,70,71)
#313536
(49,53,54)
#212425
(33,36,37)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #B1BDBE

#B1BDBE
(177,189,190)
#B8C3C3
(184,195,195)
#BFC9C8
(191,201,200)
#C6CFCD
(198,207,205)
#CDD5D2
(205,213,210)
#D4DBD7
(212,219,215)
#DBE1DC
(219,225,220)
#E2E7E1
(226,231,225)
#E9EDE6
(233,237,230)
#F0F3EB
(240,243,235)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BDBE; }

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

This text font color is #B1BDBE.

Background Color

.myBgColor { background-color: #B1BDBE; }

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

This div background color is #B1BDBE.

Border color

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

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

This div border color is #B1BDBE.

Opacity

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

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

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

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

This text has shadow with #B1BDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BDBE.

Preview

Color preview on black background

This text has color #B1BDBE on black background.


Color preview on white background

This text has color #B1BDBE on white background.


Black color preview on #B1BDBE background

This text has black color on #B1BDBE background.


White color preview on #B1BDBE background

This text has white color on #B1BDBE background.


Related colors

Complementary color

Complementary color for #hex is #4E4241.


I love getcolorcode.com

Triadic colors

1 #BEB1BD and #BDBEB1 with #B1BDBE are triadic colors.

2 #BEBDB1 and #BDB1BE with #B1BDBE are triadic colors.