COLOR #B0B0BE

HEX: #B0B0BE
RGB: (176,176,190)

Color info

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

RGB color model

#B0B0BE color RGB value is (176,176,190).

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

RGB channels and saturation

R 176 of 255 = 69%
G 176 of 255 = 69%
B 190 of 255 = 75%

176
176
190

R + G + B ~ 71%. #B0B0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 176 + 190 = 542 (100%)
R 176 of 542 ~ 32.47%
G 176 of 542 ~ 32.47%
B 190 of 542 ~ 35.06%

%32.47
%32.47
%35.06

CMYK color model

#B0B0BE color CMYK value is (7,7,0,25).

  • cyan value is 7.37%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (7,7,0,25) C7M7Y0K25 (7%,7%,0%,25%) (0.07/0.07/0.00/0.25)

CMYK percentages

%7.37
%7.37
%0
%25.49

Codes

Color #B0B0BE in popluar color models

B0B0BE
RGB176176190
HSL240°9.72%71.76%
HSB/HSV240°7.37%74.51%
CMYK7.37%7.37%0.00%
25.49%

Color #B0B0BE in popluar number systems.

HEXB0B0BE
Decimal176176190
Binary101100001011000010111110
Octal260260276

Shades and tints

Shades of #B0B0BE

#B0B0BE
(176,176,190)
#A0A0AD
(160,160,173)
#90909C
(144,144,156)
#80808B
(128,128,139)
#70707A
(112,112,122)
#606069
(96,96,105)
#505058
(80,80,88)
#404047
(64,64,71)
#303036
(48,48,54)
#202025
(32,32,37)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #B0B0BE

#B0B0BE
(176,176,190)
#B7B7C3
(183,183,195)
#BEBEC8
(190,190,200)
#C5C5CD
(197,197,205)
#CCCCD2
(204,204,210)
#D3D3D7
(211,211,215)
#DADADC
(218,218,220)
#E1E1E1
(225,225,225)
#E8E8E6
(232,232,230)
#EFEFEB
(239,239,235)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B0BE; }

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

This text font color is #B0B0BE.


Background Color

.myBgColor { background-color: #B0B0BE; }

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

This div background color is #B0B0BE.


Border color

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

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

This div border color is #B0B0BE.


Opacity

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

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

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

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

This text has shadow with #B0B0BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B0B0BE on black background.


Color preview on white background

This text has color #B0B0BE on white background.



Black color preview on #B0B0BE background

This text has black color on #B0B0BE background.


White color preview on #B0B0BE background

This text has white color on #B0B0BE background.