HEX: #C6969B
RGB: (198,150,155)
#C6969B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6969B ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C6969B wird in RGB als (198,150,155) definiert.
RGB: (198,150,155)
(78%, 59%, 61%)
R 198 von 255 = 78%
G 150 von 255 = 59%
B 155 von 255 = 61%
R + G + B ~ 66%. #C6969B ziemlich helle Farbe.
R + G + B = 198 + 150 + 155 = 503 (100%)
R 198 von 503 ~ 39.36%
G 150 von 503 ~ 29.82%
B 155 von 503 ~ 30.82'%
Die Farbe #C6969B wird in CMYK als (0,24,22,22) definiert.
CMYK: (0,24,22,22)
C0M24Y22K22 (0%, 24%, 22%, 22%)
(0.00 / 0.24 / 0.22 / 0.22)
Farbe #C6969B in den populären Farbmodellen.
C6 | 96 | 9B | |
---|---|---|---|
RGB | 198 | 150 | 155 |
HSL | 354° | 29.63% | 68.24% |
HSB/HSV | 354° | 24.24% | 77.65% |
CMYK | 0.00% | 24.24% | 21.72% |
22.35% |
Die Farbe #C6969B in den populären Zahlensystemen.
Hexadezimal | C6 | 96 | 9B |
Dezimal | 198 | 150 | 155 |
Binär | 11000110 | 10010110 | 10011011 |
Oktal | 306 | 226 | 233 |
Dunkle Töne der Farbe #C6969B
Helle Töne der Farbe #C6969B
Beispiele css- und html für Elemente in der Farbe #C6969B. Bitte benutzen Sie auch rgb(198,150,155) statt hex-Code.
.myTextColor { color: #C6969B; }
<p style="color:#C6969B">This sample text font color is #C6969B.</p>
Die Farbe dieses Textes ist #C6969B.
.myBgColor { background-color: #C6969B; }
<div style="background-color:#C6969B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6969B.
.myBorderColor { border: 1px solid #C6969B; }
<div style="border:3px solid #C6969B">Div</div>
Die Grenzen von diesem div sind in Farbe #C6969B.
.myOpacity80 { color: #C6969B; opacity: 0.8; }
<p style="color:#C6969B;opacity:0.8;">80%</p>
Text in Farbe #C6969B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6969B;}
<p style="text-shadow: 3px 3px 1px #C6969B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6969B.
.textShadow {text-shadow: 3px 3px 1px #C6969B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6969B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6969B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6969B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6969B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6969B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6969B;
-webkit-box-shadow: 1px 1px 3px 2px #C6969B;
box-shadow: 1px 1px 3px 2px #C6969B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6969B; -webkit-box-shadow: 1px 1px 3px 2px #C6969B; box-shadow:1px 1px 3px 2px #C6969B;">
Div content here
</div>
Dieser Text ist in der Farbe #C6969B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6969B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6969B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6969B.
Kontrastfarbe für #C6969B ist #396964.