HEX: #6BCC9B
RGB: (107,204,155)
#6BCC9B enthält hauptsächlich grüne und blaue Farbe. Für #6BCC9B ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #6BCC9B wird in RGB als (107,204,155) definiert.
RGB: (107,204,155)
(42%, 80%, 61%)
R 107 von 255 = 42%
G 204 von 255 = 80%
B 155 von 255 = 61%
R + G + B ~ 61%. #6BCC9B ziemlich helle Farbe.
R + G + B = 107 + 204 + 155 = 466 (100%)
R 107 von 466 ~ 22.96%
G 204 von 466 ~ 43.78%
B 155 von 466 ~ 33.26'%
Die Farbe #6BCC9B wird in CMYK als (48,0,24,20) definiert.
CMYK: (48,0,24,20)
C48M0Y24K20 (48%, 0%, 24%, 20%)
(0.48 / 0.00 / 0.24 / 0.20)
Farbe #6BCC9B in den populären Farbmodellen.
6B | CC | 9B | |
---|---|---|---|
RGB | 107 | 204 | 155 |
HSL | 150° | 48.74% | 60.98% |
HSB/HSV | 150° | 47.55% | 80.00% |
CMYK | 47.55% | 0.00% | 24.02% |
20.00% |
Die Farbe #6BCC9B in den populären Zahlensystemen.
Hexadezimal | 6B | CC | 9B |
Dezimal | 107 | 204 | 155 |
Binär | 1101011 | 11001100 | 10011011 |
Oktal | 153 | 314 | 233 |
Dunkle Töne der Farbe #6BCC9B
Helle Töne der Farbe #6BCC9B
Beispiele css- und html für Elemente in der Farbe #6BCC9B. Bitte benutzen Sie auch rgb(107,204,155) statt hex-Code.
.myTextColor { color: #6BCC9B; }
<p style="color:#6BCC9B">This sample text font color is #6BCC9B.</p>
Die Farbe dieses Textes ist #6BCC9B.
.myBgColor { background-color: #6BCC9B; }
<div style="background-color:#6BCC9B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6BCC9B.
.myBorderColor { border: 1px solid #6BCC9B; }
<div style="border:3px solid #6BCC9B">Div</div>
Die Grenzen von diesem div sind in Farbe #6BCC9B.
.myOpacity80 { color: #6BCC9B; opacity: 0.8; }
<p style="color:#6BCC9B;opacity:0.8;">80%</p>
Text in Farbe #6BCC9B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6BCC9B;}
<p style="text-shadow: 3px 3px 1px #6BCC9B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6BCC9B.
.textShadow {text-shadow: 3px 3px 1px #6BCC9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6BCC9B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6BCC9B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6BCC9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6BCC9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6BCC9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6BCC9B;
-webkit-box-shadow: 1px 1px 3px 2px #6BCC9B;
box-shadow: 1px 1px 3px 2px #6BCC9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6BCC9B; -webkit-box-shadow: 1px 1px 3px 2px #6BCC9B; box-shadow:1px 1px 3px 2px #6BCC9B;">
Div content here
</div>
Dieser Text ist in der Farbe #6BCC9B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6BCC9B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6BCC9B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6BCC9B.
Kontrastfarbe für #hex ist #943364.