COLOR #ED9DC0

HEX: #ED9DC0
RGB: (237,157,192)

Color info

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

RGB color model

#ED9DC0 color RGB value is (237,157,192).

  • red value is 237;
  • green value is 157;
  • blue value is 192.
RGB:
(237,157,192)
(93%,62%,75%)

RGB channels and saturation

R 237 of 255 = 93%
G 157 of 255 = 62%
B 192 of 255 = 75%

237
157
192

R + G + B ~ 77%. #ED9DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 157 + 192 = 586 (100%)
R 237 of 586 ~ 40.44%
G 157 of 586 ~ 26.79%
B 192 of 586 ~ 32.76%

%40.44
%26.79
%32.76

CMYK color model

#ED9DC0 color CMYK value is (0,34,19,7).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 18.99%
  • key color value is 7.06%
CMYK:
(0,34,19,7)
C0M34Y19K7 
(0%,34%,19%,7%)
(0.00/0.34/0.19/0.07)	

CMYK percentages

%0
%33.76
%18.99
%7.06

Codes

Color #ED9DC0 in popluar color models

ED9DC0
RGB237157192
HSL334°68.97%77.25%
HSB/HSV334°33.76%92.94%
CMYK0.00%33.76%18.99%
7.06%

Color #ED9DC0 in popluar number systems.

HEXED9DC0
Decimal237157192
Binary111011011001110111000000
Octal355235300

Shades and tints

Shades of #ED9DC0

#ED9DC0
(237,157,192)
#D88FAF
(216,143,175)
#C3819E
(195,129,158)
#AE738D
(174,115,141)
#99657C
(153,101,124)
#84576B
(132,87,107)
#6F495A
(111,73,90)
#5A3B49
(90,59,73)
#452D38
(69,45,56)
#301F27
(48,31,39)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #ED9DC0

#ED9DC0
(237,157,192)
#EEA5C5
(238,165,197)
#EFADCA
(239,173,202)
#F0B5CF
(240,181,207)
#F1BDD4
(241,189,212)
#F2C5D9
(242,197,217)
#F3CDDE
(243,205,222)
#F4D5E3
(244,213,227)
#F5DDE8
(245,221,232)
#F6E5ED
(246,229,237)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9DC0; }

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

This text font color is #ED9DC0.


Background Color

.myBgColor { background-color: #ED9DC0; }

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

This div background color is #ED9DC0.


Border color

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

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

This div border color is #ED9DC0.


Opacity

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

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

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

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

This text has shadow with #ED9DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9DC0 on black background.


Color preview on white background

This text has color #ED9DC0 on white background.



Black color preview on #ED9DC0 background

This text has black color on #ED9DC0 background.


White color preview on #ED9DC0 background

This text has white color on #ED9DC0 background.