HEX: #8C697E
RGB: (140,105,126)
#8C697E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8C697E ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #8C697E wird in RGB als (140,105,126) definiert.
RGB: (140,105,126)
(55%, 41%, 49%)
R 140 von 255 = 55%
G 105 von 255 = 41%
B 126 von 255 = 49%
R + G + B ~ 48%. #8C697E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 140 + 105 + 126 = 371 (100%)
R 140 von 371 ~ 37.74%
G 105 von 371 ~ 28.3%
B 126 von 371 ~ 33.96'%
Die Farbe #8C697E wird in CMYK als (0,25,10,45) definiert.
CMYK: (0,25,10,45)
C0M25Y10K45 (0%, 25%, 10%, 45%)
(0.00 / 0.25 / 0.10 / 0.45)
Farbe #8C697E in den populären Farbmodellen.
8C | 69 | 7E | |
---|---|---|---|
RGB | 140 | 105 | 126 |
HSL | 324° | 14.29% | 48.04% |
HSB/HSV | 324° | 25.00% | 54.90% |
CMYK | 0.00% | 25.00% | 10.00% |
45.10% |
Die Farbe #8C697E in den populären Zahlensystemen.
Hexadezimal | 8C | 69 | 7E |
Dezimal | 140 | 105 | 126 |
Binär | 10001100 | 1101001 | 1111110 |
Oktal | 214 | 151 | 176 |
Dunkle Töne der Farbe #8C697E
Helle Töne der Farbe #8C697E
Beispiele css- und html für Elemente in der Farbe #8C697E. Bitte benutzen Sie auch rgb(140,105,126) statt hex-Code.
.myTextColor { color: #8C697E; }
<p style="color:#8C697E">This sample text font color is #8C697E.</p>
Die Farbe dieses Textes ist #8C697E.
.myBgColor { background-color: #8C697E; }
<div style="background-color:#8C697E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8C697E.
.myBorderColor { border: 1px solid #8C697E; }
<div style="border:3px solid #8C697E">Div</div>
Die Grenzen von diesem div sind in Farbe #8C697E.
.myOpacity80 { color: #8C697E; opacity: 0.8; }
<p style="color:#8C697E;opacity:0.8;">80%</p>
Text in Farbe #8C697E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8C697E;}
<p style="text-shadow: 3px 3px 1px #8C697E">Text here.</p>
Dieser Text hat den Schatten in Farbe #8C697E.
.textShadow {text-shadow: 3px 3px 1px #8C697E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8C697E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8C697E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C697E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8C697E, Direction=45, Strength=4)">Text</p>
This text has shadow with #8C697E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8C697E;
-webkit-box-shadow: 1px 1px 3px 2px #8C697E;
box-shadow: 1px 1px 3px 2px #8C697E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C697E; -webkit-box-shadow: 1px 1px 3px 2px #8C697E; box-shadow:1px 1px 3px 2px #8C697E;">
Div content here
</div>
Dieser Text ist in der Farbe #8C697E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8C697E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8C697E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8C697E.
Kontrastfarbe für #hex ist #739681.