COLOR #D3B9AC

HEX: #D3B9AC
RGB: (211,185,172)

Color info

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

RGB color model

#D3B9AC color RGB value is (211,185,172).

  • red value is 211;
  • green value is 185;
  • blue value is 172.
RGB:
(211,185,172)
(83%,73%,67%)

RGB channels and saturation

R 211 of 255 = 83%
G 185 of 255 = 73%
B 172 of 255 = 67%

211
185
172

R + G + B ~ 74%. #D3B9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 185 + 172 = 568 (100%)
R 211 of 568 ~ 37.15%
G 185 of 568 ~ 32.57%
B 172 of 568 ~ 30.28%

%37.15
%32.57
%30.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 18.48%
  • 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.48
%17.25

Codes

Color #D3B9AC in popluar color models

D3B9AC
RGB211185172
HSL20°30.71%75.10%
HSB/HSV20°18.48%82.75%
CMYK0.00%12.32%18.48%
17.25%

Color #D3B9AC in popluar number systems.

HEXD3B9AC
Decimal211185172
Binary110100111011100110101100
Octal323271254

Shades and tints

Shades of #D3B9AC

#D3B9AC
(211,185,172)
#C0A99D
(192,169,157)
#AD998E
(173,153,142)
#9A897F
(154,137,127)
#877970
(135,121,112)
#746961
(116,105,97)
#615952
(97,89,82)
#4E4943
(78,73,67)
#3B3934
(59,57,52)
#282925
(40,41,37)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #D3B9AC

#D3B9AC
(211,185,172)
#D7BFB3
(215,191,179)
#DBC5BA
(219,197,186)
#DFCBC1
(223,203,193)
#E3D1C8
(227,209,200)
#E7D7CF
(231,215,207)
#EBDDD6
(235,221,214)
#EFE3DD
(239,227,221)
#F3E9E4
(243,233,228)
#F7EFEB
(247,239,235)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B9AC; }

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

This text font color is #D3B9AC.


Background Color

.myBgColor { background-color: #D3B9AC; }

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

This div background color is #D3B9AC.


Border color

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

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

This div border color is #D3B9AC.


Opacity

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

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

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

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

This text has shadow with #D3B9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B9AC on black background.


Color preview on white background

This text has color #D3B9AC on white background.



Black color preview on #D3B9AC background

This text has black color on #D3B9AC background.


White color preview on #D3B9AC background

This text has white color on #D3B9AC background.