HEX: #87839D
RGB: (135,131,157)
#87839D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #87839D ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #87839D wird in RGB als (135,131,157) definiert.
RGB: (135,131,157) (53%,51%,62%)
R 135 von 255 = 53%
G 131 von 255 = 51%
B 157 von 255 = 62%
R + G + B ~ 55%. #87839D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 131 + 157 = 423 (100%)
R 135 von 423 ~ 31.91%
G 131 von 423 ~ 30.97%
B 157 von 423 ~ 37.12%
Die Farbe #87839D wird in CMYK als (14,17,0,38) definiert.
CMYK: (14,17,0,38) C14M17Y0K38 (14%,17%,0%,38%) (0.14/0.17/0.00/0.38)
87 | 83 | 9D | |
---|---|---|---|
RGB | 135 | 131 | 157 |
HSL | 249° | 11.71% | 56.47% |
HSB/HSV | 249° | 16.56% | 61.57% |
CMYK | 14.01% | 16.56% | 0.00% |
38.43% |
Hexadezimal | 87 | 83 | 9D |
Dezimal | 135 | 131 | 157 |
Binär | 10000111 | 10000011 | 10011101 |
Oktal | 207 | 203 | 235 |
Beispiele css- und html für Elemente in der Farbe #87839D. Bitte benutzen Sie auch rgb(135,131,157) statt hex-Code.
.myTextColor { color: #87839D; }
<p style="color:#87839D">This sample text font color is #87839D.</p>
Die Farbe dieses Textes ist #87839D.
.myBgColor { background-color: #87839D; }
<div style="background-color:#87839D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87839D.
.myBorderColor { border: 1px solid #87839D; }
<div style="border:3px solid #87839D">Div</div>
Die Grenzen von diesem div sind in Farbe #87839D.
.myOpacity80 { color: #87839D; opacity: 0.8; }
<p style="color:#87839D;opacity:0.8;">80%</p>
Text in Farbe #87839D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87839D;}
<p style="text-shadow: 3px 3px 1px #87839D">Text here.</p>
Dieser Text hat den Schatten in Farbe #87839D.
.textShadow {text-shadow: 3px 3px 1px #87839D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87839D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87839D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87839D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87839D, Direction=45, Strength=4)">Text</p>
This text has shadow with #87839D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87839D; -webkit-box-shadow: 1px 1px 3px 2px #87839D; box-shadow: 1px 1px 3px 2px #87839D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87839D; -webkit-box-shadow: 1px 1px 3px 2px #87839D; box-shadow:1px 1px 3px 2px #87839D;">
Div content here</div>
Dieser Text ist in der Farbe #87839D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87839D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87839D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87839D.