COLOR #B0BFC3

HEX: #B0BFC3
RGB: (176,191,195)

Color info

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

RGB color model

#B0BFC3 color RGB value is (176,191,195).

  • red value is 176;
  • green value is 191;
  • blue value is 195.
RGB:
(176,191,195)
(69%,75%,76%)

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 195 of 255 = 76%

176
191
195

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

Portions of RGB colors in percentages

R + G + B =
176 + 191 + 195 = 562 (100%)
R 176 of 562 ~ 31.32%
G 191 of 562 ~ 33.99%
B 195 of 562 ~ 34.7%

%31.32
%33.99
%34.7

CMYK color model

#B0BFC3 color CMYK value is (10,2,0,24).

  • cyan value is 9.74%
  • magenta value is 2.05%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(10,2,0,24)
C10M2Y0K24 
(10%,2%,0%,24%)
(0.10/0.02/0.00/0.24)	

CMYK percentages

%9.74
%2.05
%0
%23.53

Codes

Color #B0BFC3 in popluar color models

B0BFC3
RGB176191195
HSL193°13.67%72.75%
HSB/HSV193°9.74%76.47%
CMYK9.74%2.05%0.00%
23.53%

Color #B0BFC3 in popluar number systems.

HEXB0BFC3
Decimal176191195
Binary101100001011111111000011
Octal260277303

Shades and tints

Shades of #B0BFC3

#B0BFC3
(176,191,195)
#A0AEB2
(160,174,178)
#909DA1
(144,157,161)
#808C90
(128,140,144)
#707B7F
(112,123,127)
#606A6E
(96,106,110)
#50595D
(80,89,93)
#40484C
(64,72,76)
#30373B
(48,55,59)
#20262A
(32,38,42)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #B0BFC3

#B0BFC3
(176,191,195)
#B7C4C8
(183,196,200)
#BEC9CD
(190,201,205)
#C5CED2
(197,206,210)
#CCD3D7
(204,211,215)
#D3D8DC
(211,216,220)
#DADDE1
(218,221,225)
#E1E2E6
(225,226,230)
#E8E7EB
(232,231,235)
#EFECF0
(239,236,240)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BFC3 color. Also use rgb(176,191,195) instead hex code.

Text Font Color

.myTextColor { color: #B0BFC3; }

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

This text font color is #B0BFC3.


Background Color

.myBgColor { background-color: #B0BFC3; }

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

This div background color is #B0BFC3.


Border color

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

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

This div border color is #B0BFC3.


Opacity

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

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

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

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

This text has shadow with #B0BFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BFC3 on black background.


Color preview on white background

This text has color #B0BFC3 on white background.



Black color preview on #B0BFC3 background

This text has black color on #B0BFC3 background.


White color preview on #B0BFC3 background

This text has white color on #B0BFC3 background.