COLOR #D39DAE

HEX: #D39DAE RGB: (211,157,174)

Color info

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

RGB color model

#D39DAE color RGB value is (211,157,174).

RGB: (211,157,174) (83%, 62%, 68%)

RGB channels and saturation

R 211 of 255 = 83%
G 157 of 255 = 62%
B 174 of 255 = 68%

211
157
174

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

Portions of RGB colors in percentages

R + G + B = 211 + 157 + 174 = 542 (100%)
R 211 of 542 ~ 38.93%
G 157 of 542 ~ 28.97%
B 174 of 542 ~ 32.1'%

%38.93
%28.97
%32.1

CMYK color model

#D39DAE color CMYK value is (0,26,18,17).

  • cyan value is 0.00%
  • magenta value is 25.59%
  • yellow value is 17.54%
  • key color value is 17.25%

CMYK: (0,26,18,17)
C0M26Y18K17 (0%, 26%, 18%, 17%)
(0.00 / 0.26 / 0.18 / 0.17)

CMYK percentages

%0
%25.59
%17.54
%17.25

Codes

Color #D39DAE in popluar color models

D3 9D AE
RGB 211 157 174
HSL 341° 38.03% 72.16%
HSB/HSV 341° 25.59% 82.75%
CMYK 0.00% 25.59% 17.54%
17.25%

Color #D39DAE in popluar number systems.

HEX D3 9D AE
Decimal 211 157 174
Binary 11010011 10011101 10101110
Octal 323 235 256

Shades and tints

Shades of #D39DAE

#D39DAE
(211,157,174)
#C08F9F
(192,143,159)
#AD8190
(173,129,144)
#9A7381
(154,115,129)
#876572
(135,101,114)
#745763
(116,87,99)
#614954
(97,73,84)
#4E3B45
(78,59,69)
#3B2D36
(59,45,54)
#281F27
(40,31,39)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #D39DAE

#D39DAE
(211,157,174)
#D7A5B5
(215,165,181)
#DBADBC
(219,173,188)
#DFB5C3
(223,181,195)
#E3BDCA
(227,189,202)
#E7C5D1
(231,197,209)
#EBCDD8
(235,205,216)
#EFD5DF
(239,213,223)
#F3DDE6
(243,221,230)
#F7E5ED
(247,229,237)
#FBEDF4
(251,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39DAE color. Also use rgb(211,157,174) instead hex code.

Text Font Color

.myTextColor { color: #D39DAE; }

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

This text font color is #D39DAE.

Background Color

.myBgColor { background-color: #D39DAE; }

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

This div background color is #D39DAE.

Border color

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

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

This div border color is #D39DAE.

Opacity

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

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

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

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

This text has shadow with #D39DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39DAE.

Preview

Color preview on black background

This text has color #D39DAE on black background.


Color preview on white background

This text has color #D39DAE on white background.


Black color preview on #D39DAE background

This text has black color on #D39DAE background.


White color preview on #D39DAE background

This text has white color on #D39DAE background.


Related colors

Complementary color

Complementary color for #hex is #2C6251.


I love getcolorcode.com

Triadic colors

1 #AED39D and #9DAED3 with #D39DAE are triadic colors.

2 #AE9DD3 and #9DD3AE with #D39DAE are triadic colors.