COLOR #D5B7AD

HEX: #D5B7AD RGB: (213,183,173)

Color info

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

RGB color model

#D5B7AD color RGB value is (213,183,173).

RGB: (213,183,173) (84%, 72%, 68%)

RGB channels and saturation

R 213 of 255 = 84%
G 183 of 255 = 72%
B 173 of 255 = 68%

213
183
173

R + G + B ~ 75%. #D5B7AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 183 + 173 = 569 (100%)
R 213 of 569 ~ 37.43%
G 183 of 569 ~ 32.16%
B 173 of 569 ~ 30.4'%

%37.43
%32.16
%30.4

CMYK color model

#D5B7AD color CMYK value is (0,14,19,16).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 18.78%
  • key color value is 16.47%

CMYK: (0,14,19,16)
C0M14Y19K16 (0%, 14%, 19%, 16%)
(0.00 / 0.14 / 0.19 / 0.16)

CMYK percentages

%0
%14.08
%18.78
%16.47

Codes

Color #D5B7AD in popluar color models

D5 B7 AD
RGB 213 183 173
HSL 15° 32.26% 75.69%
HSB/HSV 15° 18.78% 83.53%
CMYK 0.00% 14.08% 18.78%
16.47%

Color #D5B7AD in popluar number systems.

HEX D5 B7 AD
Decimal 213 183 173
Binary 11010101 10110111 10101101
Octal 325 267 255

Shades and tints

Shades of #D5B7AD

#D5B7AD
(213,183,173)
#C2A79E
(194,167,158)
#AF978F
(175,151,143)
#9C8780
(156,135,128)
#897771
(137,119,113)
#766762
(118,103,98)
#635753
(99,87,83)
#504744
(80,71,68)
#3D3735
(61,55,53)
#2A2726
(42,39,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D5B7AD

#D5B7AD
(213,183,173)
#D8BDB4
(216,189,180)
#DBC3BB
(219,195,187)
#DEC9C2
(222,201,194)
#E1CFC9
(225,207,201)
#E4D5D0
(228,213,208)
#E7DBD7
(231,219,215)
#EAE1DE
(234,225,222)
#EDE7E5
(237,231,229)
#F0EDEC
(240,237,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B7AD color. Also use rgb(213,183,173) instead hex code.

Text Font Color

.myTextColor { color: #D5B7AD; }

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

This text font color is #D5B7AD.

Background Color

.myBgColor { background-color: #D5B7AD; }

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

This div background color is #D5B7AD.

Border color

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

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

This div border color is #D5B7AD.

Opacity

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

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

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

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

This text has shadow with #D5B7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B7AD.

Preview

Color preview on black background

This text has color #D5B7AD on black background.


Color preview on white background

This text has color #D5B7AD on white background.


Black color preview on #D5B7AD background

This text has black color on #D5B7AD background.


White color preview on #D5B7AD background

This text has white color on #D5B7AD background.


Related colors

Complementary color

Complementary color for #hex is #2A4852.


I love getcolorcode.com

Triadic colors

1 #ADD5B7 and #B7ADD5 with #D5B7AD are triadic colors.

2 #ADB7D5 and #B7D5AD with #D5B7AD are triadic colors.