HEX: #E7989D
RGB: (231,152,157)
#E7989D enthält hauptsächlich rote Farbe. Für #E7989D ist eine «websichere» Webfarbe #FF9999 (oder kurz #F99).
Die Farbe #E7989D wird in RGB als (231,152,157) definiert.
RGB: (231,152,157)
(91%, 60%, 62%)
R 231 von 255 = 91%
G 152 von 255 = 60%
B 157 von 255 = 62%
R + G + B ~ 71%. #E7989D ziemlich helle Farbe.
R + G + B = 231 + 152 + 157 = 540 (100%)
R 231 von 540 ~ 42.78%
G 152 von 540 ~ 28.15%
B 157 von 540 ~ 29.07'%
Die Farbe #E7989D wird in CMYK als (0,34,32,9) definiert.
CMYK: (0,34,32,9) C0M34Y32K9 (0%,34%,32%,9%) (0.00/0.34/0.32/0.09)
Farbe #E7989D in den populären Farbmodellen.
E7 | 98 | 9D | |
---|---|---|---|
RGB | 231 | 152 | 157 |
HSL | 356° | 62.20% | 75.10% |
HSB/HSV | 356° | 34.20% | 90.59% |
CMYK | 0.00% | 34.20% | 32.03% |
9.41% |
Die Farbe #E7989D in den populären Zahlensystemen.
Hexadezimal | E7 | 98 | 9D |
Dezimal | 231 | 152 | 157 |
Binär | 11100111 | 10011000 | 10011101 |
Oktal | 347 | 230 | 235 |
Beispiele css- und html für Elemente in der Farbe #E7989D. Bitte benutzen Sie auch rgb(231,152,157) statt hex-Code.
.myTextColor { color: #E7989D; }
<p style="color:#E7989D">This sample text font color is #E7989D.</p>
Die Farbe dieses Textes ist #E7989D.
.myBgColor { background-color: #E7989D; }
<div style="background-color:#E7989D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7989D.
.myBorderColor { border: 1px solid #E7989D; }
<div style="border:3px solid #E7989D">Div</div>
Die Grenzen von diesem div sind in Farbe #E7989D.
.myOpacity80 { color: #E7989D; opacity: 0.8; }
<p style="color:#E7989D;opacity:0.8;">80%</p>
Text in Farbe #E7989D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7989D;}
<p style="text-shadow: 3px 3px 1px #E7989D">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7989D.
.textShadow {text-shadow: 3px 3px 1px #E7989D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7989D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7989D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7989D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7989D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7989D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E7989D; -webkit-box-shadow: 1px 1px 3px 2px #E7989D; box-shadow: 1px 1px 3px 2px #E7989D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7989D; -webkit-box-shadow: 1px 1px 3px 2px #E7989D; box-shadow:1px 1px 3px 2px #E7989D;">
Div content here</div>
Dieser Text ist in der Farbe #E7989D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7989D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7989D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7989D.