COLOR #D39BCB

HEX: #D39BCB
RGB: (211,155,203)

Color info

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

RGB color model

#D39BCB color RGB value is (211,155,203).

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

RGB channels and saturation

R 211 of 255 = 83%
G 155 of 255 = 61%
B 203 of 255 = 80%

211
155
203

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

Portions of RGB colors in percentages

R + G + B =
211 + 155 + 203 = 569 (100%)
R 211 of 569 ~ 37.08%
G 155 of 569 ~ 27.24%
B 203 of 569 ~ 35.68%

%37.08
%27.24
%35.68

CMYK color model

#D39BCB color CMYK value is (0,27,4,17).

  • cyan value is 0.00%
  • magenta value is 26.54%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK:
(0,27,4,17)
C0M27Y4K17 
(0%,27%,4%,17%)
(0.00/0.27/0.04/0.17)	

CMYK percentages

%0
%26.54
%3.79
%17.25

Codes

Color #D39BCB in popluar color models

D39BCB
RGB211155203
HSL309°38.89%71.76%
HSB/HSV309°26.54%82.75%
CMYK0.00%26.54%3.79%
17.25%

Color #D39BCB in popluar number systems.

HEXD39BCB
Decimal211155203
Binary110100111001101111001011
Octal323233313

Shades and tints

Shades of #D39BCB

#D39BCB
(211,155,203)
#C08DB9
(192,141,185)
#AD7FA7
(173,127,167)
#9A7195
(154,113,149)
#876383
(135,99,131)
#745571
(116,85,113)
#61475F
(97,71,95)
#4E394D
(78,57,77)
#3B2B3B
(59,43,59)
#281D29
(40,29,41)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #D39BCB

#D39BCB
(211,155,203)
#D7A4CF
(215,164,207)
#DBADD3
(219,173,211)
#DFB6D7
(223,182,215)
#E3BFDB
(227,191,219)
#E7C8DF
(231,200,223)
#EBD1E3
(235,209,227)
#EFDAE7
(239,218,231)
#F3E3EB
(243,227,235)
#F7ECEF
(247,236,239)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39BCB; }

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

This text font color is #D39BCB.


Background Color

.myBgColor { background-color: #D39BCB; }

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

This div background color is #D39BCB.


Border color

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

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

This div border color is #D39BCB.


Opacity

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

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

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

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

This text has shadow with #D39BCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39BCB on black background.


Color preview on white background

This text has color #D39BCB on white background.



Black color preview on #D39BCB background

This text has black color on #D39BCB background.


White color preview on #D39BCB background

This text has white color on #D39BCB background.