COLOR #ED9EDC

HEX: #ED9EDC
RGB: (237,158,220)

Color info

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

RGB color model

#ED9EDC color RGB value is (237,158,220).

  • red value is 237;
  • green value is 158;
  • blue value is 220.
RGB:
(237,158,220)
(93%,62%,86%)

RGB channels and saturation

R 237 of 255 = 93%
G 158 of 255 = 62%
B 220 of 255 = 86%

237
158
220

R + G + B ~ 80%. #ED9EDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 158 + 220 = 615 (100%)
R 237 of 615 ~ 38.54%
G 158 of 615 ~ 25.69%
B 220 of 615 ~ 35.77%

%38.54
%25.69
%35.77

CMYK color model

#ED9EDC color CMYK value is (0,33,7,7).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK:
(0,33,7,7)
C0M33Y7K7 
(0%,33%,7%,7%)
(0.00/0.33/0.07/0.07)	

CMYK percentages

%0
%33.33
%7.17
%7.06

Codes

Color #ED9EDC in popluar color models

ED9EDC
RGB237158220
HSL313°68.70%77.45%
HSB/HSV313°33.33%92.94%
CMYK0.00%33.33%7.17%
7.06%

Color #ED9EDC in popluar number systems.

HEXED9EDC
Decimal237158220
Binary111011011001111011011100
Octal355236334

Shades and tints

Shades of #ED9EDC

#ED9EDC
(237,158,220)
#D890C8
(216,144,200)
#C382B4
(195,130,180)
#AE74A0
(174,116,160)
#99668C
(153,102,140)
#845878
(132,88,120)
#6F4A64
(111,74,100)
#5A3C50
(90,60,80)
#452E3C
(69,46,60)
#302028
(48,32,40)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #ED9EDC

#ED9EDC
(237,158,220)
#EEA6DF
(238,166,223)
#EFAEE2
(239,174,226)
#F0B6E5
(240,182,229)
#F1BEE8
(241,190,232)
#F2C6EB
(242,198,235)
#F3CEEE
(243,206,238)
#F4D6F1
(244,214,241)
#F5DEF4
(245,222,244)
#F6E6F7
(246,230,247)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9EDC color. Also use rgb(237,158,220) instead hex code.

Text Font Color

.myTextColor { color: #ED9EDC; }

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

This text font color is #ED9EDC.


Background Color

.myBgColor { background-color: #ED9EDC; }

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

This div background color is #ED9EDC.


Border color

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

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

This div border color is #ED9EDC.


Opacity

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

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

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

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

This text has shadow with #ED9EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9EDC on black background.


Color preview on white background

This text has color #ED9EDC on white background.



Black color preview on #ED9EDC background

This text has black color on #ED9EDC background.


White color preview on #ED9EDC background

This text has white color on #ED9EDC background.