COLOR #E39DB7

HEX: #E39DB7 RGB: (227,157,183)

Color info

#E39DB7 contains mainly red and blue colors. Web safe color of #E39DB7 is #CC99CC (or #C9C).

RGB color model

#E39DB7 color RGB value is (227,157,183).

RGB: (227,157,183) (89%, 62%, 72%)

RGB channels and saturation

R 227 of 255 = 89%
G 157 of 255 = 62%
B 183 of 255 = 72%

227
157
183

R + G + B ~ 74%. #E39DB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 157 + 183 = 567 (100%)
R 227 of 567 ~ 40.04%
G 157 of 567 ~ 27.69%
B 183 of 567 ~ 32.28'%

%40.04
%27.69
%32.28

CMYK color model

#E39DB7 color CMYK value is (0,31,19,11).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 19.38%
  • key color value is 10.98%

CMYK: (0,31,19,11)
C0M31Y19K11 (0%, 31%, 19%, 11%)
(0.00 / 0.31 / 0.19 / 0.11)

CMYK percentages

%0
%30.84
%19.38
%10.98

Codes

Color #E39DB7 in popluar color models

E3 9D B7
RGB 227 157 183
HSL 338° 55.56% 75.29%
HSB/HSV 338° 30.84% 89.02%
CMYK 0.00% 30.84% 19.38%
10.98%

Color #E39DB7 in popluar number systems.

HEX E3 9D B7
Decimal 227 157 183
Binary 11100011 10011101 10110111
Octal 343 235 267

Shades and tints

Shades of #E39DB7

#E39DB7
(227,157,183)
#CF8FA7
(207,143,167)
#BB8197
(187,129,151)
#A77387
(167,115,135)
#936577
(147,101,119)
#7F5767
(127,87,103)
#6B4957
(107,73,87)
#573B47
(87,59,71)
#432D37
(67,45,55)
#2F1F27
(47,31,39)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #E39DB7

#E39DB7
(227,157,183)
#E5A5BD
(229,165,189)
#E7ADC3
(231,173,195)
#E9B5C9
(233,181,201)
#EBBDCF
(235,189,207)
#EDC5D5
(237,197,213)
#EFCDDB
(239,205,219)
#F1D5E1
(241,213,225)
#F3DDE7
(243,221,231)
#F5E5ED
(245,229,237)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39DB7 color. Also use rgb(227,157,183) instead hex code.

Text Font Color

.myTextColor { color: #E39DB7; }

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

This text font color is #E39DB7.

Background Color

.myBgColor { background-color: #E39DB7; }

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

This div background color is #E39DB7.

Border color

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

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

This div border color is #E39DB7.

Opacity

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

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

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

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

This text has shadow with #E39DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39DB7.

Preview

Color preview on black background

This text has color #E39DB7 on black background.


Color preview on white background

This text has color #E39DB7 on white background.


Black color preview on #E39DB7 background

This text has black color on #E39DB7 background.


White color preview on #E39DB7 background

This text has white color on #E39DB7 background.


Related colors

Complementary color

Complementary color for #hex is #1C6248.


I love getcolorcode.com

Triadic colors

1 #B7E39D and #9DB7E3 with #E39DB7 are triadic colors.

2 #B79DE3 and #9DE3B7 with #E39DB7 are triadic colors.