COLOR #D39BB5

HEX: #D39BB5
RGB: (211,155,181)

Color info

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

RGB color model

#D39BB5 color RGB value is (211,155,181).

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

RGB channels and saturation

R 211 of 255 = 83%
G 155 of 255 = 61%
B 181 of 255 = 71%

211
155
181

R + G + B ~ 72%. #D39BB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 155 + 181 = 547 (100%)
R 211 of 547 ~ 38.57%
G 155 of 547 ~ 28.34%
B 181 of 547 ~ 33.09%

%38.57
%28.34
%33.09

CMYK color model

#D39BB5 color CMYK value is (0,27,14,17).

  • cyan value is 0.00%
  • magenta value is 26.54%
  • yellow value is 14.22%
  • key color value is 17.25%
CMYK:
(0,27,14,17)
C0M27Y14K17 
(0%,27%,14%,17%)
(0.00/0.27/0.14/0.17)	

CMYK percentages

%0
%26.54
%14.22
%17.25

Codes

Color #D39BB5 in popluar color models

D39BB5
RGB211155181
HSL332°38.89%71.76%
HSB/HSV332°26.54%82.75%
CMYK0.00%26.54%14.22%
17.25%

Color #D39BB5 in popluar number systems.

HEXD39BB5
Decimal211155181
Binary110100111001101110110101
Octal323233265

Shades and tints

Shades of #D39BB5

#D39BB5
(211,155,181)
#C08DA5
(192,141,165)
#AD7F95
(173,127,149)
#9A7185
(154,113,133)
#876375
(135,99,117)
#745565
(116,85,101)
#614755
(97,71,85)
#4E3945
(78,57,69)
#3B2B35
(59,43,53)
#281D25
(40,29,37)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #D39BB5

#D39BB5
(211,155,181)
#D7A4BB
(215,164,187)
#DBADC1
(219,173,193)
#DFB6C7
(223,182,199)
#E3BFCD
(227,191,205)
#E7C8D3
(231,200,211)
#EBD1D9
(235,209,217)
#EFDADF
(239,218,223)
#F3E3E5
(243,227,229)
#F7ECEB
(247,236,235)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39BB5; }

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

This text font color is #D39BB5.


Background Color

.myBgColor { background-color: #D39BB5; }

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

This div background color is #D39BB5.


Border color

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

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

This div border color is #D39BB5.


Opacity

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

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

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

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

This text has shadow with #D39BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39BB5 on black background.


Color preview on white background

This text has color #D39BB5 on white background.



Black color preview on #D39BB5 background

This text has black color on #D39BB5 background.


White color preview on #D39BB5 background

This text has white color on #D39BB5 background.