COLOR #D5B5A6

HEX: #D5B5A6 RGB: (213,181,166)

Color info

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

RGB color model

#D5B5A6 color RGB value is (213,181,166).

RGB: (213,181,166) (84%, 71%, 65%)

RGB channels and saturation

R 213 of 255 = 84%
G 181 of 255 = 71%
B 166 of 255 = 65%

213
181
166

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

Portions of RGB colors in percentages

R + G + B = 213 + 181 + 166 = 560 (100%)
R 213 of 560 ~ 38.04%
G 181 of 560 ~ 32.32%
B 166 of 560 ~ 29.64'%

%38.04
%32.32
%29.64

CMYK color model

#D5B5A6 color CMYK value is (0,15,22,16).

  • cyan value is 0.00%
  • magenta value is 15.02%
  • yellow value is 22.07%
  • key color value is 16.47%
CMYK: (0,15,22,16) C0M15Y22K16 (0%,15%,22%,16%) (0.00/0.15/0.22/0.16) 

CMYK percentages

%0
%15.02
%22.07
%16.47

Codes

Color #D5B5A6 in popluar color models

D5 B5 A6
RGB 213 181 166
HSL 19° 35.88% 74.31%
HSB/HSV 19° 22.07% 83.53%
CMYK 0.00% 15.02% 22.07%
16.47%

Color #D5B5A6 in popluar number systems.

HEX D5 B5 A6
Decimal 213 181 166
Binary 11010101 10110101 10100110
Octal 325 265 246

Shades and tints

Shades of #D5B5A6

#D5B5A6
(213,181,166)
#C2A597
(194,165,151)
#AF9588
(175,149,136)
#9C8579
(156,133,121)
#89756A
(137,117,106)
#76655B
(118,101,91)
#63554C
(99,85,76)
#50453D
(80,69,61)
#3D352E
(61,53,46)
#2A251F
(42,37,31)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #D5B5A6

#D5B5A6
(213,181,166)
#D8BBAE
(216,187,174)
#DBC1B6
(219,193,182)
#DEC7BE
(222,199,190)
#E1CDC6
(225,205,198)
#E4D3CE
(228,211,206)
#E7D9D6
(231,217,214)
#EADFDE
(234,223,222)
#EDE5E6
(237,229,230)
#F0EBEE
(240,235,238)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B5A6 color. Also use rgb(213,181,166) instead hex code.

Text Font Color

.myTextColor { color: #D5B5A6; }

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

This text font color is #D5B5A6.

Background Color

.myBgColor { background-color: #D5B5A6; }

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

This div background color is #D5B5A6.

Border color

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

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

This div border color is #D5B5A6.

Opacity

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

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

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

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

This text has shadow with #D5B5A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B5A6.

Preview

Color preview on black background

This text has color #D5B5A6 on black background.


Color preview on white background

This text has color #D5B5A6 on white background.


Black color preview on #D5B5A6 background

This text has black color on #D5B5A6 background.


White color preview on #D5B5A6 background

This text has white color on #D5B5A6 background.


Related colors

Complementary color

Complementary color for #hex is #2A4A59.


I love getcolorcode.com

Triadic colors

1 #A6D5B5 and #B5A6D5 with #D5B5A6 are triadic colors.

2 #A6B5D5 and #B5D5A6 with #D5B5A6 are triadic colors.