Hex #b0b0b0 Color

#b0b0b0
equivalent to

RGB

(176, 176, 176)

Details of #b0b0b0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
176
41.2663
0.00
0.00
71.8360
43.4154
65.8903
176
43.4154
0.00
0.00
0.0040
0.3127
-3.5154
176
47.2793
0.69
0.00   0.31
-0.0079
0.3290
69°
3.5945

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110000
260
176
B0
Green
10110000
260
176
B0
Blue
10110000
260
176
B0

RGB in % of #b0b0b0

%33.33
%33.33
%33.33

CMYK in % of #b0b0b0

%0
%0
%0
%31

Triads of color #b0b0b0

#b0b0b0 #b0b0b0 #b0b0b0

Similar Colors to #b0b0b0

#b0b0b0 #b0b0b0 #b0b0b0

Preview Color #b0b0b0 on black ground

#b0b0b0 is very interesting for text.

Preview Color #b0b0b0 on white ground

#b0b0b0 is very interesting for text.

CSS Codes #b0b0b0 color

.mybgcolor {background-color:#b0b0b0; }
.myforecolor {color:#b0b0b0; }
.mybordercolor {border:3px solid #b0b0b0; }

Text Font Color #b0b0b0

<p style="color:#b0b0b0">Text here</p>

This sample text font color is #b0b0b0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #b0b0b0

<div style="background-color:#b0b0b0">
Div content here</div>

This div background color is #b0b0b0


Border Color #b0b0b0

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

The color of this border is #b0b0b0


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b0b0b0; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #b0b0b0;
-webkit-box-shadow: 1px 1px 3px 2px #b0b0b0;
box-shadow:         1px 1px 3px 2px #b0b0b0; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #b0b0b0">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #b0b0b0;
  -webkit-box-shadow: 1px 1px 3px 2px #b0b0b0;
  box-shadow:         1px 1px 3px 2px #b0b0b0;">
Div content here</div>

The shadow of div box using color #b0b0b0