COLOR #D5B17E

HEX: #D5B17E
RGB: (213,177,126)

Color info

#D5B17E contains mainly red and green colors. Web safe color of #D5B17E is #CC9966 (or #C96).

RGB color model

#D5B17E color RGB value is (213,177,126).

  • red value is 213;
  • green value is 177;
  • blue value is 126.
RGB:
(213,177,126)
(84%,69%,49%)

RGB channels and saturation

R 213 of 255 = 84%
G 177 of 255 = 69%
B 126 of 255 = 49%

213
177
126

R + G + B ~ 67%. #D5B17E is quite light color.

Portions of RGB colors in percentages

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%

%41.28
%34.3
%24.42

CMYK color model

#D5B17E color CMYK value is (0,17,41,16).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 40.85%
  • key color value is 16.47%
CMYK:
(0,17,41,16)
C0M17Y41K16 
(0%,17%,41%,16%)
(0.00/0.17/0.41/0.16)	

CMYK percentages

%0
%16.9
%40.85
%16.47

Codes

Color #D5B17E in popluar color models

D5B17E
RGB213177126
HSL35°50.88%66.47%
HSB/HSV35°40.85%83.53%
CMYK0.00%16.90%40.85%
16.47%

Color #D5B17E in popluar number systems.

HEXD5B17E
Decimal213177126
Binary11010101101100011111110
Octal325261176

Shades and tints

Shades of #D5B17E

#D5B17E
(213,177,126)
#C2A173
(194,161,115)
#AF9168
(175,145,104)
#9C815D
(156,129,93)
#897152
(137,113,82)
#766147
(118,97,71)
#63513C
(99,81,60)
#504131
(80,65,49)
#3D3126
(61,49,38)
#2A211B
(42,33,27)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #D5B17E

#D5B17E
(213,177,126)
#D8B889
(216,184,137)
#DBBF94
(219,191,148)
#DEC69F
(222,198,159)
#E1CDAA
(225,205,170)
#E4D4B5
(228,212,181)
#E7DBC0
(231,219,192)
#EAE2CB
(234,226,203)
#EDE9D6
(237,233,214)
#F0F0E1
(240,240,225)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B17E color. Also use rgb(213,177,126) instead hex code.

Text Font Color

.myTextColor { color: #D5B17E; }

<p style="color:#D5B17E">This sample text font color is #D5B17E.</p>

This text font color is #D5B17E.


Background Color

.myBgColor { background-color: #D5B17E; }

<div style="background-color:#D5B17E">Inner text</div>

This div background color is #D5B17E.


Border color

.myBorderColor { border: 1px solid #D5B17E; }

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

This div border color is #D5B17E.


Opacity

.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%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.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.


Div box shadow color

/* 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 div box has shadow with color #D5B17E.

Preview

Color preview on black background

This text has color #D5B17E on black background.


Color preview on white background

This text has color #D5B17E on white background.



Black color preview on #D5B17E background

This text has black color on #D5B17E background.


White color preview on #D5B17E background

This text has white color on #D5B17E background.