COLOR #D3B9AD

HEX: #D3B9AD RGB: (211,185,173)

Color info

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

RGB color model

#D3B9AD color RGB value is (211,185,173).

RGB: (211,185,173) (83%, 73%, 68%)

RGB channels and saturation

R 211 of 255 = 83%
G 185 of 255 = 73%
B 173 of 255 = 68%

211
185
173

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

Portions of RGB colors in percentages

R + G + B = 211 + 185 + 173 = 569 (100%)
R 211 of 569 ~ 37.08%
G 185 of 569 ~ 32.51%
B 173 of 569 ~ 30.4'%

%37.08
%32.51
%30.4

CMYK color model

#D3B9AD color CMYK value is (0,12,18,17).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 18.01%
  • key color value is 17.25%

CMYK: (0,12,18,17)
C0M12Y18K17 (0%, 12%, 18%, 17%)
(0.00 / 0.12 / 0.18 / 0.17)

CMYK percentages

%0
%12.32
%18.01
%17.25

Codes

Color #D3B9AD in popluar color models

D3 B9 AD
RGB 211 185 173
HSL 19° 30.16% 75.29%
HSB/HSV 19° 18.01% 82.75%
CMYK 0.00% 12.32% 18.01%
17.25%

Color #D3B9AD in popluar number systems.

HEX D3 B9 AD
Decimal 211 185 173
Binary 11010011 10111001 10101101
Octal 323 271 255

Shades and tints

Shades of #D3B9AD

#D3B9AD
(211,185,173)
#C0A99E
(192,169,158)
#AD998F
(173,153,143)
#9A8980
(154,137,128)
#877971
(135,121,113)
#746962
(116,105,98)
#615953
(97,89,83)
#4E4944
(78,73,68)
#3B3935
(59,57,53)
#282926
(40,41,38)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #D3B9AD

#D3B9AD
(211,185,173)
#D7BFB4
(215,191,180)
#DBC5BB
(219,197,187)
#DFCBC2
(223,203,194)
#E3D1C9
(227,209,201)
#E7D7D0
(231,215,208)
#EBDDD7
(235,221,215)
#EFE3DE
(239,227,222)
#F3E9E5
(243,233,229)
#F7EFEC
(247,239,236)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B9AD color. Also use rgb(211,185,173) instead hex code.

Text Font Color

.myTextColor { color: #D3B9AD; }

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

This text font color is #D3B9AD.

Background Color

.myBgColor { background-color: #D3B9AD; }

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

This div background color is #D3B9AD.

Border color

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

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

This div border color is #D3B9AD.

Opacity

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

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

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

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

This text has shadow with #D3B9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B9AD.

Preview

Color preview on black background

This text has color #D3B9AD on black background.


Color preview on white background

This text has color #D3B9AD on white background.


Black color preview on #D3B9AD background

This text has black color on #D3B9AD background.


White color preview on #D3B9AD background

This text has white color on #D3B9AD background.


Related colors

Complementary color

Complementary color for #hex is #2C4652.


I love getcolorcode.com

Triadic colors

1 #ADD3B9 and #B9ADD3 with #D3B9AD are triadic colors.

2 #ADB9D3 and #B9D3AD with #D3B9AD are triadic colors.