COLOR #E09DC7

HEX: #E09DC7 RGB: (224,157,199)

Color info

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

RGB color model

#E09DC7 color RGB value is (224,157,199).

RGB: (224,157,199) (88%, 62%, 78%)

RGB channels and saturation

R 224 of 255 = 88%
G 157 of 255 = 62%
B 199 of 255 = 78%

224
157
199

R + G + B ~ 76%. #E09DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 157 + 199 = 580 (100%)
R 224 of 580 ~ 38.62%
G 157 of 580 ~ 27.07%
B 199 of 580 ~ 34.31'%

%38.62
%27.07
%34.31

CMYK color model

#E09DC7 color CMYK value is (0,30,11,12).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 11.16%
  • key color value is 12.16%

CMYK: (0,30,11,12)
C0M30Y11K12 (0%, 30%, 11%, 12%)
(0.00 / 0.30 / 0.11 / 0.12)

CMYK percentages

%0
%29.91
%11.16
%12.16

Codes

Color #E09DC7 in popluar color models

E0 9D C7
RGB 224 157 199
HSL 322° 51.94% 74.71%
HSB/HSV 322° 29.91% 87.84%
CMYK 0.00% 29.91% 11.16%
12.16%

Color #E09DC7 in popluar number systems.

HEX E0 9D C7
Decimal 224 157 199
Binary 11100000 10011101 11000111
Octal 340 235 307

Shades and tints

Shades of #E09DC7

#E09DC7
(224,157,199)
#CC8FB5
(204,143,181)
#B881A3
(184,129,163)
#A47391
(164,115,145)
#90657F
(144,101,127)
#7C576D
(124,87,109)
#68495B
(104,73,91)
#543B49
(84,59,73)
#402D37
(64,45,55)
#2C1F25
(44,31,37)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #E09DC7

#E09DC7
(224,157,199)
#E2A5CC
(226,165,204)
#E4ADD1
(228,173,209)
#E6B5D6
(230,181,214)
#E8BDDB
(232,189,219)
#EAC5E0
(234,197,224)
#ECCDE5
(236,205,229)
#EED5EA
(238,213,234)
#F0DDEF
(240,221,239)
#F2E5F4
(242,229,244)
#F4EDF9
(244,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09DC7 color. Also use rgb(224,157,199) instead hex code.

Text Font Color

.myTextColor { color: #E09DC7; }

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

This text font color is #E09DC7.

Background Color

.myBgColor { background-color: #E09DC7; }

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

This div background color is #E09DC7.

Border color

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

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

This div border color is #E09DC7.

Opacity

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

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

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

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

This text has shadow with #E09DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09DC7.

Preview

Color preview on black background

This text has color #E09DC7 on black background.


Color preview on white background

This text has color #E09DC7 on white background.


Black color preview on #E09DC7 background

This text has black color on #E09DC7 background.


White color preview on #E09DC7 background

This text has white color on #E09DC7 background.


Related colors

Complementary color

Complementary color for #hex is #1F6238.


I love getcolorcode.com

Triadic colors

1 #C7E09D and #9DC7E0 with #E09DC7 are triadic colors.

2 #C79DE0 and #9DE0C7 with #E09DC7 are triadic colors.