COLOR #B0BFC9

HEX: #B0BFC9
RGB: (176,191,201)

Color info

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

RGB color model

#B0BFC9 color RGB value is (176,191,201).

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

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 201 of 255 = 79%

176
191
201

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

Portions of RGB colors in percentages

R + G + B =
176 + 191 + 201 = 568 (100%)
R 176 of 568 ~ 30.99%
G 191 of 568 ~ 33.63%
B 201 of 568 ~ 35.39%

%30.99
%33.63
%35.39

CMYK color model

#B0BFC9 color CMYK value is (12,5,0,21).

  • cyan value is 12.44%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(12,5,0,21)
C12M5Y0K21 
(12%,5%,0%,21%)
(0.12/0.05/0.00/0.21)	

CMYK percentages

%12.44
%4.98
%0
%21.18

Codes

Color #B0BFC9 in popluar color models

B0BFC9
RGB176191201
HSL204°18.80%73.92%
HSB/HSV204°12.44%78.82%
CMYK12.44%4.98%0.00%
21.18%

Color #B0BFC9 in popluar number systems.

HEXB0BFC9
Decimal176191201
Binary101100001011111111001001
Octal260277311

Shades and tints

Shades of #B0BFC9

#B0BFC9
(176,191,201)
#A0AEB7
(160,174,183)
#909DA5
(144,157,165)
#808C93
(128,140,147)
#707B81
(112,123,129)
#606A6F
(96,106,111)
#50595D
(80,89,93)
#40484B
(64,72,75)
#303739
(48,55,57)
#202627
(32,38,39)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #B0BFC9

#B0BFC9
(176,191,201)
#B7C4CD
(183,196,205)
#BEC9D1
(190,201,209)
#C5CED5
(197,206,213)
#CCD3D9
(204,211,217)
#D3D8DD
(211,216,221)
#DADDE1
(218,221,225)
#E1E2E5
(225,226,229)
#E8E7E9
(232,231,233)
#EFECED
(239,236,237)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BFC9; }

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

This text font color is #B0BFC9.


Background Color

.myBgColor { background-color: #B0BFC9; }

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

This div background color is #B0BFC9.


Border color

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

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

This div border color is #B0BFC9.


Opacity

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

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

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

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

This text has shadow with #B0BFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BFC9 on black background.


Color preview on white background

This text has color #B0BFC9 on white background.



Black color preview on #B0BFC9 background

This text has black color on #B0BFC9 background.


White color preview on #B0BFC9 background

This text has white color on #B0BFC9 background.