HEX: #6E997D
RGB: (110,153,125)
#6E997D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6E997D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6E997D wird in RGB als (110,153,125) definiert.
RGB: (110,153,125)
(43%, 60%, 49%)
R 110 von 255 = 43%
G 153 von 255 = 60%
B 125 von 255 = 49%
R + G + B ~ 51%. #6E997D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 153 + 125 = 388 (100%)
R 110 von 388 ~ 28.35%
G 153 von 388 ~ 39.43%
B 125 von 388 ~ 32.22'%
Die Farbe #6E997D wird in CMYK als (28,0,18,40) definiert.
CMYK: (28,0,18,40) C28M0Y18K40 (28%,0%,18%,40%) (0.28/0.00/0.18/0.40)
Farbe #6E997D in den populären Farbmodellen.
6E | 99 | 7D | |
---|---|---|---|
RGB | 110 | 153 | 125 |
HSL | 141° | 17.41% | 51.57% |
HSB/HSV | 141° | 28.10% | 60.00% |
CMYK | 28.10% | 0.00% | 18.30% |
40.00% |
Die Farbe #6E997D in den populären Zahlensystemen.
Hexadezimal | 6E | 99 | 7D |
Dezimal | 110 | 153 | 125 |
Binär | 1101110 | 10011001 | 1111101 |
Oktal | 156 | 231 | 175 |
Dunkle Töne der Farbe #6E997D
Helle Töne der Farbe #6E997D
Beispiele css- und html für Elemente in der Farbe #6E997D. Bitte benutzen Sie auch rgb(110,153,125) statt hex-Code.
.myTextColor { color: #6E997D; }
<p style="color:#6E997D">This sample text font color is #6E997D.</p>
Die Farbe dieses Textes ist #6E997D.
.myBgColor { background-color: #6E997D; }
<div style="background-color:#6E997D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E997D.
.myBorderColor { border: 1px solid #6E997D; }
<div style="border:3px solid #6E997D">Div</div>
Die Grenzen von diesem div sind in Farbe #6E997D.
.myOpacity80 { color: #6E997D; opacity: 0.8; }
<p style="color:#6E997D;opacity:0.8;">80%</p>
Text in Farbe #6E997D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E997D;}
<p style="text-shadow: 3px 3px 1px #6E997D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E997D.
.textShadow {text-shadow: 3px 3px 1px #6E997D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E997D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E997D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E997D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E997D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E997D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E997D;
-webkit-box-shadow: 1px 1px 3px 2px #6E997D;
box-shadow: 1px 1px 3px 2px #6E997D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E997D; -webkit-box-shadow: 1px 1px 3px 2px #6E997D; box-shadow:1px 1px 3px 2px #6E997D;">
Div content here
</div>
Dieser Text ist in der Farbe #6E997D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E997D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E997D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E997D.
Kontrastfarbe für #hex ist #916682.