COLOR #ED9CE6

HEX: #ED9CE6
RGB: (237,156,230)

Color info

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

RGB color model

#ED9CE6 color RGB value is (237,156,230).

  • red value is 237;
  • green value is 156;
  • blue value is 230.
RGB:
(237,156,230)
(93%,61%,90%)

RGB channels and saturation

R 237 of 255 = 93%
G 156 of 255 = 61%
B 230 of 255 = 90%

237
156
230

R + G + B ~ 81%. #ED9CE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 156 + 230 = 623 (100%)
R 237 of 623 ~ 38.04%
G 156 of 623 ~ 25.04%
B 230 of 623 ~ 36.92%

%38.04
%25.04
%36.92

CMYK color model

#ED9CE6 color CMYK value is (0,34,3,7).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(0,34,3,7)
C0M34Y3K7 
(0%,34%,3%,7%)
(0.00/0.34/0.03/0.07)	

CMYK percentages

%0
%34.18
%2.95
%7.06

Codes

Color #ED9CE6 in popluar color models

ED9CE6
RGB237156230
HSL305°69.23%77.06%
HSB/HSV305°34.18%92.94%
CMYK0.00%34.18%2.95%
7.06%

Color #ED9CE6 in popluar number systems.

HEXED9CE6
Decimal237156230
Binary111011011001110011100110
Octal355234346

Shades and tints

Shades of #ED9CE6

#ED9CE6
(237,156,230)
#D88ED2
(216,142,210)
#C380BE
(195,128,190)
#AE72AA
(174,114,170)
#996496
(153,100,150)
#845682
(132,86,130)
#6F486E
(111,72,110)
#5A3A5A
(90,58,90)
#452C46
(69,44,70)
#301E32
(48,30,50)
#1B101E
(27,16,30)
#000000
(0,0,0)

Tints of #ED9CE6

#ED9CE6
(237,156,230)
#EEA5E8
(238,165,232)
#EFAEEA
(239,174,234)
#F0B7EC
(240,183,236)
#F1C0EE
(241,192,238)
#F2C9F0
(242,201,240)
#F3D2F2
(243,210,242)
#F4DBF4
(244,219,244)
#F5E4F6
(245,228,246)
#F6EDF8
(246,237,248)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9CE6 color. Also use rgb(237,156,230) instead hex code.

Text Font Color

.myTextColor { color: #ED9CE6; }

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

This text font color is #ED9CE6.


Background Color

.myBgColor { background-color: #ED9CE6; }

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

This div background color is #ED9CE6.


Border color

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

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

This div border color is #ED9CE6.


Opacity

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

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

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

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

This text has shadow with #ED9CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9CE6 on black background.


Color preview on white background

This text has color #ED9CE6 on white background.



Black color preview on #ED9CE6 background

This text has black color on #ED9CE6 background.


White color preview on #ED9CE6 background

This text has white color on #ED9CE6 background.