HEX: #9E768B
RGB: (158,118,139)
#9E768B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9E768B ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9E768B wird in RGB als (158,118,139) definiert.
RGB: (158,118,139) (62%,46%,55%)
R 158 von 255 = 62%
G 118 von 255 = 46%
B 139 von 255 = 55%
R + G + B ~ 54%. #9E768B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
158 + 118 + 139 = 415 (100%)
R 158 von 415 ~ 38.07%
G 118 von 415 ~ 28.43%
B 139 von 415 ~ 33.49%
Die Farbe #9E768B wird in CMYK als (0,25,12,38) definiert.
CMYK: (0,25,12,38) C0M25Y12K38 (0%,25%,12%,38%) (0.00/0.25/0.12/0.38)
9E | 76 | 8B | |
---|---|---|---|
RGB | 158 | 118 | 139 |
HSL | 329° | 17.09% | 54.12% |
HSB/HSV | 329° | 25.32% | 61.96% |
CMYK | 0.00% | 25.32% | 12.03% |
38.04% |
Hexadezimal | 9E | 76 | 8B |
Dezimal | 158 | 118 | 139 |
Binär | 10011110 | 1110110 | 10001011 |
Oktal | 236 | 166 | 213 |
Beispiele css- und html für Elemente in der Farbe #9E768B. Bitte benutzen Sie auch rgb(158,118,139) statt hex-Code.
.myTextColor { color: #9E768B; }
<p style="color:#9E768B">This sample text font color is #9E768B.</p>
Die Farbe dieses Textes ist #9E768B.
.myBgColor { background-color: #9E768B; }
<div style="background-color:#9E768B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9E768B.
.myBorderColor { border: 1px solid #9E768B; }
<div style="border:3px solid #9E768B">Div</div>
Die Grenzen von diesem div sind in Farbe #9E768B.
.myOpacity80 { color: #9E768B; opacity: 0.8; }
<p style="color:#9E768B;opacity:0.8;">80%</p>
Text in Farbe #9E768B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9E768B;}
<p style="text-shadow: 3px 3px 1px #9E768B">Text here.</p>
Dieser Text hat den Schatten in Farbe #9E768B.
.textShadow {text-shadow: 3px 3px 1px #9E768B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9E768B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9E768B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E768B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9E768B, Direction=45, Strength=4)">Text</p>
This text has shadow with #9E768B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9E768B; -webkit-box-shadow: 1px 1px 3px 2px #9E768B; box-shadow: 1px 1px 3px 2px #9E768B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9E768B; -webkit-box-shadow: 1px 1px 3px 2px #9E768B; box-shadow:1px 1px 3px 2px #9E768B;">
Div content here</div>
Dieser Text ist in der Farbe #9E768B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9E768B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9E768B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9E768B.