HEX: #EDBBBD
RGB: (237,187,189)
#EDBBBD contains red, green and blue colors in about the same proportion. Web safe color of #EDBBBD is #FFCCCC (or #FCC).
#EDBBBD color RGB value is (237,187,189).
RGB: (237,187,189)
(93%, 73%, 74%)
R 237 of 255 = 93%
G 187 of 255 = 73%
B 189 of 255 = 74%
R + G + B ~ 80%. #EDBBBD is quite light color.
R + G + B = 237 + 187 + 189 = 613 (100%)
R 237 of 613 ~ 38.66%
G 187 of 613 ~ 30.51%
B 189 of 613 ~ 30.83'%
#EDBBBD color CMYK value is (0,21,20,7).
CMYK: (0,21,20,7) C0M21Y20K7 (0%,21%,20%,7%) (0.00/0.21/0.20/0.07)
Color #EDBBBD in popluar color models
ED | BB | BD | |
---|---|---|---|
RGB | 237 | 187 | 189 |
HSL | 358° | 58.14% | 83.14% |
HSB/HSV | 358° | 21.10% | 92.94% |
CMYK | 0.00% | 21.10% | 20.25% |
7.06% |
Color #EDBBBD in popluar number systems.
HEX | ED | BB | BD |
Decimal | 237 | 187 | 189 |
Binary | 11101101 | 10111011 | 10111101 |
Octal | 355 | 273 | 275 |
Shades of #EDBBBD
Tints of #EDBBBD
Examples of css and html codes for elements with #EDBBBD color. Also use rgb(237,187,189) instead hex code.
.myTextColor { color: #EDBBBD; }
<p style="color:#EDBBBD">This sample text font color is #EDBBBD.</p>
This text font color is #EDBBBD.
.myBgColor { background-color: #EDBBBD; }
<div style="background-color:#EDBBBD">Inner text</div>
This div background color is #EDBBBD.
.myBorderColor { border: 1px solid #EDBBBD; }
<div style="border:3px solid #EDBBBD">Div</div>
This div border color is #EDBBBD.
.myOpacity80 { color: #EDBBBD; opacity: 0.8; }
<p style="color:#EDBBBD;opacity:0.8;">80%</p>
Text with #EDBBBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDBBBD;}
<p style="text-shadow: 3px 3px 1px #EDBBBD">Text here.</p>
This text has shadow with #EDBBBD color.
.textShadow {text-shadow: 3px 3px 1px #EDBBBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDBBBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDBBBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDBBBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDBBBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDBBBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDBBBD;
-webkit-box-shadow: 1px 1px 3px 2px #EDBBBD;
box-shadow: 1px 1px 3px 2px #EDBBBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDBBBD; -webkit-box-shadow: 1px 1px 3px 2px #EDBBBD; box-shadow:1px 1px 3px 2px #EDBBBD;">
Div content here
</div>
This text has color #EDBBBD on black background.
This text has color #EDBBBD on white background.
This text has black color on #EDBBBD background.
This text has white color on #EDBBBD background.
Complementary color for #hex is #124442.