HEX: #EDABDD
RGB: (237,171,221)
#EDABDD contains mainly red and blue colors. #EDABDD ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.
#EDABDD color RGB value is (237,171,221).
RGB: (237,171,221)
(93%, 67%, 87%)
R 237 of 255 = 93%
G 171 of 255 = 67%
B 221 of 255 = 87%
R + G + B ~ 82%. #EDABDD is quite light color.
R + G + B = 237 + 171 + 221 = 629 (100%)
R 237 of 629 ~ 37.68%
G 171 of 629 ~ 27.19%
B 221 of 629 ~ 35.14'%
#EDABDD rengi CMYK tonu (0,28,7,7).
CMYK: (0,28,7,7)
C0M28Y7K7 (0%, 28%, 7%, 7%)
(0.00 / 0.28 / 0.07 / 0.07)
Color #EDABDD in popluar color models
ED | AB | DD | |
---|---|---|---|
RGB | 237 | 171 | 221 |
HSL | 315° | 64.71% | 80.00% |
HSB/HSV | 315° | 27.85% | 92.94% |
CMYK | 0.00% | 27.85% | 6.75% |
7.06% |
Color #EDABDD in popluar number systems.
HEX | ED | AB | DD |
Decimal | 237 | 171 | 221 |
Binary | 11101101 | 10101011 | 11011101 |
Octal | 355 | 253 | 335 |
Shades of #EDABDD
Tints of #EDABDD
Examples of css and html codes for elements with #EDABDD color. Also use rgb(237,171,221) instead hex code.
.myTextColor { color: #EDABDD; }
<p style="color:#EDABDD">This sample text font color is #EDABDD.</p>
This text font color is #EDABDD.
.myBgColor { background-color: #EDABDD; }
<div style="background-color:#EDABDD">Inner text</div>
This div background color is #EDABDD.
.myBorderColor { border: 1px solid #EDABDD; }
<div style="border:3px solid #EDABDD">Div</div>
This div border color is #EDABDD.
.myOpacity80 { color: #EDABDD; opacity: 0.8; }
<p style="color:#EDABDD;opacity:0.8;">80%</p>
Text with #EDABDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDABDD;}
<p style="text-shadow: 3px 3px 1px #EDABDD">Text here.</p>
This text has shadow with #EDABDD color.
.textShadow {text-shadow: 3px 3px 1px #EDABDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDABDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDABDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDABDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDABDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDABDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDABDD;
-webkit-box-shadow: 1px 1px 3px 2px #EDABDD;
box-shadow: 1px 1px 3px 2px #EDABDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDABDD; -webkit-box-shadow: 1px 1px 3px 2px #EDABDD; box-shadow:1px 1px 3px 2px #EDABDD;">
Div content here
</div>
This text has color #EDABDD on black background.
This text has color #EDABDD on white background.
This text has black color on #EDABDD background.
This text has white color on #EDABDD background.
Complementary color for #hex is #125422.