COLOR #B1BEC1

HEX: #B1BEC1
RGB: (177,190,193)

Color info

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

RGB color model

#B1BEC1 color RGB value is (177,190,193).

  • red value is 177;
  • green value is 190;
  • blue value is 193.
RGB:
(177,190,193)
(69%,75%,76%)

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 193 of 255 = 76%

177
190
193

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

Portions of RGB colors in percentages

R + G + B =
177 + 190 + 193 = 560 (100%)
R 177 of 560 ~ 31.61%
G 190 of 560 ~ 33.93%
B 193 of 560 ~ 34.46%

%31.61
%33.93
%34.46

CMYK color model

#B1BEC1 color CMYK value is (8,2,0,24).

  • cyan value is 8.29%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(8,2,0,24)
C8M2Y0K24 
(8%,2%,0%,24%)
(0.08/0.02/0.00/0.24)	

CMYK percentages

%8.29
%1.55
%0
%24.31

Codes

Color #B1BEC1 in popluar color models

B1BEC1
RGB177190193
HSL191°11.43%72.55%
HSB/HSV191°8.29%75.69%
CMYK8.29%1.55%0.00%
24.31%

Color #B1BEC1 in popluar number systems.

HEXB1BEC1
Decimal177190193
Binary101100011011111011000001
Octal261276301

Shades and tints

Shades of #B1BEC1

#B1BEC1
(177,190,193)
#A1ADB0
(161,173,176)
#919C9F
(145,156,159)
#818B8E
(129,139,142)
#717A7D
(113,122,125)
#61696C
(97,105,108)
#51585B
(81,88,91)
#41474A
(65,71,74)
#313639
(49,54,57)
#212528
(33,37,40)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #B1BEC1

#B1BEC1
(177,190,193)
#B8C3C6
(184,195,198)
#BFC8CB
(191,200,203)
#C6CDD0
(198,205,208)
#CDD2D5
(205,210,213)
#D4D7DA
(212,215,218)
#DBDCDF
(219,220,223)
#E2E1E4
(226,225,228)
#E9E6E9
(233,230,233)
#F0EBEE
(240,235,238)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BEC1; }

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

This text font color is #B1BEC1.


Background Color

.myBgColor { background-color: #B1BEC1; }

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

This div background color is #B1BEC1.


Border color

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

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

This div border color is #B1BEC1.


Opacity

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

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

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

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

This text has shadow with #B1BEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BEC1 on black background.


Color preview on white background

This text has color #B1BEC1 on white background.



Black color preview on #B1BEC1 background

This text has black color on #B1BEC1 background.


White color preview on #B1BEC1 background

This text has white color on #B1BEC1 background.