COLOR #D8B7AD

HEX: #D8B7AD RGB: (216,183,173)

Color info

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

RGB color model

#D8B7AD color RGB value is (216,183,173).

RGB: (216,183,173) (85%, 72%, 68%)

RGB channels and saturation

R 216 of 255 = 85%
G 183 of 255 = 72%
B 173 of 255 = 68%

216
183
173

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

Portions of RGB colors in percentages

R + G + B = 216 + 183 + 173 = 572 (100%)
R 216 of 572 ~ 37.76%
G 183 of 572 ~ 31.99%
B 173 of 572 ~ 30.24'%

%37.76
%31.99
%30.24

CMYK color model

#D8B7AD color CMYK value is (0,15,20,15).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 19.91%
  • key color value is 15.29%

CMYK: (0,15,20,15)
C0M15Y20K15 (0%, 15%, 20%, 15%)
(0.00 / 0.15 / 0.20 / 0.15)

CMYK percentages

%0
%15.28
%19.91
%15.29

Codes

Color #D8B7AD in popluar color models

D8 B7 AD
RGB 216 183 173
HSL 14° 35.54% 76.27%
HSB/HSV 14° 19.91% 84.71%
CMYK 0.00% 15.28% 19.91%
15.29%

Color #D8B7AD in popluar number systems.

HEX D8 B7 AD
Decimal 216 183 173
Binary 11011000 10110111 10101101
Octal 330 267 255

Shades and tints

Shades of #D8B7AD

#D8B7AD
(216,183,173)
#C5A79E
(197,167,158)
#B2978F
(178,151,143)
#9F8780
(159,135,128)
#8C7771
(140,119,113)
#796762
(121,103,98)
#665753
(102,87,83)
#534744
(83,71,68)
#403735
(64,55,53)
#2D2726
(45,39,38)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #D8B7AD

#D8B7AD
(216,183,173)
#DBBDB4
(219,189,180)
#DEC3BB
(222,195,187)
#E1C9C2
(225,201,194)
#E4CFC9
(228,207,201)
#E7D5D0
(231,213,208)
#EADBD7
(234,219,215)
#EDE1DE
(237,225,222)
#F0E7E5
(240,231,229)
#F3EDEC
(243,237,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B7AD; }

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

This text font color is #D8B7AD.

Background Color

.myBgColor { background-color: #D8B7AD; }

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

This div background color is #D8B7AD.

Border color

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

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

This div border color is #D8B7AD.

Opacity

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

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

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

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

This text has shadow with #D8B7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B7AD.

Preview

Color preview on black background

This text has color #D8B7AD on black background.


Color preview on white background

This text has color #D8B7AD on white background.


Black color preview on #D8B7AD background

This text has black color on #D8B7AD background.


White color preview on #D8B7AD background

This text has white color on #D8B7AD background.


Related colors

Complementary color

Complementary color for #hex is #274852.


I love getcolorcode.com

Triadic colors

1 #ADD8B7 and #B7ADD8 with #D8B7AD are triadic colors.

2 #ADB7D8 and #B7D8AD with #D8B7AD are triadic colors.