#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 of #bd9f80 | Value |
---|---|
RGB | 189, 159, 128 |
HSL | 0.08, 0.32, 0.62 |
HSV | 30°, 32°, 74° |
XYZ | 37.28, 37.18, 25.63 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10011111 | 10000000 |
Octal | 275 | 237 | 200 |
Decimal | 189 | 159 | 128 |
Hex | BD | 9F | 80 |
Shades of #bd9f80
Tints of #bd9f80
.mybgColor {background-color: #bd9f80;} .myforeColor {color: #bd9f80;} .myborderColor {border:3px solid #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,
<div style="background-color:#bd9f80">Div content here</div>
<div style="border:3px solid #bd9f80">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(189, 159, 128, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bd9f80;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>