HEX: #C6CB9B
RGB: (198,203,155)
#C6CB9B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6CB9B ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C6CB9B wird in RGB als (198,203,155) definiert.
RGB: (198,203,155) (78%,80%,61%)
R 198 von 255 = 78%
G 203 von 255 = 80%
B 155 von 255 = 61%
R + G + B ~ 73%. #C6CB9B ziemlich helle Farbe.
R + G + B =
198 + 203 + 155 = 556 (100%)
R 198 von 556 ~ 35.61%
G 203 von 556 ~ 36.51%
B 155 von 556 ~ 27.88%
Die Farbe #C6CB9B wird in CMYK als (2,0,24,20) definiert.
CMYK: (2,0,24,20) C2M0Y24K20 (2%,0%,24%,20%) (0.02/0.00/0.24/0.20)
C6 | CB | 9B | |
---|---|---|---|
RGB | 198 | 203 | 155 |
HSL | 66° | 31.58% | 70.20% |
HSB/HSV | 66° | 23.65% | 79.61% |
CMYK | 2.46% | 0.00% | 23.65% |
20.39% |
Hexadezimal | C6 | CB | 9B |
Dezimal | 198 | 203 | 155 |
Binär | 11000110 | 11001011 | 10011011 |
Oktal | 306 | 313 | 233 |
Beispiele css- und html für Elemente in der Farbe #C6CB9B. Bitte benutzen Sie auch rgb(198,203,155) statt hex-Code.
.myTextColor { color: #C6CB9B; }
<p style="color:#C6CB9B">This sample text font color is #C6CB9B.</p>
Die Farbe dieses Textes ist #C6CB9B.
.myBgColor { background-color: #C6CB9B; }
<div style="background-color:#C6CB9B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6CB9B.
.myBorderColor { border: 1px solid #C6CB9B; }
<div style="border:3px solid #C6CB9B">Div</div>
Die Grenzen von diesem div sind in Farbe #C6CB9B.
.myOpacity80 { color: #C6CB9B; opacity: 0.8; }
<p style="color:#C6CB9B;opacity:0.8;">80%</p>
Text in Farbe #C6CB9B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6CB9B;}
<p style="text-shadow: 3px 3px 1px #C6CB9B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6CB9B.
.textShadow {text-shadow: 3px 3px 1px #C6CB9B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6CB9B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6CB9B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6CB9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6CB9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6CB9B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6CB9B; -webkit-box-shadow: 1px 1px 3px 2px #C6CB9B; box-shadow: 1px 1px 3px 2px #C6CB9B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6CB9B; -webkit-box-shadow: 1px 1px 3px 2px #C6CB9B; box-shadow:1px 1px 3px 2px #C6CB9B;">
Div content here</div>
Dieser Text ist in der Farbe #C6CB9B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6CB9B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6CB9B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6CB9B.