COLOR #B1BDC3

HEX: #B1BDC3
RGB: (177,189,195)

Color info

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

RGB color model

#B1BDC3 color RGB value is (177,189,195).

  • red value is 177;
  • green value is 189;
  • blue value is 195.
RGB:
(177,189,195)
(69%,74%,76%)

RGB channels and saturation

R 177 of 255 = 69%
G 189 of 255 = 74%
B 195 of 255 = 76%

177
189
195

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

Portions of RGB colors in percentages

R + G + B =
177 + 189 + 195 = 561 (100%)
R 177 of 561 ~ 31.55%
G 189 of 561 ~ 33.69%
B 195 of 561 ~ 34.76%

%31.55
%33.69
%34.76

CMYK color model

#B1BDC3 color CMYK value is (9,3,0,24).

  • cyan value is 9.23%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(9,3,0,24)
C9M3Y0K24 
(9%,3%,0%,24%)
(0.09/0.03/0.00/0.24)	

CMYK percentages

%9.23
%3.08
%0
%23.53

Codes

Color #B1BDC3 in popluar color models

B1BDC3
RGB177189195
HSL200°13.04%72.94%
HSB/HSV200°9.23%76.47%
CMYK9.23%3.08%0.00%
23.53%

Color #B1BDC3 in popluar number systems.

HEXB1BDC3
Decimal177189195
Binary101100011011110111000011
Octal261275303

Shades and tints

Shades of #B1BDC3

#B1BDC3
(177,189,195)
#A1ACB2
(161,172,178)
#919BA1
(145,155,161)
#818A90
(129,138,144)
#71797F
(113,121,127)
#61686E
(97,104,110)
#51575D
(81,87,93)
#41464C
(65,70,76)
#31353B
(49,53,59)
#21242A
(33,36,42)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #B1BDC3

#B1BDC3
(177,189,195)
#B8C3C8
(184,195,200)
#BFC9CD
(191,201,205)
#C6CFD2
(198,207,210)
#CDD5D7
(205,213,215)
#D4DBDC
(212,219,220)
#DBE1E1
(219,225,225)
#E2E7E6
(226,231,230)
#E9EDEB
(233,237,235)
#F0F3F0
(240,243,240)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BDC3; }

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

This text font color is #B1BDC3.


Background Color

.myBgColor { background-color: #B1BDC3; }

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

This div background color is #B1BDC3.


Border color

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

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

This div border color is #B1BDC3.


Opacity

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

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

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

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

This text has shadow with #B1BDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BDC3 on black background.


Color preview on white background

This text has color #B1BDC3 on white background.



Black color preview on #B1BDC3 background

This text has black color on #B1BDC3 background.


White color preview on #B1BDC3 background

This text has white color on #B1BDC3 background.