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