HEX: #EDD7CA
RGB: (237,215,202)
#EDD7CA contains red, green and blue colors in about the same proportion. Web safe color of #EDD7CA is #FFCCCC (or #FCC).
#EDD7CA color RGB value is (237,215,202).
RGB: (237,215,202)
(93%, 84%, 79%)
R 237 of 255 = 93%
G 215 of 255 = 84%
B 202 of 255 = 79%
R + G + B ~ 85%. #EDD7CA is quite light color.
R + G + B = 237 + 215 + 202 = 654 (100%)
R 237 of 654 ~ 36.24%
G 215 of 654 ~ 32.87%
B 202 of 654 ~ 30.89'%
#EDD7CA color CMYK value is (0,9,15,7).
CMYK: (0,9,15,7)
C0M9Y15K7 (0%, 9%, 15%, 7%)
(0.00 / 0.09 / 0.15 / 0.07)
Color #EDD7CA in popluar color models
ED | D7 | CA | |
---|---|---|---|
RGB | 237 | 215 | 202 |
HSL | 22° | 49.30% | 86.08% |
HSB/HSV | 22° | 14.77% | 92.94% |
CMYK | 0.00% | 9.28% | 14.77% |
7.06% |
Color #EDD7CA in popluar number systems.
HEX | ED | D7 | CA |
Decimal | 237 | 215 | 202 |
Binary | 11101101 | 11010111 | 11001010 |
Octal | 355 | 327 | 312 |
Shades of #EDD7CA
Tints of #EDD7CA
Examples of css and html codes for elements with #EDD7CA color. Also use rgb(237,215,202) instead hex code.
.myTextColor { color: #EDD7CA; }
<p style="color:#EDD7CA">This sample text font color is #EDD7CA.</p>
This text font color is #EDD7CA.
.myBgColor { background-color: #EDD7CA; }
<div style="background-color:#EDD7CA">Inner text</div>
This div background color is #EDD7CA.
.myBorderColor { border: 1px solid #EDD7CA; }
<div style="border:3px solid #EDD7CA">Div</div>
This div border color is #EDD7CA.
.myOpacity80 { color: #EDD7CA; opacity: 0.8; }
<p style="color:#EDD7CA;opacity:0.8;">80%</p>
Text with #EDD7CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD7CA;}
<p style="text-shadow: 3px 3px 1px #EDD7CA">Text here.</p>
This text has shadow with #EDD7CA color.
.textShadow {text-shadow: 3px 3px 1px #EDD7CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD7CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD7CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD7CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD7CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD7CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD7CA;
-webkit-box-shadow: 1px 1px 3px 2px #EDD7CA;
box-shadow: 1px 1px 3px 2px #EDD7CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD7CA; -webkit-box-shadow: 1px 1px 3px 2px #EDD7CA; box-shadow:1px 1px 3px 2px #EDD7CA;">
Div content here
</div>
This text has color #EDD7CA on black background.
This text has color #EDD7CA on white background.
This text has black color on #EDD7CA background.
This text has white color on #EDD7CA background.
Complementary color for #hex is #122835.