COLOR #ED9DC7

HEX: #ED9DC7 RGB: (237,157,199)

Color info

#ED9DC7 contains mainly red and blue colors. Web safe color of #ED9DC7 is #FF99CC (or #F9C).

RGB color model

#ED9DC7 color RGB value is (237,157,199).

RGB: (237,157,199) (93%, 62%, 78%)

RGB channels and saturation

R 237 of 255 = 93%
G 157 of 255 = 62%
B 199 of 255 = 78%

237
157
199

R + G + B ~ 78%. #ED9DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 157 + 199 = 593 (100%)
R 237 of 593 ~ 39.97%
G 157 of 593 ~ 26.48%
B 199 of 593 ~ 33.56'%

%39.97
%26.48
%33.56

CMYK color model

#ED9DC7 color CMYK value is (0,34,16,7).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 16.03%
  • key color value is 7.06%
CMYK: (0,34,16,7) C0M34Y16K7 (0%,34%,16%,7%) (0.00/0.34/0.16/0.07) 

CMYK percentages

%0
%33.76
%16.03
%7.06

Codes

Color #ED9DC7 in popluar color models

ED 9D C7
RGB 237 157 199
HSL 329° 68.97% 77.25%
HSB/HSV 329° 33.76% 92.94%
CMYK 0.00% 33.76% 16.03%
7.06%

Color #ED9DC7 in popluar number systems.

HEX ED 9D C7
Decimal 237 157 199
Binary 11101101 10011101 11000111
Octal 355 235 307

Shades and tints

Shades of #ED9DC7

#ED9DC7
(237,157,199)
#D88FB5
(216,143,181)
#C381A3
(195,129,163)
#AE7391
(174,115,145)
#99657F
(153,101,127)
#84576D
(132,87,109)
#6F495B
(111,73,91)
#5A3B49
(90,59,73)
#452D37
(69,45,55)
#301F25
(48,31,37)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #ED9DC7

#ED9DC7
(237,157,199)
#EEA5CC
(238,165,204)
#EFADD1
(239,173,209)
#F0B5D6
(240,181,214)
#F1BDDB
(241,189,219)
#F2C5E0
(242,197,224)
#F3CDE5
(243,205,229)
#F4D5EA
(244,213,234)
#F5DDEF
(245,221,239)
#F6E5F4
(246,229,244)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9DC7; }

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

This text font color is #ED9DC7.

Background Color

.myBgColor { background-color: #ED9DC7; }

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

This div background color is #ED9DC7.

Border color

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

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

This div border color is #ED9DC7.

Opacity

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

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

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

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

This text has shadow with #ED9DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED9DC7.

Preview

Color preview on black background

This text has color #ED9DC7 on black background.


Color preview on white background

This text has color #ED9DC7 on white background.


Black color preview on #ED9DC7 background

This text has black color on #ED9DC7 background.


White color preview on #ED9DC7 background

This text has white color on #ED9DC7 background.


Related colors

Complementary color

Complementary color for #hex is #126238.


I love getcolorcode.com

Triadic colors

1 #C7ED9D and #9DC7ED with #ED9DC7 are triadic colors.

2 #C79DED and #9DEDC7 with #ED9DC7 are triadic colors.