HEX: #6CB496
RGB: (108,180,150)
#6CB496 enthält hauptsächlich grüne und blaue Farbe. Für #6CB496 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #6CB496 wird in RGB als (108,180,150) definiert.
RGB: (108,180,150) (42%,71%,59%)
R 108 von 255 = 42%
G 180 von 255 = 71%
B 150 von 255 = 59%
R + G + B ~ 57%. #6CB496 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 180 + 150 = 438 (100%)
R 108 von 438 ~ 24.66%
G 180 von 438 ~ 41.1%
B 150 von 438 ~ 34.25%
Die Farbe #6CB496 wird in CMYK als (40,0,17,29) definiert.
CMYK: (40,0,17,29) C40M0Y17K29 (40%,0%,17%,29%) (0.40/0.00/0.17/0.29)
6C | B4 | 96 | |
---|---|---|---|
RGB | 108 | 180 | 150 |
HSL | 155° | 32.43% | 56.47% |
HSB/HSV | 155° | 40.00% | 70.59% |
CMYK | 40.00% | 0.00% | 16.67% |
29.41% |
Hexadezimal | 6C | B4 | 96 |
Dezimal | 108 | 180 | 150 |
Binär | 1101100 | 10110100 | 10010110 |
Oktal | 154 | 264 | 226 |
Beispiele css- und html für Elemente in der Farbe #6CB496. Bitte benutzen Sie auch rgb(108,180,150) statt hex-Code.
.myTextColor { color: #6CB496; }
<p style="color:#6CB496">This sample text font color is #6CB496.</p>
Die Farbe dieses Textes ist #6CB496.
.myBgColor { background-color: #6CB496; }
<div style="background-color:#6CB496">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6CB496.
.myBorderColor { border: 1px solid #6CB496; }
<div style="border:3px solid #6CB496">Div</div>
Die Grenzen von diesem div sind in Farbe #6CB496.
.myOpacity80 { color: #6CB496; opacity: 0.8; }
<p style="color:#6CB496;opacity:0.8;">80%</p>
Text in Farbe #6CB496 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6CB496;}
<p style="text-shadow: 3px 3px 1px #6CB496">Text here.</p>
Dieser Text hat den Schatten in Farbe #6CB496.
.textShadow {text-shadow: 3px 3px 1px #6CB496, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6CB496, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6CB496 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CB496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6CB496, Direction=45, Strength=4)">Text</p>
This text has shadow with #6CB496 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6CB496; -webkit-box-shadow: 1px 1px 3px 2px #6CB496; box-shadow: 1px 1px 3px 2px #6CB496; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6CB496; -webkit-box-shadow: 1px 1px 3px 2px #6CB496; box-shadow:1px 1px 3px 2px #6CB496;">
Div content here</div>
Dieser Text ist in der Farbe #6CB496 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6CB496 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6CB496.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6CB496.