COLOR #D39BCF

HEX: #D39BCF
RGB: (211,155,207)

Color info

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

RGB color model

#D39BCF color RGB value is (211,155,207).

  • red value is 211;
  • green value is 155;
  • blue value is 207.
RGB:
(211,155,207)
(83%,61%,81%)

RGB channels and saturation

R 211 of 255 = 83%
G 155 of 255 = 61%
B 207 of 255 = 81%

211
155
207

R + G + B ~ 75%. #D39BCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 155 + 207 = 573 (100%)
R 211 of 573 ~ 36.82%
G 155 of 573 ~ 27.05%
B 207 of 573 ~ 36.13%

%36.82
%27.05
%36.13

CMYK color model

#D39BCF color CMYK value is (0,27,2,17).

  • cyan value is 0.00%
  • magenta value is 26.54%
  • yellow value is 1.90%
  • key color value is 17.25%
CMYK:
(0,27,2,17)
C0M27Y2K17 
(0%,27%,2%,17%)
(0.00/0.27/0.02/0.17)	

CMYK percentages

%0
%26.54
%1.9
%17.25

Codes

Color #D39BCF in popluar color models

D39BCF
RGB211155207
HSL304°38.89%71.76%
HSB/HSV304°26.54%82.75%
CMYK0.00%26.54%1.90%
17.25%

Color #D39BCF in popluar number systems.

HEXD39BCF
Decimal211155207
Binary110100111001101111001111
Octal323233317

Shades and tints

Shades of #D39BCF

#D39BCF
(211,155,207)
#C08DBD
(192,141,189)
#AD7FAB
(173,127,171)
#9A7199
(154,113,153)
#876387
(135,99,135)
#745575
(116,85,117)
#614763
(97,71,99)
#4E3951
(78,57,81)
#3B2B3F
(59,43,63)
#281D2D
(40,29,45)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #D39BCF

#D39BCF
(211,155,207)
#D7A4D3
(215,164,211)
#DBADD7
(219,173,215)
#DFB6DB
(223,182,219)
#E3BFDF
(227,191,223)
#E7C8E3
(231,200,227)
#EBD1E7
(235,209,231)
#EFDAEB
(239,218,235)
#F3E3EF
(243,227,239)
#F7ECF3
(247,236,243)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39BCF color. Also use rgb(211,155,207) instead hex code.

Text Font Color

.myTextColor { color: #D39BCF; }

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

This text font color is #D39BCF.


Background Color

.myBgColor { background-color: #D39BCF; }

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

This div background color is #D39BCF.


Border color

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

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

This div border color is #D39BCF.


Opacity

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

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

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

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

This text has shadow with #D39BCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39BCF on black background.


Color preview on white background

This text has color #D39BCF on white background.



Black color preview on #D39BCF background

This text has black color on #D39BCF background.


White color preview on #D39BCF background

This text has white color on #D39BCF background.