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