COLOR #D3BB9F

HEX: #D3BB9F
RGB: (211,187,159)

Color info

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

RGB color model

#D3BB9F color RGB value is (211,187,159).

  • red value is 211;
  • green value is 187;
  • blue value is 159.
RGB:
(211,187,159)
(83%,73%,62%)

RGB channels and saturation

R 211 of 255 = 83%
G 187 of 255 = 73%
B 159 of 255 = 62%

211
187
159

R + G + B ~ 73%. #D3BB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 187 + 159 = 557 (100%)
R 211 of 557 ~ 37.88%
G 187 of 557 ~ 33.57%
B 159 of 557 ~ 28.55%

%37.88
%33.57
%28.55

CMYK color model

#D3BB9F color CMYK value is (0,11,25,17).

  • cyan value is 0.00%
  • magenta value is 11.37%
  • yellow value is 24.64%
  • key color value is 17.25%
CMYK:
(0,11,25,17)
C0M11Y25K17 
(0%,11%,25%,17%)
(0.00/0.11/0.25/0.17)	

CMYK percentages

%0
%11.37
%24.64
%17.25

Codes

Color #D3BB9F in popluar color models

D3BB9F
RGB211187159
HSL32°37.14%72.55%
HSB/HSV32°24.64%82.75%
CMYK0.00%11.37%24.64%
17.25%

Color #D3BB9F in popluar number systems.

HEXD3BB9F
Decimal211187159
Binary110100111011101110011111
Octal323273237

Shades and tints

Shades of #D3BB9F

#D3BB9F
(211,187,159)
#C0AA91
(192,170,145)
#AD9983
(173,153,131)
#9A8875
(154,136,117)
#877767
(135,119,103)
#746659
(116,102,89)
#61554B
(97,85,75)
#4E443D
(78,68,61)
#3B332F
(59,51,47)
#282221
(40,34,33)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #D3BB9F

#D3BB9F
(211,187,159)
#D7C1A7
(215,193,167)
#DBC7AF
(219,199,175)
#DFCDB7
(223,205,183)
#E3D3BF
(227,211,191)
#E7D9C7
(231,217,199)
#EBDFCF
(235,223,207)
#EFE5D7
(239,229,215)
#F3EBDF
(243,235,223)
#F7F1E7
(247,241,231)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BB9F color. Also use rgb(211,187,159) instead hex code.

Text Font Color

.myTextColor { color: #D3BB9F; }

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

This text font color is #D3BB9F.


Background Color

.myBgColor { background-color: #D3BB9F; }

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

This div background color is #D3BB9F.


Border color

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

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

This div border color is #D3BB9F.


Opacity

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

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

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

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

This text has shadow with #D3BB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BB9F on black background.


Color preview on white background

This text has color #D3BB9F on white background.



Black color preview on #D3BB9F background

This text has black color on #D3BB9F background.


White color preview on #D3BB9F background

This text has white color on #D3BB9F background.