COLOR #B1BCC6

HEX: #B1BCC6
RGB: (177,188,198)

Color info

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

RGB color model

#B1BCC6 color RGB value is (177,188,198).

  • red value is 177;
  • green value is 188;
  • blue value is 198.
RGB:
(177,188,198)
(69%,74%,78%)

RGB channels and saturation

R 177 of 255 = 69%
G 188 of 255 = 74%
B 198 of 255 = 78%

177
188
198

R + G + B ~ 74%. #B1BCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 188 + 198 = 563 (100%)
R 177 of 563 ~ 31.44%
G 188 of 563 ~ 33.39%
B 198 of 563 ~ 35.17%

%31.44
%33.39
%35.17

CMYK color model

#B1BCC6 color CMYK value is (11,5,0,22).

  • cyan value is 10.61%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(11,5,0,22)
C11M5Y0K22 
(11%,5%,0%,22%)
(0.11/0.05/0.00/0.22)	

CMYK percentages

%10.61
%5.05
%0
%22.35

Codes

Color #B1BCC6 in popluar color models

B1BCC6
RGB177188198
HSL209°15.56%73.53%
HSB/HSV209°10.61%77.65%
CMYK10.61%5.05%0.00%
22.35%

Color #B1BCC6 in popluar number systems.

HEXB1BCC6
Decimal177188198
Binary101100011011110011000110
Octal261274306

Shades and tints

Shades of #B1BCC6

#B1BCC6
(177,188,198)
#A1ABB4
(161,171,180)
#919AA2
(145,154,162)
#818990
(129,137,144)
#71787E
(113,120,126)
#61676C
(97,103,108)
#51565A
(81,86,90)
#414548
(65,69,72)
#313436
(49,52,54)
#212324
(33,35,36)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #B1BCC6

#B1BCC6
(177,188,198)
#B8C2CB
(184,194,203)
#BFC8D0
(191,200,208)
#C6CED5
(198,206,213)
#CDD4DA
(205,212,218)
#D4DADF
(212,218,223)
#DBE0E4
(219,224,228)
#E2E6E9
(226,230,233)
#E9ECEE
(233,236,238)
#F0F2F3
(240,242,243)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BCC6 color. Also use rgb(177,188,198) instead hex code.

Text Font Color

.myTextColor { color: #B1BCC6; }

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

This text font color is #B1BCC6.


Background Color

.myBgColor { background-color: #B1BCC6; }

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

This div background color is #B1BCC6.


Border color

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

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

This div border color is #B1BCC6.


Opacity

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

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

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

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

This text has shadow with #B1BCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BCC6 on black background.


Color preview on white background

This text has color #B1BCC6 on white background.



Black color preview on #B1BCC6 background

This text has black color on #B1BCC6 background.


White color preview on #B1BCC6 background

This text has white color on #B1BCC6 background.