color details

Color Details
#bfb9ba Color Hex

#bfb9ba color RGB value is (11, 251, 155).
#bfb9ba hex color red value is 11, green value is 251, and blue value is 155.
Cylindrical-coordinate representations (HSL) of color #bfb9ba hue: 156, saturation: 0.97 and lightness: 0.51.

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

Color Spaces
Color spaces of #bfb9baValue
RGB191, 185, 186
HSL0.97, 0.04, 0.74
HSV350°, 3°, 75°
XYZ47.7, 49.32, 53.45
Base Numbers
Base Red Green Blue
Binary 10111111 10111001 10111010
Octal 277 271 272
Decimal 191 185 186
Hex BF B9 BA

RGB Percentages for Color #bfb9ba

33.99%
32.92%
33.1%

CMYK Percentages of the Color #bfb9ba

3.14%
2.62%
25.1%
CSS Codes for Color #bfb9ba
.mybgColor {background-color: #bfb9ba;}
.myforeColor {color: #bfb9ba;}
.myborderColor {border:3px solid #bfb9ba;}
Text Font Color #bfb9ba

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

This sample text is styled with the font color #bfb9ba. 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 #bfb9ba

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(191, 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 #bfb9ba;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top