HEX: #EDB9DE
RGB: (237,185,222)
#EDB9DE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDB9DE ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EDB9DE wird in RGB als (237,185,222) definiert.
RGB: (237,185,222) (93%,73%,87%)
R 237 von 255 = 93%
G 185 von 255 = 73%
B 222 von 255 = 87%
R + G + B ~ 84%. #EDB9DE ziemlich helle Farbe.
R + G + B =
237 + 185 + 222 = 644 (100%)
R 237 von 644 ~ 36.8%
G 185 von 644 ~ 28.73%
B 222 von 644 ~ 34.47%
Die Farbe #EDB9DE wird in CMYK als (0,22,6,7) definiert.
CMYK: (0,22,6,7) C0M22Y6K7 (0%,22%,6%,7%) (0.00/0.22/0.06/0.07)
ED | B9 | DE | |
---|---|---|---|
RGB | 237 | 185 | 222 |
HSL | 317° | 59.09% | 82.75% |
HSB/HSV | 317° | 21.94% | 92.94% |
CMYK | 0.00% | 21.94% | 6.33% |
7.06% |
Hexadezimal | ED | B9 | DE |
Dezimal | 237 | 185 | 222 |
Binär | 11101101 | 10111001 | 11011110 |
Oktal | 355 | 271 | 336 |
Beispiele css- und html für Elemente in der Farbe #EDB9DE. Bitte benutzen Sie auch rgb(237,185,222) statt hex-Code.
.myTextColor { color: #EDB9DE; }
<p style="color:#EDB9DE">This sample text font color is #EDB9DE.</p>
Die Farbe dieses Textes ist #EDB9DE.
.myBgColor { background-color: #EDB9DE; }
<div style="background-color:#EDB9DE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDB9DE.
.myBorderColor { border: 1px solid #EDB9DE; }
<div style="border:3px solid #EDB9DE">Div</div>
Die Grenzen von diesem div sind in Farbe #EDB9DE.
.myOpacity80 { color: #EDB9DE; opacity: 0.8; }
<p style="color:#EDB9DE;opacity:0.8;">80%</p>
Text in Farbe #EDB9DE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB9DE;}
<p style="text-shadow: 3px 3px 1px #EDB9DE">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDB9DE.
.textShadow {text-shadow: 3px 3px 1px #EDB9DE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB9DE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDB9DE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB9DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB9DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB9DE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDB9DE; -webkit-box-shadow: 1px 1px 3px 2px #EDB9DE; box-shadow: 1px 1px 3px 2px #EDB9DE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDB9DE; -webkit-box-shadow: 1px 1px 3px 2px #EDB9DE; box-shadow:1px 1px 3px 2px #EDB9DE;">
Div content here</div>
Dieser Text ist in der Farbe #EDB9DE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDB9DE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDB9DE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDB9DE.