HEX: #ED9CCC
RGB: (237,156,204)
#ED9CCC contains mainly red and blue colors. Web safe color of #ED9CCC is #FF99CC (or #F9C).
#ED9CCC color RGB value is (237,156,204).
RGB: (237,156,204)
(93%, 61%, 80%)
R 237 of 255 = 93%
G 156 of 255 = 61%
B 204 of 255 = 80%
R + G + B ~ 78%. #ED9CCC is quite light color.
R + G + B = 237 + 156 + 204 = 597 (100%)
R 237 of 597 ~ 39.7%
G 156 of 597 ~ 26.13%
B 204 of 597 ~ 34.17'%
#ED9CCC color CMYK value is (0,34,14,7).
CMYK: (0,34,14,7)
C0M34Y14K7 (0%, 34%, 14%, 7%)
(0.00 / 0.34 / 0.14 / 0.07)
Color #ED9CCC in popluar color models
ED | 9C | CC | |
---|---|---|---|
RGB | 237 | 156 | 204 |
HSL | 324° | 69.23% | 77.06% |
HSB/HSV | 324° | 34.18% | 92.94% |
CMYK | 0.00% | 34.18% | 13.92% |
7.06% |
Color #ED9CCC in popluar number systems.
HEX | ED | 9C | CC |
Decimal | 237 | 156 | 204 |
Binary | 11101101 | 10011100 | 11001100 |
Octal | 355 | 234 | 314 |
Shades of #ED9CCC
Tints of #ED9CCC
Examples of css and html codes for elements with #ED9CCC color. Also use rgb(237,156,204) instead hex code.
.myTextColor { color: #ED9CCC; }
<p style="color:#ED9CCC">This sample text font color is #ED9CCC.</p>
This text font color is #ED9CCC.
.myBgColor { background-color: #ED9CCC; }
<div style="background-color:#ED9CCC">Inner text</div>
This div background color is #ED9CCC.
.myBorderColor { border: 1px solid #ED9CCC; }
<div style="border:3px solid #ED9CCC">Div</div>
This div border color is #ED9CCC.
.myOpacity80 { color: #ED9CCC; opacity: 0.8; }
<p style="color:#ED9CCC;opacity:0.8;">80%</p>
Text with #ED9CCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED9CCC;}
<p style="text-shadow: 3px 3px 1px #ED9CCC">Text here.</p>
This text has shadow with #ED9CCC color.
.textShadow {text-shadow: 3px 3px 1px #ED9CCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED9CCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ED9CCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED9CCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED9CCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED9CCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED9CCC;
-webkit-box-shadow: 1px 1px 3px 2px #ED9CCC;
box-shadow: 1px 1px 3px 2px #ED9CCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED9CCC; -webkit-box-shadow: 1px 1px 3px 2px #ED9CCC; box-shadow:1px 1px 3px 2px #ED9CCC;">
Div content here
</div>
This text has color #ED9CCC on black background.
This text has color #ED9CCC on white background.
This text has black color on #ED9CCC background.
This text has white color on #ED9CCC background.
Complementary color for #hex is #126333.