HEX: #EDC2CA
RGB: (237,194,202)
#EDC2CA contains red, green and blue colors in about the same proportion. Web safe color of #EDC2CA is #FFCCCC (or #FCC).
#EDC2CA color RGB value is (237,194,202).
RGB: (237,194,202)
(93%, 76%, 79%)
R 237 of 255 = 93%
G 194 of 255 = 76%
B 202 of 255 = 79%
R + G + B ~ 83%. #EDC2CA is quite light color.
R + G + B = 237 + 194 + 202 = 633 (100%)
R 237 of 633 ~ 37.44%
G 194 of 633 ~ 30.65%
B 202 of 633 ~ 31.91'%
#EDC2CA color CMYK value is (0,18,15,7).
CMYK: (0,18,15,7)
C0M18Y15K7 (0%, 18%, 15%, 7%)
(0.00 / 0.18 / 0.15 / 0.07)
Color #EDC2CA in popluar color models
ED | C2 | CA | |
---|---|---|---|
RGB | 237 | 194 | 202 |
HSL | 349° | 54.43% | 84.51% |
HSB/HSV | 349° | 18.14% | 92.94% |
CMYK | 0.00% | 18.14% | 14.77% |
7.06% |
Color #EDC2CA in popluar number systems.
HEX | ED | C2 | CA |
Decimal | 237 | 194 | 202 |
Binary | 11101101 | 11000010 | 11001010 |
Octal | 355 | 302 | 312 |
Shades of #EDC2CA
Tints of #EDC2CA
Examples of css and html codes for elements with #EDC2CA color. Also use rgb(237,194,202) instead hex code.
.myTextColor { color: #EDC2CA; }
<p style="color:#EDC2CA">This sample text font color is #EDC2CA.</p>
This text font color is #EDC2CA.
.myBgColor { background-color: #EDC2CA; }
<div style="background-color:#EDC2CA">Inner text</div>
This div background color is #EDC2CA.
.myBorderColor { border: 1px solid #EDC2CA; }
<div style="border:3px solid #EDC2CA">Div</div>
This div border color is #EDC2CA.
.myOpacity80 { color: #EDC2CA; opacity: 0.8; }
<p style="color:#EDC2CA;opacity:0.8;">80%</p>
Text with #EDC2CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC2CA;}
<p style="text-shadow: 3px 3px 1px #EDC2CA">Text here.</p>
This text has shadow with #EDC2CA color.
.textShadow {text-shadow: 3px 3px 1px #EDC2CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC2CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC2CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC2CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC2CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC2CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC2CA;
-webkit-box-shadow: 1px 1px 3px 2px #EDC2CA;
box-shadow: 1px 1px 3px 2px #EDC2CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC2CA; -webkit-box-shadow: 1px 1px 3px 2px #EDC2CA; box-shadow:1px 1px 3px 2px #EDC2CA;">
Div content here
</div>
This text has color #EDC2CA on black background.
This text has color #EDC2CA on white background.
This text has black color on #EDC2CA background.
This text has white color on #EDC2CA background.
Complementary color for #hex is #123D35.