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