HEX: #C6AADB
RGB: (198,170,219)
#C6AADB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6AADB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C6AADB wird in RGB als (198,170,219) definiert.
RGB: (198,170,219)
(78%, 67%, 86%)
R 198 von 255 = 78%
G 170 von 255 = 67%
B 219 von 255 = 86%
R + G + B ~ 77%. #C6AADB ziemlich helle Farbe.
R + G + B = 198 + 170 + 219 = 587 (100%)
R 198 von 587 ~ 33.73%
G 170 von 587 ~ 28.96%
B 219 von 587 ~ 37.31'%
Die Farbe #C6AADB wird in CMYK als (10,22,0,14) definiert.
CMYK: (10,22,0,14)
C10M22Y0K14 (10%, 22%, 0%, 14%)
(0.10 / 0.22 / 0.00 / 0.14)
Farbe #C6AADB in den populären Farbmodellen.
C6 | AA | DB | |
---|---|---|---|
RGB | 198 | 170 | 219 |
HSL | 274° | 40.50% | 76.27% |
HSB/HSV | 274° | 22.37% | 85.88% |
CMYK | 9.59% | 22.37% | 0.00% |
14.12% |
Die Farbe #C6AADB in den populären Zahlensystemen.
Hexadezimal | C6 | AA | DB |
Dezimal | 198 | 170 | 219 |
Binär | 11000110 | 10101010 | 11011011 |
Oktal | 306 | 252 | 333 |
Dunkle Töne der Farbe #C6AADB
Helle Töne der Farbe #C6AADB
Beispiele css- und html für Elemente in der Farbe #C6AADB. Bitte benutzen Sie auch rgb(198,170,219) statt hex-Code.
.myTextColor { color: #C6AADB; }
<p style="color:#C6AADB">This sample text font color is #C6AADB.</p>
Die Farbe dieses Textes ist #C6AADB.
.myBgColor { background-color: #C6AADB; }
<div style="background-color:#C6AADB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6AADB.
.myBorderColor { border: 1px solid #C6AADB; }
<div style="border:3px solid #C6AADB">Div</div>
Die Grenzen von diesem div sind in Farbe #C6AADB.
.myOpacity80 { color: #C6AADB; opacity: 0.8; }
<p style="color:#C6AADB;opacity:0.8;">80%</p>
Text in Farbe #C6AADB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6AADB;}
<p style="text-shadow: 3px 3px 1px #C6AADB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6AADB.
.textShadow {text-shadow: 3px 3px 1px #C6AADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6AADB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6AADB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6AADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6AADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6AADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6AADB;
-webkit-box-shadow: 1px 1px 3px 2px #C6AADB;
box-shadow: 1px 1px 3px 2px #C6AADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6AADB; -webkit-box-shadow: 1px 1px 3px 2px #C6AADB; box-shadow:1px 1px 3px 2px #C6AADB;">
Div content here
</div>
Dieser Text ist in der Farbe #C6AADB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6AADB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6AADB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6AADB.
Kontrastfarbe für #hex ist #395524.