HEX: #EDCCB3
RGB: (237,204,179)
#EDCCB3 contains red, green and blue colors in about the same proportion. Web safe color of #EDCCB3 is #FFCC99 (or #FC9).
#EDCCB3 color RGB value is (237,204,179).
RGB: (237,204,179)
(93%, 80%, 70%)
R 237 of 255 = 93%
G 204 of 255 = 80%
B 179 of 255 = 70%
R + G + B ~ 81%. #EDCCB3 is quite light color.
R + G + B = 237 + 204 + 179 = 620 (100%)
R 237 of 620 ~ 38.23%
G 204 of 620 ~ 32.9%
B 179 of 620 ~ 28.87'%
#EDCCB3 color CMYK value is (0,14,24,7).
CMYK: (0,14,24,7)
C0M14Y24K7 (0%, 14%, 24%, 7%)
(0.00 / 0.14 / 0.24 / 0.07)
Color #EDCCB3 in popluar color models
ED | CC | B3 | |
---|---|---|---|
RGB | 237 | 204 | 179 |
HSL | 26° | 61.70% | 81.57% |
HSB/HSV | 26° | 24.47% | 92.94% |
CMYK | 0.00% | 13.92% | 24.47% |
7.06% |
Color #EDCCB3 in popluar number systems.
HEX | ED | CC | B3 |
Decimal | 237 | 204 | 179 |
Binary | 11101101 | 11001100 | 10110011 |
Octal | 355 | 314 | 263 |
Shades of #EDCCB3
Tints of #EDCCB3
Examples of css and html codes for elements with #EDCCB3 color. Also use rgb(237,204,179) instead hex code.
.myTextColor { color: #EDCCB3; }
<p style="color:#EDCCB3">This sample text font color is #EDCCB3.</p>
This text font color is #EDCCB3.
.myBgColor { background-color: #EDCCB3; }
<div style="background-color:#EDCCB3">Inner text</div>
This div background color is #EDCCB3.
.myBorderColor { border: 1px solid #EDCCB3; }
<div style="border:3px solid #EDCCB3">Div</div>
This div border color is #EDCCB3.
.myOpacity80 { color: #EDCCB3; opacity: 0.8; }
<p style="color:#EDCCB3;opacity:0.8;">80%</p>
Text with #EDCCB3 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDCCB3;}
<p style="text-shadow: 3px 3px 1px #EDCCB3">Text here.</p>
This text has shadow with #EDCCB3 color.
.textShadow {text-shadow: 3px 3px 1px #EDCCB3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDCCB3, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDCCB3 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDCCB3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDCCB3, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDCCB3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDCCB3;
-webkit-box-shadow: 1px 1px 3px 2px #EDCCB3;
box-shadow: 1px 1px 3px 2px #EDCCB3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDCCB3; -webkit-box-shadow: 1px 1px 3px 2px #EDCCB3; box-shadow:1px 1px 3px 2px #EDCCB3;">
Div content here
</div>
This text has color #EDCCB3 on black background.
This text has color #EDCCB3 on white background.
This text has black color on #EDCCB3 background.
This text has white color on #EDCCB3 background.
Complementary color for #hex is #12334C.