HEX: #6AB0AD
RGB: (106,176,173)
#6AB0AD enthält hauptsächlich grüne und blaue Farbe. Für #6AB0AD ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6AB0AD wird in RGB als (106,176,173) definiert.
RGB: (106,176,173) (42%,69%,68%)
R 106 von 255 = 42%
G 176 von 255 = 69%
B 173 von 255 = 68%
R + G + B ~ 60%. #6AB0AD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
106 + 176 + 173 = 455 (100%)
R 106 von 455 ~ 23.3%
G 176 von 455 ~ 38.68%
B 173 von 455 ~ 38.02%
Die Farbe #6AB0AD wird in CMYK als (40,0,2,31) definiert.
CMYK: (40,0,2,31) C40M0Y2K31 (40%,0%,2%,31%) (0.40/0.00/0.02/0.31)
6A | B0 | AD | |
---|---|---|---|
RGB | 106 | 176 | 173 |
HSL | 177° | 30.70% | 55.29% |
HSB/HSV | 177° | 39.77% | 69.02% |
CMYK | 39.77% | 0.00% | 1.70% |
30.98% |
Hexadezimal | 6A | B0 | AD |
Dezimal | 106 | 176 | 173 |
Binär | 1101010 | 10110000 | 10101101 |
Oktal | 152 | 260 | 255 |
Beispiele css- und html für Elemente in der Farbe #6AB0AD. Bitte benutzen Sie auch rgb(106,176,173) statt hex-Code.
.myTextColor { color: #6AB0AD; }
<p style="color:#6AB0AD">This sample text font color is #6AB0AD.</p>
Die Farbe dieses Textes ist #6AB0AD.
.myBgColor { background-color: #6AB0AD; }
<div style="background-color:#6AB0AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6AB0AD.
.myBorderColor { border: 1px solid #6AB0AD; }
<div style="border:3px solid #6AB0AD">Div</div>
Die Grenzen von diesem div sind in Farbe #6AB0AD.
.myOpacity80 { color: #6AB0AD; opacity: 0.8; }
<p style="color:#6AB0AD;opacity:0.8;">80%</p>
Text in Farbe #6AB0AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6AB0AD;}
<p style="text-shadow: 3px 3px 1px #6AB0AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #6AB0AD.
.textShadow {text-shadow: 3px 3px 1px #6AB0AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6AB0AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6AB0AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6AB0AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6AB0AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6AB0AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6AB0AD; -webkit-box-shadow: 1px 1px 3px 2px #6AB0AD; box-shadow: 1px 1px 3px 2px #6AB0AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6AB0AD; -webkit-box-shadow: 1px 1px 3px 2px #6AB0AD; box-shadow:1px 1px 3px 2px #6AB0AD;">
Div content here</div>
Dieser Text ist in der Farbe #6AB0AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6AB0AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6AB0AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6AB0AD.