color details

Color Details
#b7b9ba Color Hex

#b7b9ba color RGB value is (11, 123, 155).
#b7b9ba hex color red value is 11, green value is 123, and blue value is 155.
Cylindrical-coordinate representations (HSL) of color #b7b9ba hue: 193.33, saturation: 0.87 and lightness: 0.33.

The process color (four-color CMYK) of #b7b9ba color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b7b9ba is #ff9999. Color #b7b9ba contains mainly RED.

Color Spaces
Color spaces of #b7b9baValue
RGB183, 185, 186
HSL0.56, 0.02, 0.72
HSV200°, 2°, 73°
XYZ45.74, 48.31, 53.36
Base Numbers
Base Red Green Blue
Binary 10110111 10111001 10111010
Octal 267 271 272
Decimal 183 185 186
Hex B7 B9 BA

RGB Percentages for Color #b7b9ba

33.03%
33.39%
33.57%

CMYK Percentages of the Color #b7b9ba

1.61%
0.54%
27.06%
CSS Codes for Color #b7b9ba
.mybgColor {background-color: #b7b9ba;}
.myforeColor {color: #b7b9ba;}
.myborderColor {border:3px solid #b7b9ba;}
Text Font Color #b7b9ba

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

This sample text is styled with the font color #b7b9ba. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #b7b9ba

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

The background color of this div is #b7b9ba
Border Color #b7b9ba

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

The border color of this div is #b7b9ba
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(183, 185, 186, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #b7b9ba;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #b7b9ba;
-webkit-box-shadow: 1px 1px 3px #b7b9ba;
box-shadow: 1px 1px 3px #b7b9ba;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

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

This div box has a shadow with a specified color. #b7b9ba

Scroll to Top