color details

Color Details
#bd9f80 Color Hex

#bd9f80 color RGB value is (11, 217, 248).
#bd9f80 hex color red value is 11, green value is 217, and blue value is 248.
Cylindrical-coordinate representations (HSL) of color #bd9f80 hue: 187.85, saturation: 0.94 and lightness: 0.51.

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

Color Spaces
Color spaces of #bd9f80Value
RGB189, 159, 128
HSL0.08, 0.32, 0.62
HSV30°, 32°, 74°
XYZ37.28, 37.18, 25.63
Base Numbers
Base Red Green Blue
Binary 10111101 10011111 10000000
Octal 275 237 200
Decimal 189 159 128
Hex BD 9F 80

RGB Percentages for Color #bd9f80

39.71%
33.4%
26.89%

CMYK Percentages of the Color #bd9f80

15.87%
32.28%
25.88%
CSS Codes for Color #bd9f80
.mybgColor {background-color: #bd9f80;}
.myforeColor {color: #bd9f80;}
.myborderColor {border:3px solid #bd9f80;}
Text Font Color #bd9f80

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

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

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

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

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #bd9f80
Scroll to Top