COLOR #D39EB5

HEX: #D39EB5 RGB: (211,158,181)

Color info

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

RGB color model

#D39EB5 color RGB value is (211,158,181).

RGB: (211,158,181) (83%, 62%, 71%)

RGB channels and saturation

R 211 of 255 = 83%
G 158 of 255 = 62%
B 181 of 255 = 71%

211
158
181

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

Portions of RGB colors in percentages

R + G + B = 211 + 158 + 181 = 550 (100%)
R 211 of 550 ~ 38.36%
G 158 of 550 ~ 28.73%
B 181 of 550 ~ 32.91'%

%38.36
%28.73
%32.91

CMYK color model

#D39EB5 color CMYK value is (0,25,14,17).

  • cyan value is 0.00%
  • magenta value is 25.12%
  • yellow value is 14.22%
  • key color value is 17.25%

CMYK: (0,25,14,17)
C0M25Y14K17 (0%, 25%, 14%, 17%)
(0.00 / 0.25 / 0.14 / 0.17)

CMYK percentages

%0
%25.12
%14.22
%17.25

Codes

Color #D39EB5 in popluar color models

D3 9E B5
RGB 211 158 181
HSL 334° 37.59% 72.35%
HSB/HSV 334° 25.12% 82.75%
CMYK 0.00% 25.12% 14.22%
17.25%

Color #D39EB5 in popluar number systems.

HEX D3 9E B5
Decimal 211 158 181
Binary 11010011 10011110 10110101
Octal 323 236 265

Shades and tints

Shades of #D39EB5

#D39EB5
(211,158,181)
#C090A5
(192,144,165)
#AD8295
(173,130,149)
#9A7485
(154,116,133)
#876675
(135,102,117)
#745865
(116,88,101)
#614A55
(97,74,85)
#4E3C45
(78,60,69)
#3B2E35
(59,46,53)
#282025
(40,32,37)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #D39EB5

#D39EB5
(211,158,181)
#D7A6BB
(215,166,187)
#DBAEC1
(219,174,193)
#DFB6C7
(223,182,199)
#E3BECD
(227,190,205)
#E7C6D3
(231,198,211)
#EBCED9
(235,206,217)
#EFD6DF
(239,214,223)
#F3DEE5
(243,222,229)
#F7E6EB
(247,230,235)
#FBEEF1
(251,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39EB5; }

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

This text font color is #D39EB5.

Background Color

.myBgColor { background-color: #D39EB5; }

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

This div background color is #D39EB5.

Border color

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

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

This div border color is #D39EB5.

Opacity

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

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

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

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

This text has shadow with #D39EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39EB5.

Preview

Color preview on black background

This text has color #D39EB5 on black background.


Color preview on white background

This text has color #D39EB5 on white background.


Black color preview on #D39EB5 background

This text has black color on #D39EB5 background.


White color preview on #D39EB5 background

This text has white color on #D39EB5 background.


Related colors

Complementary color

Complementary color for #hex is #2C614A.


I love getcolorcode.com

Triadic colors

1 #B5D39E and #9EB5D3 with #D39EB5 are triadic colors.

2 #B59ED3 and #9ED3B5 with #D39EB5 are triadic colors.