COLOR #D39EAD

HEX: #D39EAD RGB: (211,158,173)

Color info

#D39EAD contains red, green and blue colors in about the same proportion. Web safe color of #D39EAD is #CC9999 (or #C99).

RGB color model

#D39EAD color RGB value is (211,158,173).

RGB: (211,158,173) (83%, 62%, 68%)

RGB channels and saturation

R 211 of 255 = 83%
G 158 of 255 = 62%
B 173 of 255 = 68%

211
158
173

R + G + B ~ 71%. #D39EAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 158 + 173 = 542 (100%)
R 211 of 542 ~ 38.93%
G 158 of 542 ~ 29.15%
B 173 of 542 ~ 31.92'%

%38.93
%29.15
%31.92

CMYK color model

#D39EAD color CMYK value is (0,25,18,17).

  • cyan value is 0.00%
  • magenta value is 25.12%
  • yellow value is 18.01%
  • key color value is 17.25%
CMYK: (0,25,18,17) C0M25Y18K17 (0%,25%,18%,17%) (0.00/0.25/0.18/0.17) 

CMYK percentages

%0
%25.12
%18.01
%17.25

Codes

Color #D39EAD in popluar color models

D3 9E AD
RGB 211 158 173
HSL 343° 37.59% 72.35%
HSB/HSV 343° 25.12% 82.75%
CMYK 0.00% 25.12% 18.01%
17.25%

Color #D39EAD in popluar number systems.

HEX D3 9E AD
Decimal 211 158 173
Binary 11010011 10011110 10101101
Octal 323 236 255

Shades and tints

Shades of #D39EAD

#D39EAD
(211,158,173)
#C0909E
(192,144,158)
#AD828F
(173,130,143)
#9A7480
(154,116,128)
#876671
(135,102,113)
#745862
(116,88,98)
#614A53
(97,74,83)
#4E3C44
(78,60,68)
#3B2E35
(59,46,53)
#282026
(40,32,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #D39EAD

#D39EAD
(211,158,173)
#D7A6B4
(215,166,180)
#DBAEBB
(219,174,187)
#DFB6C2
(223,182,194)
#E3BEC9
(227,190,201)
#E7C6D0
(231,198,208)
#EBCED7
(235,206,215)
#EFD6DE
(239,214,222)
#F3DEE5
(243,222,229)
#F7E6EC
(247,230,236)
#FBEEF3
(251,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39EAD; }

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

This text font color is #D39EAD.

Background Color

.myBgColor { background-color: #D39EAD; }

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

This div background color is #D39EAD.

Border color

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

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

This div border color is #D39EAD.

Opacity

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

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

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

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

This text has shadow with #D39EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39EAD.

Preview

Color preview on black background

This text has color #D39EAD on black background.


Color preview on white background

This text has color #D39EAD on white background.


Black color preview on #D39EAD background

This text has black color on #D39EAD background.


White color preview on #D39EAD background

This text has white color on #D39EAD background.


Related colors

Complementary color

Complementary color for #hex is #2C6152.


I love getcolorcode.com

Triadic colors

1 #ADD39E and #9EADD3 with #D39EAD are triadic colors.

2 #AD9ED3 and #9ED3AD with #D39EAD are triadic colors.