HEX: #C6ADC2
RGB: (198,173,194)
#C6ADC2 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6ADC2 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C6ADC2 wird in RGB als (198,173,194) definiert.
RGB: (198,173,194) (78%,68%,76%)
R 198 von 255 = 78%
G 173 von 255 = 68%
B 194 von 255 = 76%
R + G + B ~ 74%. #C6ADC2 ziemlich helle Farbe.
R + G + B =
198 + 173 + 194 = 565 (100%)
R 198 von 565 ~ 35.04%
G 173 von 565 ~ 30.62%
B 194 von 565 ~ 34.34%
Die Farbe #C6ADC2 wird in CMYK als (0,13,2,22) definiert.
CMYK: (0,13,2,22) C0M13Y2K22 (0%,13%,2%,22%) (0.00/0.13/0.02/0.22)
C6 | AD | C2 | |
---|---|---|---|
RGB | 198 | 173 | 194 |
HSL | 310° | 17.99% | 72.75% |
HSB/HSV | 310° | 12.63% | 77.65% |
CMYK | 0.00% | 12.63% | 2.02% |
22.35% |
Hexadezimal | C6 | AD | C2 |
Dezimal | 198 | 173 | 194 |
Binär | 11000110 | 10101101 | 11000010 |
Oktal | 306 | 255 | 302 |
Beispiele css- und html für Elemente in der Farbe #C6ADC2. Bitte benutzen Sie auch rgb(198,173,194) statt hex-Code.
.myTextColor { color: #C6ADC2; }
<p style="color:#C6ADC2">This sample text font color is #C6ADC2.</p>
Die Farbe dieses Textes ist #C6ADC2.
.myBgColor { background-color: #C6ADC2; }
<div style="background-color:#C6ADC2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6ADC2.
.myBorderColor { border: 1px solid #C6ADC2; }
<div style="border:3px solid #C6ADC2">Div</div>
Die Grenzen von diesem div sind in Farbe #C6ADC2.
.myOpacity80 { color: #C6ADC2; opacity: 0.8; }
<p style="color:#C6ADC2;opacity:0.8;">80%</p>
Text in Farbe #C6ADC2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6ADC2;}
<p style="text-shadow: 3px 3px 1px #C6ADC2">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6ADC2.
.textShadow {text-shadow: 3px 3px 1px #C6ADC2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6ADC2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6ADC2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6ADC2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6ADC2, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6ADC2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6ADC2; -webkit-box-shadow: 1px 1px 3px 2px #C6ADC2; box-shadow: 1px 1px 3px 2px #C6ADC2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6ADC2; -webkit-box-shadow: 1px 1px 3px 2px #C6ADC2; box-shadow:1px 1px 3px 2px #C6ADC2;">
Div content here</div>
Dieser Text ist in der Farbe #C6ADC2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6ADC2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6ADC2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6ADC2.