HEX: #7687AB
RGB: (118,135,171)
#7687AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7687AB ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7687AB wird in RGB als (118,135,171) definiert.
RGB: (118,135,171)
(46%, 53%, 67%)
R 118 von 255 = 46%
G 135 von 255 = 53%
B 171 von 255 = 67%
R + G + B ~ 55%. #7687AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 135 + 171 = 424 (100%)
R 118 von 424 ~ 27.83%
G 135 von 424 ~ 31.84%
B 171 von 424 ~ 40.33'%
Die Farbe #7687AB wird in CMYK als (31,21,0,33) definiert.
CMYK: (31,21,0,33)
C31M21Y0K33 (31%, 21%, 0%, 33%)
(0.31 / 0.21 / 0.00 / 0.33)
Farbe #7687AB in den populären Farbmodellen.
76 | 87 | AB | |
---|---|---|---|
RGB | 118 | 135 | 171 |
HSL | 221° | 23.98% | 56.67% |
HSB/HSV | 221° | 30.99% | 67.06% |
CMYK | 30.99% | 21.05% | 0.00% |
32.94% |
Die Farbe #7687AB in den populären Zahlensystemen.
Hexadezimal | 76 | 87 | AB |
Dezimal | 118 | 135 | 171 |
Binär | 1110110 | 10000111 | 10101011 |
Oktal | 166 | 207 | 253 |
Dunkle Töne der Farbe #7687AB
Helle Töne der Farbe #7687AB
Beispiele css- und html für Elemente in der Farbe #7687AB. Bitte benutzen Sie auch rgb(118,135,171) statt hex-Code.
.myTextColor { color: #7687AB; }
<p style="color:#7687AB">This sample text font color is #7687AB.</p>
Die Farbe dieses Textes ist #7687AB.
.myBgColor { background-color: #7687AB; }
<div style="background-color:#7687AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7687AB.
.myBorderColor { border: 1px solid #7687AB; }
<div style="border:3px solid #7687AB">Div</div>
Die Grenzen von diesem div sind in Farbe #7687AB.
.myOpacity80 { color: #7687AB; opacity: 0.8; }
<p style="color:#7687AB;opacity:0.8;">80%</p>
Text in Farbe #7687AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7687AB;}
<p style="text-shadow: 3px 3px 1px #7687AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7687AB.
.textShadow {text-shadow: 3px 3px 1px #7687AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7687AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7687AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7687AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7687AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7687AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7687AB;
-webkit-box-shadow: 1px 1px 3px 2px #7687AB;
box-shadow: 1px 1px 3px 2px #7687AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7687AB; -webkit-box-shadow: 1px 1px 3px 2px #7687AB; box-shadow:1px 1px 3px 2px #7687AB;">
Div content here
</div>
Dieser Text ist in der Farbe #7687AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7687AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7687AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7687AB.
Kontrastfarbe für #hex ist #897854.