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