COLOR #D5B6A0

HEX: #D5B6A0
RGB: (213,182,160)

Color info

#D5B6A0 contains red, green and blue colors in about the same proportion. Web safe color of #D5B6A0 is #CCCC99 (or #CC9).

RGB color model

#D5B6A0 color RGB value is (213,182,160).

  • red value is 213;
  • green value is 182;
  • blue value is 160.
RGB:
(213,182,160)
(84%,71%,63%)

RGB channels and saturation

R 213 of 255 = 84%
G 182 of 255 = 71%
B 160 of 255 = 63%

213
182
160

R + G + B ~ 73%. #D5B6A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 182 + 160 = 555 (100%)
R 213 of 555 ~ 38.38%
G 182 of 555 ~ 32.79%
B 160 of 555 ~ 28.83%

%38.38
%32.79
%28.83

CMYK color model

#D5B6A0 color CMYK value is (0,15,25,16).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 24.88%
  • key color value is 16.47%
CMYK:
(0,15,25,16)
C0M15Y25K16 
(0%,15%,25%,16%)
(0.00/0.15/0.25/0.16)	

CMYK percentages

%0
%14.55
%24.88
%16.47

Codes

Color #D5B6A0 in popluar color models

D5B6A0
RGB213182160
HSL25°38.69%73.14%
HSB/HSV25°24.88%83.53%
CMYK0.00%14.55%24.88%
16.47%

Color #D5B6A0 in popluar number systems.

HEXD5B6A0
Decimal213182160
Binary110101011011011010100000
Octal325266240

Shades and tints

Shades of #D5B6A0

#D5B6A0
(213,182,160)
#C2A692
(194,166,146)
#AF9684
(175,150,132)
#9C8676
(156,134,118)
#897668
(137,118,104)
#76665A
(118,102,90)
#63564C
(99,86,76)
#50463E
(80,70,62)
#3D3630
(61,54,48)
#2A2622
(42,38,34)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #D5B6A0

#D5B6A0
(213,182,160)
#D8BCA8
(216,188,168)
#DBC2B0
(219,194,176)
#DEC8B8
(222,200,184)
#E1CEC0
(225,206,192)
#E4D4C8
(228,212,200)
#E7DAD0
(231,218,208)
#EAE0D8
(234,224,216)
#EDE6E0
(237,230,224)
#F0ECE8
(240,236,232)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B6A0 color. Also use rgb(213,182,160) instead hex code.

Text Font Color

.myTextColor { color: #D5B6A0; }

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

This text font color is #D5B6A0.


Background Color

.myBgColor { background-color: #D5B6A0; }

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

This div background color is #D5B6A0.


Border color

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

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

This div border color is #D5B6A0.


Opacity

.myOpacity80 { color: #D5B6A0; opacity: 0.8; }

<p style="color:#D5B6A0;opacity:0.8;">80%</p>

Text with #D5B6A0 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 #D5B6A0;}

<p style="text-shadow: 3px 3px 1px #D5B6A0">Text here.</p>

This text has shadow with #D5B6A0 color.

.textShadow {text-shadow: 3px 3px 1px #D5B6A0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D5B6A0, 5px 5px 20px red">Text here.</p>

This text has shadow with #D5B6A0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5B6A0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D5B6A0, Direction=45, Strength=4)">Text</p>

This text has shadow with #D5B6A0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D5B6A0;
  -webkit-box-shadow:	1px 1px 3px 2px #D5B6A0;
  box-shadow:		1px 1px 3px 2px #D5B6A0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5B6A0;
-webkit-box-shadow: 1px 1px 3px 2px #D5B6A0;
box-shadow:1px 1px 3px 2px #D5B6A0;">
Div content here</div>
This div box has shadow with color #D5B6A0.

Preview

Color preview on black background

This text has color #D5B6A0 on black background.


Color preview on white background

This text has color #D5B6A0 on white background.



Black color preview on #D5B6A0 background

This text has black color on #D5B6A0 background.


White color preview on #D5B6A0 background

This text has white color on #D5B6A0 background.