COLOR #D39DC8

HEX: #D39DC8
RGB: (211,157,200)

Color info

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

RGB color model

#D39DC8 color RGB value is (211,157,200).

  • red value is 211;
  • green value is 157;
  • blue value is 200.
RGB:
(211,157,200)
(83%,62%,78%)

RGB channels and saturation

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

211
157
200

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

Portions of RGB colors in percentages

R + G + B =
211 + 157 + 200 = 568 (100%)
R 211 of 568 ~ 37.15%
G 157 of 568 ~ 27.64%
B 200 of 568 ~ 35.21%

%37.15
%27.64
%35.21

CMYK color model

#D39DC8 color CMYK value is (0,26,5,17).

  • cyan value is 0.00%
  • magenta value is 25.59%
  • yellow value is 5.21%
  • key color value is 17.25%
CMYK:
(0,26,5,17)
C0M26Y5K17 
(0%,26%,5%,17%)
(0.00/0.26/0.05/0.17)	

CMYK percentages

%0
%25.59
%5.21
%17.25

Codes

Color #D39DC8 in popluar color models

D39DC8
RGB211157200
HSL312°38.03%72.16%
HSB/HSV312°25.59%82.75%
CMYK0.00%25.59%5.21%
17.25%

Color #D39DC8 in popluar number systems.

HEXD39DC8
Decimal211157200
Binary110100111001110111001000
Octal323235310

Shades and tints

Shades of #D39DC8

#D39DC8
(211,157,200)
#C08FB6
(192,143,182)
#AD81A4
(173,129,164)
#9A7392
(154,115,146)
#876580
(135,101,128)
#74576E
(116,87,110)
#61495C
(97,73,92)
#4E3B4A
(78,59,74)
#3B2D38
(59,45,56)
#281F26
(40,31,38)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #D39DC8

#D39DC8
(211,157,200)
#D7A5CD
(215,165,205)
#DBADD2
(219,173,210)
#DFB5D7
(223,181,215)
#E3BDDC
(227,189,220)
#E7C5E1
(231,197,225)
#EBCDE6
(235,205,230)
#EFD5EB
(239,213,235)
#F3DDF0
(243,221,240)
#F7E5F5
(247,229,245)
#FBEDFA
(251,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39DC8; }

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

This text font color is #D39DC8.


Background Color

.myBgColor { background-color: #D39DC8; }

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

This div background color is #D39DC8.


Border color

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

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

This div border color is #D39DC8.


Opacity

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

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

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

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

This text has shadow with #D39DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39DC8 on black background.


Color preview on white background

This text has color #D39DC8 on white background.



Black color preview on #D39DC8 background

This text has black color on #D39DC8 background.


White color preview on #D39DC8 background

This text has white color on #D39DC8 background.