HEX: #C6AED1
RGB: (198,174,209)
#C6AED1 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6AED1 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C6AED1 wird in RGB als (198,174,209) definiert.
RGB: (198,174,209)
(78%, 68%, 82%)
R 198 von 255 = 78%
G 174 von 255 = 68%
B 209 von 255 = 82%
R + G + B ~ 76%. #C6AED1 ziemlich helle Farbe.
R + G + B = 198 + 174 + 209 = 581 (100%)
R 198 von 581 ~ 34.08%
G 174 von 581 ~ 29.95%
B 209 von 581 ~ 35.97'%
Die Farbe #C6AED1 wird in CMYK als (5,17,0,18) definiert.
CMYK: (5,17,0,18)
C5M17Y0K18 (5%, 17%, 0%, 18%)
(0.05 / 0.17 / 0.00 / 0.18)
Farbe #C6AED1 in den populären Farbmodellen.
C6 | AE | D1 | |
---|---|---|---|
RGB | 198 | 174 | 209 |
HSL | 281° | 27.56% | 75.10% |
HSB/HSV | 281° | 16.75% | 81.96% |
CMYK | 5.26% | 16.75% | 0.00% |
18.04% |
Die Farbe #C6AED1 in den populären Zahlensystemen.
Hexadezimal | C6 | AE | D1 |
Dezimal | 198 | 174 | 209 |
Binär | 11000110 | 10101110 | 11010001 |
Oktal | 306 | 256 | 321 |
Dunkle Töne der Farbe #C6AED1
Helle Töne der Farbe #C6AED1
Beispiele css- und html für Elemente in der Farbe #C6AED1. Bitte benutzen Sie auch rgb(198,174,209) statt hex-Code.
.myTextColor { color: #C6AED1; }
<p style="color:#C6AED1">This sample text font color is #C6AED1.</p>
Die Farbe dieses Textes ist #C6AED1.
.myBgColor { background-color: #C6AED1; }
<div style="background-color:#C6AED1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6AED1.
.myBorderColor { border: 1px solid #C6AED1; }
<div style="border:3px solid #C6AED1">Div</div>
Die Grenzen von diesem div sind in Farbe #C6AED1.
.myOpacity80 { color: #C6AED1; opacity: 0.8; }
<p style="color:#C6AED1;opacity:0.8;">80%</p>
Text in Farbe #C6AED1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6AED1;}
<p style="text-shadow: 3px 3px 1px #C6AED1">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6AED1.
.textShadow {text-shadow: 3px 3px 1px #C6AED1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6AED1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6AED1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6AED1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6AED1, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6AED1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6AED1;
-webkit-box-shadow: 1px 1px 3px 2px #C6AED1;
box-shadow: 1px 1px 3px 2px #C6AED1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6AED1; -webkit-box-shadow: 1px 1px 3px 2px #C6AED1; box-shadow:1px 1px 3px 2px #C6AED1;">
Div content here
</div>
Dieser Text ist in der Farbe #C6AED1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6AED1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6AED1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6AED1.
Kontrastfarbe für #hex ist #39512E.