COLOR #D39EC5

HEX: #D39EC5
RGB: (211,158,197)

Color info

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

RGB color model

#D39EC5 color RGB value is (211,158,197).

  • red value is 211;
  • green value is 158;
  • blue value is 197.
RGB:
(211,158,197)
(83%,62%,77%)

RGB channels and saturation

R 211 of 255 = 83%
G 158 of 255 = 62%
B 197 of 255 = 77%

211
158
197

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

Portions of RGB colors in percentages

R + G + B =
211 + 158 + 197 = 566 (100%)
R 211 of 566 ~ 37.28%
G 158 of 566 ~ 27.92%
B 197 of 566 ~ 34.81%

%37.28
%27.92
%34.81

CMYK color model

#D39EC5 color CMYK value is (0,25,7,17).

  • cyan value is 0.00%
  • magenta value is 25.12%
  • yellow value is 6.64%
  • key color value is 17.25%
CMYK:
(0,25,7,17)
C0M25Y7K17 
(0%,25%,7%,17%)
(0.00/0.25/0.07/0.17)	

CMYK percentages

%0
%25.12
%6.64
%17.25

Codes

Color #D39EC5 in popluar color models

D39EC5
RGB211158197
HSL316°37.59%72.35%
HSB/HSV316°25.12%82.75%
CMYK0.00%25.12%6.64%
17.25%

Color #D39EC5 in popluar number systems.

HEXD39EC5
Decimal211158197
Binary110100111001111011000101
Octal323236305

Shades and tints

Shades of #D39EC5

#D39EC5
(211,158,197)
#C090B4
(192,144,180)
#AD82A3
(173,130,163)
#9A7492
(154,116,146)
#876681
(135,102,129)
#745870
(116,88,112)
#614A5F
(97,74,95)
#4E3C4E
(78,60,78)
#3B2E3D
(59,46,61)
#28202C
(40,32,44)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #D39EC5

#D39EC5
(211,158,197)
#D7A6CA
(215,166,202)
#DBAECF
(219,174,207)
#DFB6D4
(223,182,212)
#E3BED9
(227,190,217)
#E7C6DE
(231,198,222)
#EBCEE3
(235,206,227)
#EFD6E8
(239,214,232)
#F3DEED
(243,222,237)
#F7E6F2
(247,230,242)
#FBEEF7
(251,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39EC5; }

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

This text font color is #D39EC5.


Background Color

.myBgColor { background-color: #D39EC5; }

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

This div background color is #D39EC5.


Border color

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

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

This div border color is #D39EC5.


Opacity

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

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

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

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

This text has shadow with #D39EC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39EC5 on black background.


Color preview on white background

This text has color #D39EC5 on white background.



Black color preview on #D39EC5 background

This text has black color on #D39EC5 background.


White color preview on #D39EC5 background

This text has white color on #D39EC5 background.