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