COLOR #D39AA7

HEX: #D39AA7
RGB: (211,154,167)

Color info

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

RGB color model

#D39AA7 color RGB value is (211,154,167).

  • red value is 211;
  • green value is 154;
  • blue value is 167.
RGB:
(211,154,167)
(83%,60%,65%)

RGB channels and saturation

R 211 of 255 = 83%
G 154 of 255 = 60%
B 167 of 255 = 65%

211
154
167

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

Portions of RGB colors in percentages

R + G + B =
211 + 154 + 167 = 532 (100%)
R 211 of 532 ~ 39.66%
G 154 of 532 ~ 28.95%
B 167 of 532 ~ 31.39%

%39.66
%28.95
%31.39

CMYK color model

#D39AA7 color CMYK value is (0,27,21,17).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 20.85%
  • key color value is 17.25%
CMYK:
(0,27,21,17)
C0M27Y21K17 
(0%,27%,21%,17%)
(0.00/0.27/0.21/0.17)	

CMYK percentages

%0
%27.01
%20.85
%17.25

Codes

Color #D39AA7 in popluar color models

D39AA7
RGB211154167
HSL346°39.31%71.57%
HSB/HSV346°27.01%82.75%
CMYK0.00%27.01%20.85%
17.25%

Color #D39AA7 in popluar number systems.

HEXD39AA7
Decimal211154167
Binary110100111001101010100111
Octal323232247

Shades and tints

Shades of #D39AA7

#D39AA7
(211,154,167)
#C08C98
(192,140,152)
#AD7E89
(173,126,137)
#9A707A
(154,112,122)
#87626B
(135,98,107)
#74545C
(116,84,92)
#61464D
(97,70,77)
#4E383E
(78,56,62)
#3B2A2F
(59,42,47)
#281C20
(40,28,32)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #D39AA7

#D39AA7
(211,154,167)
#D7A3AF
(215,163,175)
#DBACB7
(219,172,183)
#DFB5BF
(223,181,191)
#E3BEC7
(227,190,199)
#E7C7CF
(231,199,207)
#EBD0D7
(235,208,215)
#EFD9DF
(239,217,223)
#F3E2E7
(243,226,231)
#F7EBEF
(247,235,239)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39AA7 color. Also use rgb(211,154,167) instead hex code.

Text Font Color

.myTextColor { color: #D39AA7; }

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

This text font color is #D39AA7.


Background Color

.myBgColor { background-color: #D39AA7; }

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

This div background color is #D39AA7.


Border color

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

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

This div border color is #D39AA7.


Opacity

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

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

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

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

This text has shadow with #D39AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39AA7 on black background.


Color preview on white background

This text has color #D39AA7 on white background.



Black color preview on #D39AA7 background

This text has black color on #D39AA7 background.


White color preview on #D39AA7 background

This text has white color on #D39AA7 background.