COLOR #D39C9F

HEX: #D39C9F
RGB: (211,156,159)

Color info

#D39C9F contains red, green and blue colors in about the same proportion. Web safe color of #D39C9F is #CC9999 (or #C99).

RGB color model

#D39C9F color RGB value is (211,156,159).

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

RGB channels and saturation

R 211 of 255 = 83%
G 156 of 255 = 61%
B 159 of 255 = 62%

211
156
159

R + G + B ~ 69%. #D39C9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 156 + 159 = 526 (100%)
R 211 of 526 ~ 40.11%
G 156 of 526 ~ 29.66%
B 159 of 526 ~ 30.23%

%40.11
%29.66
%30.23

CMYK color model

#D39C9F color CMYK value is (0,26,25,17).

  • cyan value is 0.00%
  • magenta value is 26.07%
  • yellow value is 24.64%
  • key color value is 17.25%
CMYK:
(0,26,25,17)
C0M26Y25K17 
(0%,26%,25%,17%)
(0.00/0.26/0.25/0.17)	

CMYK percentages

%0
%26.07
%24.64
%17.25

Codes

Color #D39C9F in popluar color models

D39C9F
RGB211156159
HSL357°38.46%71.96%
HSB/HSV357°26.07%82.75%
CMYK0.00%26.07%24.64%
17.25%

Color #D39C9F in popluar number systems.

HEXD39C9F
Decimal211156159
Binary110100111001110010011111
Octal323234237

Shades and tints

Shades of #D39C9F

#D39C9F
(211,156,159)
#C08E91
(192,142,145)
#AD8083
(173,128,131)
#9A7275
(154,114,117)
#876467
(135,100,103)
#745659
(116,86,89)
#61484B
(97,72,75)
#4E3A3D
(78,58,61)
#3B2C2F
(59,44,47)
#281E21
(40,30,33)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #D39C9F

#D39C9F
(211,156,159)
#D7A5A7
(215,165,167)
#DBAEAF
(219,174,175)
#DFB7B7
(223,183,183)
#E3C0BF
(227,192,191)
#E7C9C7
(231,201,199)
#EBD2CF
(235,210,207)
#EFDBD7
(239,219,215)
#F3E4DF
(243,228,223)
#F7EDE7
(247,237,231)
#FBF6EF
(251,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39C9F; }

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

This text font color is #D39C9F.


Background Color

.myBgColor { background-color: #D39C9F; }

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

This div background color is #D39C9F.


Border color

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

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

This div border color is #D39C9F.


Opacity

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

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

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

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

This text has shadow with #D39C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39C9F on black background.


Color preview on white background

This text has color #D39C9F on white background.



Black color preview on #D39C9F background

This text has black color on #D39C9F background.


White color preview on #D39C9F background

This text has white color on #D39C9F background.