HEX: #6BC5AD
RGB: (107,197,173)
#6BC5AD enthält hauptsächlich grüne und blaue Farbe. Für #6BC5AD ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #6BC5AD wird in RGB als (107,197,173) definiert.
RGB: (107,197,173) (42%,77%,68%)
R 107 von 255 = 42%
G 197 von 255 = 77%
B 173 von 255 = 68%
R + G + B ~ 62%. #6BC5AD ziemlich helle Farbe.
R + G + B =
107 + 197 + 173 = 477 (100%)
R 107 von 477 ~ 22.43%
G 197 von 477 ~ 41.3%
B 173 von 477 ~ 36.27%
Die Farbe #6BC5AD wird in CMYK als (46,0,12,23) definiert.
CMYK: (46,0,12,23) C46M0Y12K23 (46%,0%,12%,23%) (0.46/0.00/0.12/0.23)
6B | C5 | AD | |
---|---|---|---|
RGB | 107 | 197 | 173 |
HSL | 164° | 43.69% | 59.61% |
HSB/HSV | 164° | 45.69% | 77.25% |
CMYK | 45.69% | 0.00% | 12.18% |
22.75% |
Hexadezimal | 6B | C5 | AD |
Dezimal | 107 | 197 | 173 |
Binär | 1101011 | 11000101 | 10101101 |
Oktal | 153 | 305 | 255 |
Beispiele css- und html für Elemente in der Farbe #6BC5AD. Bitte benutzen Sie auch rgb(107,197,173) statt hex-Code.
.myTextColor { color: #6BC5AD; }
<p style="color:#6BC5AD">This sample text font color is #6BC5AD.</p>
Die Farbe dieses Textes ist #6BC5AD.
.myBgColor { background-color: #6BC5AD; }
<div style="background-color:#6BC5AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6BC5AD.
.myBorderColor { border: 1px solid #6BC5AD; }
<div style="border:3px solid #6BC5AD">Div</div>
Die Grenzen von diesem div sind in Farbe #6BC5AD.
.myOpacity80 { color: #6BC5AD; opacity: 0.8; }
<p style="color:#6BC5AD;opacity:0.8;">80%</p>
Text in Farbe #6BC5AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6BC5AD;}
<p style="text-shadow: 3px 3px 1px #6BC5AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #6BC5AD.
.textShadow {text-shadow: 3px 3px 1px #6BC5AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6BC5AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6BC5AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6BC5AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6BC5AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6BC5AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6BC5AD; -webkit-box-shadow: 1px 1px 3px 2px #6BC5AD; box-shadow: 1px 1px 3px 2px #6BC5AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6BC5AD; -webkit-box-shadow: 1px 1px 3px 2px #6BC5AD; box-shadow:1px 1px 3px 2px #6BC5AD;">
Div content here</div>
Dieser Text ist in der Farbe #6BC5AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6BC5AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6BC5AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6BC5AD.