COLOR #D3B5AB

HEX: #D3B5AB
RGB: (211,181,171)

Color info

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

RGB color model

#D3B5AB color RGB value is (211,181,171).

  • red value is 211;
  • green value is 181;
  • blue value is 171.
RGB:
(211,181,171)
(83%,71%,67%)

RGB channels and saturation

R 211 of 255 = 83%
G 181 of 255 = 71%
B 171 of 255 = 67%

211
181
171

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

Portions of RGB colors in percentages

R + G + B =
211 + 181 + 171 = 563 (100%)
R 211 of 563 ~ 37.48%
G 181 of 563 ~ 32.15%
B 171 of 563 ~ 30.37%

%37.48
%32.15
%30.37

CMYK color model

#D3B5AB color CMYK value is (0,14,19,17).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 18.96%
  • key color value is 17.25%
CMYK:
(0,14,19,17)
C0M14Y19K17 
(0%,14%,19%,17%)
(0.00/0.14/0.19/0.17)	

CMYK percentages

%0
%14.22
%18.96
%17.25

Codes

Color #D3B5AB in popluar color models

D3B5AB
RGB211181171
HSL15°31.25%74.90%
HSB/HSV15°18.96%82.75%
CMYK0.00%14.22%18.96%
17.25%

Color #D3B5AB in popluar number systems.

HEXD3B5AB
Decimal211181171
Binary110100111011010110101011
Octal323265253

Shades and tints

Shades of #D3B5AB

#D3B5AB
(211,181,171)
#C0A59C
(192,165,156)
#AD958D
(173,149,141)
#9A857E
(154,133,126)
#87756F
(135,117,111)
#746560
(116,101,96)
#615551
(97,85,81)
#4E4542
(78,69,66)
#3B3533
(59,53,51)
#282524
(40,37,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #D3B5AB

#D3B5AB
(211,181,171)
#D7BBB2
(215,187,178)
#DBC1B9
(219,193,185)
#DFC7C0
(223,199,192)
#E3CDC7
(227,205,199)
#E7D3CE
(231,211,206)
#EBD9D5
(235,217,213)
#EFDFDC
(239,223,220)
#F3E5E3
(243,229,227)
#F7EBEA
(247,235,234)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B5AB color. Also use rgb(211,181,171) instead hex code.

Text Font Color

.myTextColor { color: #D3B5AB; }

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

This text font color is #D3B5AB.


Background Color

.myBgColor { background-color: #D3B5AB; }

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

This div background color is #D3B5AB.


Border color

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

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

This div border color is #D3B5AB.


Opacity

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

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

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

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

This text has shadow with #D3B5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B5AB on black background.


Color preview on white background

This text has color #D3B5AB on white background.



Black color preview on #D3B5AB background

This text has black color on #D3B5AB background.


White color preview on #D3B5AB background

This text has white color on #D3B5AB background.