HEX: #ED9DBB
RGB: (237,157,187)
#ED9DBB enthält hauptsächlich rote und blaue Farbe. Für #ED9DBB ist eine «websichere» Webfarbe #FF99CC (oder kurz #F9C).
Die Farbe #ED9DBB wird in RGB als (237,157,187) definiert.
RGB: (237,157,187) (93%,62%,73%)
R 237 von 255 = 93%
G 157 von 255 = 62%
B 187 von 255 = 73%
R + G + B ~ 76%. #ED9DBB ziemlich helle Farbe.
R + G + B =
237 + 157 + 187 = 581 (100%)
R 237 von 581 ~ 40.79%
G 157 von 581 ~ 27.02%
B 187 von 581 ~ 32.19%
Die Farbe #ED9DBB wird in CMYK als (0,34,21,7) definiert.
CMYK: (0,34,21,7) C0M34Y21K7 (0%,34%,21%,7%) (0.00/0.34/0.21/0.07)
ED | 9D | BB | |
---|---|---|---|
RGB | 237 | 157 | 187 |
HSL | 338° | 68.97% | 77.25% |
HSB/HSV | 338° | 33.76% | 92.94% |
CMYK | 0.00% | 33.76% | 21.10% |
7.06% |
Hexadezimal | ED | 9D | BB |
Dezimal | 237 | 157 | 187 |
Binär | 11101101 | 10011101 | 10111011 |
Oktal | 355 | 235 | 273 |
Beispiele css- und html für Elemente in der Farbe #ED9DBB. Bitte benutzen Sie auch rgb(237,157,187) statt hex-Code.
.myTextColor { color: #ED9DBB; }
<p style="color:#ED9DBB">This sample text font color is #ED9DBB.</p>
Die Farbe dieses Textes ist #ED9DBB.
.myBgColor { background-color: #ED9DBB; }
<div style="background-color:#ED9DBB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED9DBB.
.myBorderColor { border: 1px solid #ED9DBB; }
<div style="border:3px solid #ED9DBB">Div</div>
Die Grenzen von diesem div sind in Farbe #ED9DBB.
.myOpacity80 { color: #ED9DBB; opacity: 0.8; }
<p style="color:#ED9DBB;opacity:0.8;">80%</p>
Text in Farbe #ED9DBB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED9DBB;}
<p style="text-shadow: 3px 3px 1px #ED9DBB">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED9DBB.
.textShadow {text-shadow: 3px 3px 1px #ED9DBB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED9DBB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED9DBB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED9DBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED9DBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED9DBB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ED9DBB; -webkit-box-shadow: 1px 1px 3px 2px #ED9DBB; box-shadow: 1px 1px 3px 2px #ED9DBB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ED9DBB; -webkit-box-shadow: 1px 1px 3px 2px #ED9DBB; box-shadow:1px 1px 3px 2px #ED9DBB;">
Div content here</div>
Dieser Text ist in der Farbe #ED9DBB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED9DBB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED9DBB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED9DBB.