COLOR #D39F8A

HEX: #D39F8A
RGB: (211,159,138)

Color info

#D39F8A contains mainly red and green colors. Web safe color of #D39F8A is #CC9999 (or #C99).

RGB color model

#D39F8A color RGB value is (211,159,138).

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

RGB channels and saturation

R 211 of 255 = 83%
G 159 of 255 = 62%
B 138 of 255 = 54%

211
159
138

R + G + B ~ 66%. #D39F8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 159 + 138 = 508 (100%)
R 211 of 508 ~ 41.54%
G 159 of 508 ~ 31.3%
B 138 of 508 ~ 27.17%

%41.54
%31.3
%27.17

CMYK color model

#D39F8A color CMYK value is (0,25,35,17).

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 34.60%
  • key color value is 17.25%
CMYK:
(0,25,35,17)
C0M25Y35K17 
(0%,25%,35%,17%)
(0.00/0.25/0.35/0.17)	

CMYK percentages

%0
%24.64
%34.6
%17.25

Codes

Color #D39F8A in popluar color models

D39F8A
RGB211159138
HSL17°45.34%68.43%
HSB/HSV17°34.60%82.75%
CMYK0.00%24.64%34.60%
17.25%

Color #D39F8A in popluar number systems.

HEXD39F8A
Decimal211159138
Binary110100111001111110001010
Octal323237212

Shades and tints

Shades of #D39F8A

#D39F8A
(211,159,138)
#C0917E
(192,145,126)
#AD8372
(173,131,114)
#9A7566
(154,117,102)
#87675A
(135,103,90)
#74594E
(116,89,78)
#614B42
(97,75,66)
#4E3D36
(78,61,54)
#3B2F2A
(59,47,42)
#28211E
(40,33,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #D39F8A

#D39F8A
(211,159,138)
#D7A794
(215,167,148)
#DBAF9E
(219,175,158)
#DFB7A8
(223,183,168)
#E3BFB2
(227,191,178)
#E7C7BC
(231,199,188)
#EBCFC6
(235,207,198)
#EFD7D0
(239,215,208)
#F3DFDA
(243,223,218)
#F7E7E4
(247,231,228)
#FBEFEE
(251,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39F8A; }

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

This text font color is #D39F8A.


Background Color

.myBgColor { background-color: #D39F8A; }

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

This div background color is #D39F8A.


Border color

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

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

This div border color is #D39F8A.


Opacity

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

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

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

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

This text has shadow with #D39F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39F8A on black background.


Color preview on white background

This text has color #D39F8A on white background.



Black color preview on #D39F8A background

This text has black color on #D39F8A background.


White color preview on #D39F8A background

This text has white color on #D39F8A background.