HEX: #D5B17E
RGB: (213,177,126)
#D5B17E contains mainly red and green colors. Web safe color of #D5B17E is #CC9966 (or #C96).
#D5B17E color RGB value is (213,177,126).
RGB: (213,177,126) (84%,69%,49%)
R 213 of 255 = 84%
G 177 of 255 = 69%
B 126 of 255 = 49%
R + G + B ~ 67%. #D5B17E is quite light color.
R + G + B =
213 + 177 + 126 = 516 (100%)
R 213 of 516 ~ 41.28%
G 177 of 516 ~ 34.3%
B 126 of 516 ~ 24.42%
#D5B17E color CMYK value is (0,17,41,16).
CMYK: (0,17,41,16) C0M17Y41K16 (0%,17%,41%,16%) (0.00/0.17/0.41/0.16)
D5 | B1 | 7E | |
---|---|---|---|
RGB | 213 | 177 | 126 |
HSL | 35° | 50.88% | 66.47% |
HSB/HSV | 35° | 40.85% | 83.53% |
CMYK | 0.00% | 16.90% | 40.85% |
16.47% |
HEX | D5 | B1 | 7E |
Decimal | 213 | 177 | 126 |
Binary | 11010101 | 10110001 | 1111110 |
Octal | 325 | 261 | 176 |
Examples of css and html codes for elements with #D5B17E color. Also use rgb(213,177,126) instead hex code.
.myTextColor { color: #D5B17E; }
<p style="color:#D5B17E">This sample text font color is #D5B17E.</p>
This text font color is #D5B17E.
.myBgColor { background-color: #D5B17E; }
<div style="background-color:#D5B17E">Inner text</div>
This div background color is #D5B17E.
.myBorderColor { border: 1px solid #D5B17E; }
<div style="border:3px solid #D5B17E">Div</div>
This div border color is #D5B17E.
.myOpacity80 { color: #D5B17E; opacity: 0.8; }
<p style="color:#D5B17E;opacity:0.8;">80%</p>
Text with #D5B17E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5B17E;}
<p style="text-shadow: 3px 3px 1px #D5B17E">Text here.</p>
This text has shadow with #D5B17E color.
.textShadow {text-shadow: 3px 3px 1px #D5B17E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5B17E, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5B17E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5B17E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5B17E, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5B17E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5B17E; -webkit-box-shadow: 1px 1px 3px 2px #D5B17E; box-shadow: 1px 1px 3px 2px #D5B17E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5B17E; -webkit-box-shadow: 1px 1px 3px 2px #D5B17E; box-shadow:1px 1px 3px 2px #D5B17E;">
Div content here</div>
This text has color #D5B17E on black background.
This text has color #D5B17E on white background.
This text has black color on #D5B17E background.
This text has white color on #D5B17E background.