COLOR #D39EC7

HEX: #D39EC7 RGB: (211,158,199)

Color info

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

RGB color model

#D39EC7 color RGB value is (211,158,199).

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

RGB channels and saturation

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

211
158
199

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

Portions of RGB colors in percentages

R + G + B = 211 + 158 + 199 = 568 (100%)
R 211 of 568 ~ 37.15%
G 158 of 568 ~ 27.82%
B 199 of 568 ~ 35.04'%

%37.15
%27.82
%35.04

CMYK color model

#D39EC7 color CMYK value is (0,25,6,17).

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

CMYK: (0,25,6,17)
C0M25Y6K17 (0%, 25%, 6%, 17%)
(0.00 / 0.25 / 0.06 / 0.17)

CMYK percentages

%0
%25.12
%5.69
%17.25

Codes

Color #D39EC7 in popluar color models

D3 9E C7
RGB 211 158 199
HSL 314° 37.59% 72.35%
HSB/HSV 314° 25.12% 82.75%
CMYK 0.00% 25.12% 5.69%
17.25%

Color #D39EC7 in popluar number systems.

HEX D3 9E C7
Decimal 211 158 199
Binary 11010011 10011110 11000111
Octal 323 236 307

Shades and tints

Shades of #D39EC7

#D39EC7
(211,158,199)
#C090B5
(192,144,181)
#AD82A3
(173,130,163)
#9A7491
(154,116,145)
#87667F
(135,102,127)
#74586D
(116,88,109)
#614A5B
(97,74,91)
#4E3C49
(78,60,73)
#3B2E37
(59,46,55)
#282025
(40,32,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #D39EC7

#D39EC7
(211,158,199)
#D7A6CC
(215,166,204)
#DBAED1
(219,174,209)
#DFB6D6
(223,182,214)
#E3BEDB
(227,190,219)
#E7C6E0
(231,198,224)
#EBCEE5
(235,206,229)
#EFD6EA
(239,214,234)
#F3DEEF
(243,222,239)
#F7E6F4
(247,230,244)
#FBEEF9
(251,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39EC7; }

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

This text font color is #D39EC7.

Background Color

.myBgColor { background-color: #D39EC7; }

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

This div background color is #D39EC7.

Border color

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

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

This div border color is #D39EC7.

Opacity

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

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

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

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

This text has shadow with #D39EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39EC7.

Preview

Color preview on black background

This text has color #D39EC7 on black background.


Color preview on white background

This text has color #D39EC7 on white background.


Black color preview on #D39EC7 background

This text has black color on #D39EC7 background.


White color preview on #D39EC7 background

This text has white color on #D39EC7 background.


Related colors

Complementary color

Complementary color for #hex is #2C6138.


I love getcolorcode.com

Triadic colors

1 #C7D39E and #9EC7D3 with #D39EC7 are triadic colors.

2 #C79ED3 and #9ED3C7 with #D39EC7 are triadic colors.