HEX: #7688BB
RGB: (118,136,187)
#7688BB enthält hauptsächlich grüne und blaue Farbe. Für #7688BB ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #7688BB wird in RGB als (118,136,187) definiert.
RGB: (118,136,187)
(46%, 53%, 73%)
R 118 von 255 = 46%
G 136 von 255 = 53%
B 187 von 255 = 73%
R + G + B ~ 57%. #7688BB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 136 + 187 = 441 (100%)
R 118 von 441 ~ 26.76%
G 136 von 441 ~ 30.84%
B 187 von 441 ~ 42.4'%
Die Farbe #7688BB wird in CMYK als (37,27,0,27) definiert.
CMYK: (37,27,0,27)
C37M27Y0K27 (37%, 27%, 0%, 27%)
(0.37 / 0.27 / 0.00 / 0.27)
Farbe #7688BB in den populären Farbmodellen.
76 | 88 | BB | |
---|---|---|---|
RGB | 118 | 136 | 187 |
HSL | 224° | 33.66% | 59.80% |
HSB/HSV | 224° | 36.90% | 73.33% |
CMYK | 36.90% | 27.27% | 0.00% |
26.67% |
Die Farbe #7688BB in den populären Zahlensystemen.
Hexadezimal | 76 | 88 | BB |
Dezimal | 118 | 136 | 187 |
Binär | 1110110 | 10001000 | 10111011 |
Oktal | 166 | 210 | 273 |
Dunkle Töne der Farbe #7688BB
Helle Töne der Farbe #7688BB
Beispiele css- und html für Elemente in der Farbe #7688BB. Bitte benutzen Sie auch rgb(118,136,187) statt hex-Code.
.myTextColor { color: #7688BB; }
<p style="color:#7688BB">This sample text font color is #7688BB.</p>
Die Farbe dieses Textes ist #7688BB.
.myBgColor { background-color: #7688BB; }
<div style="background-color:#7688BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7688BB.
.myBorderColor { border: 1px solid #7688BB; }
<div style="border:3px solid #7688BB">Div</div>
Die Grenzen von diesem div sind in Farbe #7688BB.
.myOpacity80 { color: #7688BB; opacity: 0.8; }
<p style="color:#7688BB;opacity:0.8;">80%</p>
Text in Farbe #7688BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7688BB;}
<p style="text-shadow: 3px 3px 1px #7688BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7688BB.
.textShadow {text-shadow: 3px 3px 1px #7688BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7688BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7688BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7688BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7688BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7688BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7688BB;
-webkit-box-shadow: 1px 1px 3px 2px #7688BB;
box-shadow: 1px 1px 3px 2px #7688BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7688BB; -webkit-box-shadow: 1px 1px 3px 2px #7688BB; box-shadow:1px 1px 3px 2px #7688BB;">
Div content here
</div>
Dieser Text ist in der Farbe #7688BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7688BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7688BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7688BB.
Kontrastfarbe für #hex ist #897744.