COLOR #D39FAD

HEX: #D39FAD
RGB: (211,159,173)

Color info

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

RGB color model

#D39FAD color RGB value is (211,159,173).

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

RGB channels and saturation

R 211 of 255 = 83%
G 159 of 255 = 62%
B 173 of 255 = 68%

211
159
173

R + G + B ~ 71%. #D39FAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 159 + 173 = 543 (100%)
R 211 of 543 ~ 38.86%
G 159 of 543 ~ 29.28%
B 173 of 543 ~ 31.86%

%38.86
%29.28
%31.86

CMYK color model

#D39FAD color CMYK value is (0,25,18,17).

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 18.01%
  • key color value is 17.25%
CMYK:
(0,25,18,17)
C0M25Y18K17 
(0%,25%,18%,17%)
(0.00/0.25/0.18/0.17)	

CMYK percentages

%0
%24.64
%18.01
%17.25

Codes

Color #D39FAD in popluar color models

D39FAD
RGB211159173
HSL344°37.14%72.55%
HSB/HSV344°24.64%82.75%
CMYK0.00%24.64%18.01%
17.25%

Color #D39FAD in popluar number systems.

HEXD39FAD
Decimal211159173
Binary110100111001111110101101
Octal323237255

Shades and tints

Shades of #D39FAD

#D39FAD
(211,159,173)
#C0919E
(192,145,158)
#AD838F
(173,131,143)
#9A7580
(154,117,128)
#876771
(135,103,113)
#745962
(116,89,98)
#614B53
(97,75,83)
#4E3D44
(78,61,68)
#3B2F35
(59,47,53)
#282126
(40,33,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #D39FAD

#D39FAD
(211,159,173)
#D7A7B4
(215,167,180)
#DBAFBB
(219,175,187)
#DFB7C2
(223,183,194)
#E3BFC9
(227,191,201)
#E7C7D0
(231,199,208)
#EBCFD7
(235,207,215)
#EFD7DE
(239,215,222)
#F3DFE5
(243,223,229)
#F7E7EC
(247,231,236)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39FAD; }

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

This text font color is #D39FAD.


Background Color

.myBgColor { background-color: #D39FAD; }

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

This div background color is #D39FAD.


Border color

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

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

This div border color is #D39FAD.


Opacity

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

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

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

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

This text has shadow with #D39FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39FAD on black background.


Color preview on white background

This text has color #D39FAD on white background.



Black color preview on #D39FAD background

This text has black color on #D39FAD background.


White color preview on #D39FAD background

This text has white color on #D39FAD background.