COLOR #B1BAC5

HEX: #B1BAC5
RGB: (177,186,197)

Color info

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

RGB color model

#B1BAC5 color RGB value is (177,186,197).

  • red value is 177;
  • green value is 186;
  • blue value is 197.
RGB:
(177,186,197)
(69%,73%,77%)

RGB channels and saturation

R 177 of 255 = 69%
G 186 of 255 = 73%
B 197 of 255 = 77%

177
186
197

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

Portions of RGB colors in percentages

R + G + B =
177 + 186 + 197 = 560 (100%)
R 177 of 560 ~ 31.61%
G 186 of 560 ~ 33.21%
B 197 of 560 ~ 35.18%

%31.61
%33.21
%35.18

CMYK color model

#B1BAC5 color CMYK value is (10,6,0,23).

  • cyan value is 10.15%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(10,6,0,23)
C10M6Y0K23 
(10%,6%,0%,23%)
(0.10/0.06/0.00/0.23)	

CMYK percentages

%10.15
%5.58
%0
%22.75

Codes

Color #B1BAC5 in popluar color models

B1BAC5
RGB177186197
HSL213°14.71%73.33%
HSB/HSV213°10.15%77.25%
CMYK10.15%5.58%0.00%
22.75%

Color #B1BAC5 in popluar number systems.

HEXB1BAC5
Decimal177186197
Binary101100011011101011000101
Octal261272305

Shades and tints

Shades of #B1BAC5

#B1BAC5
(177,186,197)
#A1AAB4
(161,170,180)
#919AA3
(145,154,163)
#818A92
(129,138,146)
#717A81
(113,122,129)
#616A70
(97,106,112)
#515A5F
(81,90,95)
#414A4E
(65,74,78)
#313A3D
(49,58,61)
#212A2C
(33,42,44)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #B1BAC5

#B1BAC5
(177,186,197)
#B8C0CA
(184,192,202)
#BFC6CF
(191,198,207)
#C6CCD4
(198,204,212)
#CDD2D9
(205,210,217)
#D4D8DE
(212,216,222)
#DBDEE3
(219,222,227)
#E2E4E8
(226,228,232)
#E9EAED
(233,234,237)
#F0F0F2
(240,240,242)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BAC5 color. Also use rgb(177,186,197) instead hex code.

Text Font Color

.myTextColor { color: #B1BAC5; }

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

This text font color is #B1BAC5.


Background Color

.myBgColor { background-color: #B1BAC5; }

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

This div background color is #B1BAC5.


Border color

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

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

This div border color is #B1BAC5.


Opacity

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

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

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

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

This text has shadow with #B1BAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BAC5 on black background.


Color preview on white background

This text has color #B1BAC5 on white background.



Black color preview on #B1BAC5 background

This text has black color on #B1BAC5 background.


White color preview on #B1BAC5 background

This text has white color on #B1BAC5 background.