COLOR #D3B7AA

HEX: #D3B7AA
RGB: (211,183,170)

Color info

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

RGB color model

#D3B7AA color RGB value is (211,183,170).

  • red value is 211;
  • green value is 183;
  • blue value is 170.
RGB:
(211,183,170)
(83%,72%,67%)

RGB channels and saturation

R 211 of 255 = 83%
G 183 of 255 = 72%
B 170 of 255 = 67%

211
183
170

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

Portions of RGB colors in percentages

R + G + B =
211 + 183 + 170 = 564 (100%)
R 211 of 564 ~ 37.41%
G 183 of 564 ~ 32.45%
B 170 of 564 ~ 30.14%

%37.41
%32.45
%30.14

CMYK color model

#D3B7AA color CMYK value is (0,13,19,17).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 19.43%
  • key color value is 17.25%
CMYK:
(0,13,19,17)
C0M13Y19K17 
(0%,13%,19%,17%)
(0.00/0.13/0.19/0.17)	

CMYK percentages

%0
%13.27
%19.43
%17.25

Codes

Color #D3B7AA in popluar color models

D3B7AA
RGB211183170
HSL19°31.78%74.71%
HSB/HSV19°19.43%82.75%
CMYK0.00%13.27%19.43%
17.25%

Color #D3B7AA in popluar number systems.

HEXD3B7AA
Decimal211183170
Binary110100111011011110101010
Octal323267252

Shades and tints

Shades of #D3B7AA

#D3B7AA
(211,183,170)
#C0A79B
(192,167,155)
#AD978C
(173,151,140)
#9A877D
(154,135,125)
#87776E
(135,119,110)
#74675F
(116,103,95)
#615750
(97,87,80)
#4E4741
(78,71,65)
#3B3732
(59,55,50)
#282723
(40,39,35)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #D3B7AA

#D3B7AA
(211,183,170)
#D7BDB1
(215,189,177)
#DBC3B8
(219,195,184)
#DFC9BF
(223,201,191)
#E3CFC6
(227,207,198)
#E7D5CD
(231,213,205)
#EBDBD4
(235,219,212)
#EFE1DB
(239,225,219)
#F3E7E2
(243,231,226)
#F7EDE9
(247,237,233)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B7AA color. Also use rgb(211,183,170) instead hex code.

Text Font Color

.myTextColor { color: #D3B7AA; }

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

This text font color is #D3B7AA.


Background Color

.myBgColor { background-color: #D3B7AA; }

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

This div background color is #D3B7AA.


Border color

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

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

This div border color is #D3B7AA.


Opacity

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

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

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

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

This text has shadow with #D3B7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B7AA on black background.


Color preview on white background

This text has color #D3B7AA on white background.



Black color preview on #D3B7AA background

This text has black color on #D3B7AA background.


White color preview on #D3B7AA background

This text has white color on #D3B7AA background.