COLOR #D39DC7

HEX: #D39DC7 RGB: (211,157,199)

Color info

#D39DC7 contains red, green and blue colors in about the same proportion. Web safe color of #D39DC7 is #CC99CC (or #C9C).

RGB color model

#D39DC7 color RGB value is (211,157,199).

RGB: (211,157,199) (83%, 62%, 78%)

RGB channels and saturation

R 211 of 255 = 83%
G 157 of 255 = 62%
B 199 of 255 = 78%

211
157
199

R + G + B ~ 74%. #D39DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 157 + 199 = 567 (100%)
R 211 of 567 ~ 37.21%
G 157 of 567 ~ 27.69%
B 199 of 567 ~ 35.1'%

%37.21
%27.69
%35.1

CMYK color model

#D39DC7 color CMYK value is (0,26,6,17).

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

CMYK: (0,26,6,17)
C0M26Y6K17 (0%, 26%, 6%, 17%)
(0.00 / 0.26 / 0.06 / 0.17)

CMYK percentages

%0
%25.59
%5.69
%17.25

Codes

Color #D39DC7 in popluar color models

D3 9D C7
RGB 211 157 199
HSL 313° 38.03% 72.16%
HSB/HSV 313° 25.59% 82.75%
CMYK 0.00% 25.59% 5.69%
17.25%

Color #D39DC7 in popluar number systems.

HEX D3 9D C7
Decimal 211 157 199
Binary 11010011 10011101 11000111
Octal 323 235 307

Shades and tints

Shades of #D39DC7

#D39DC7
(211,157,199)
#C08FB5
(192,143,181)
#AD81A3
(173,129,163)
#9A7391
(154,115,145)
#87657F
(135,101,127)
#74576D
(116,87,109)
#61495B
(97,73,91)
#4E3B49
(78,59,73)
#3B2D37
(59,45,55)
#281F25
(40,31,37)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #D39DC7

#D39DC7
(211,157,199)
#D7A5CC
(215,165,204)
#DBADD1
(219,173,209)
#DFB5D6
(223,181,214)
#E3BDDB
(227,189,219)
#E7C5E0
(231,197,224)
#EBCDE5
(235,205,229)
#EFD5EA
(239,213,234)
#F3DDEF
(243,221,239)
#F7E5F4
(247,229,244)
#FBEDF9
(251,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39DC7; }

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

This text font color is #D39DC7.

Background Color

.myBgColor { background-color: #D39DC7; }

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

This div background color is #D39DC7.

Border color

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

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

This div border color is #D39DC7.

Opacity

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

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

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

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

This text has shadow with #D39DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39DC7.

Preview

Color preview on black background

This text has color #D39DC7 on black background.


Color preview on white background

This text has color #D39DC7 on white background.


Black color preview on #D39DC7 background

This text has black color on #D39DC7 background.


White color preview on #D39DC7 background

This text has white color on #D39DC7 background.


Related colors

Complementary color

Complementary color for #hex is #2C6238.


I love getcolorcode.com

Triadic colors

1 #C7D39D and #9DC7D3 with #D39DC7 are triadic colors.

2 #C79DD3 and #9DD3C7 with #D39DC7 are triadic colors.