HEX: #7693AC
RGB: (118,147,172)
#7693AC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7693AC ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7693AC wird in RGB als (118,147,172) definiert.
RGB: (118,147,172) (46%,58%,67%)
R 118 von 255 = 46%
G 147 von 255 = 58%
B 172 von 255 = 67%
R + G + B ~ 57%. #7693AC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 147 + 172 = 437 (100%)
R 118 von 437 ~ 27%
G 147 von 437 ~ 33.64%
B 172 von 437 ~ 39.36%
Die Farbe #7693AC wird in CMYK als (31,15,0,33) definiert.
CMYK: (31,15,0,33) C31M15Y0K33 (31%,15%,0%,33%) (0.31/0.15/0.00/0.33)
76 | 93 | AC | |
---|---|---|---|
RGB | 118 | 147 | 172 |
HSL | 208° | 24.55% | 56.86% |
HSB/HSV | 208° | 31.40% | 67.45% |
CMYK | 31.40% | 14.53% | 0.00% |
32.55% |
Hexadezimal | 76 | 93 | AC |
Dezimal | 118 | 147 | 172 |
Binär | 1110110 | 10010011 | 10101100 |
Oktal | 166 | 223 | 254 |
Beispiele css- und html für Elemente in der Farbe #7693AC. Bitte benutzen Sie auch rgb(118,147,172) statt hex-Code.
.myTextColor { color: #7693AC; }
<p style="color:#7693AC">This sample text font color is #7693AC.</p>
Die Farbe dieses Textes ist #7693AC.
.myBgColor { background-color: #7693AC; }
<div style="background-color:#7693AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7693AC.
.myBorderColor { border: 1px solid #7693AC; }
<div style="border:3px solid #7693AC">Div</div>
Die Grenzen von diesem div sind in Farbe #7693AC.
.myOpacity80 { color: #7693AC; opacity: 0.8; }
<p style="color:#7693AC;opacity:0.8;">80%</p>
Text in Farbe #7693AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7693AC;}
<p style="text-shadow: 3px 3px 1px #7693AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #7693AC.
.textShadow {text-shadow: 3px 3px 1px #7693AC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7693AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7693AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7693AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7693AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7693AC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7693AC; -webkit-box-shadow: 1px 1px 3px 2px #7693AC; box-shadow: 1px 1px 3px 2px #7693AC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7693AC; -webkit-box-shadow: 1px 1px 3px 2px #7693AC; box-shadow:1px 1px 3px 2px #7693AC;">
Div content here</div>
Dieser Text ist in der Farbe #7693AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7693AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7693AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7693AC.