COLOR #B0BEB5

HEX: #B0BEB5
RGB: (176,190,181)

Color info

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

RGB color model

#B0BEB5 color RGB value is (176,190,181).

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

RGB channels and saturation

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

176
190
181

R + G + B ~ 72%. #B0BEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 190 + 181 = 547 (100%)
R 176 of 547 ~ 32.18%
G 190 of 547 ~ 34.73%
B 181 of 547 ~ 33.09%

%32.18
%34.73
%33.09

CMYK color model

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

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

CMYK percentages

%7.37
%0
%4.74
%25.49

Codes

Color #B0BEB5 in popluar color models

B0BEB5
RGB176190181
HSL141°9.72%71.76%
HSB/HSV141°7.37%74.51%
CMYK7.37%0.00%4.74%
25.49%

Color #B0BEB5 in popluar number systems.

HEXB0BEB5
Decimal176190181
Binary101100001011111010110101
Octal260276265

Shades and tints

Shades of #B0BEB5

#B0BEB5
(176,190,181)
#A0ADA5
(160,173,165)
#909C95
(144,156,149)
#808B85
(128,139,133)
#707A75
(112,122,117)
#606965
(96,105,101)
#505855
(80,88,85)
#404745
(64,71,69)
#303635
(48,54,53)
#202525
(32,37,37)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #B0BEB5

#B0BEB5
(176,190,181)
#B7C3BB
(183,195,187)
#BEC8C1
(190,200,193)
#C5CDC7
(197,205,199)
#CCD2CD
(204,210,205)
#D3D7D3
(211,215,211)
#DADCD9
(218,220,217)
#E1E1DF
(225,225,223)
#E8E6E5
(232,230,229)
#EFEBEB
(239,235,235)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BEB5; }

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

This text font color is #B0BEB5.


Background Color

.myBgColor { background-color: #B0BEB5; }

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

This div background color is #B0BEB5.


Border color

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

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

This div border color is #B0BEB5.


Opacity

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

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

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

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

This text has shadow with #B0BEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BEB5 on black background.


Color preview on white background

This text has color #B0BEB5 on white background.



Black color preview on #B0BEB5 background

This text has black color on #B0BEB5 background.


White color preview on #B0BEB5 background

This text has white color on #B0BEB5 background.