HEX: #C4ADDA
RGB: (196,173,218)
#C4ADDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C4ADDA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C4ADDA wird in RGB als (196,173,218) definiert.
RGB: (196,173,218) (77%,68%,85%)
R 196 von 255 = 77%
G 173 von 255 = 68%
B 218 von 255 = 85%
R + G + B ~ 77%. #C4ADDA ziemlich helle Farbe.
R + G + B =
196 + 173 + 218 = 587 (100%)
R 196 von 587 ~ 33.39%
G 173 von 587 ~ 29.47%
B 218 von 587 ~ 37.14%
Die Farbe #C4ADDA wird in CMYK als (10,21,0,15) definiert.
CMYK: (10,21,0,15) C10M21Y0K15 (10%,21%,0%,15%) (0.10/0.21/0.00/0.15)
C4 | AD | DA | |
---|---|---|---|
RGB | 196 | 173 | 218 |
HSL | 271° | 37.82% | 76.67% |
HSB/HSV | 271° | 20.64% | 85.49% |
CMYK | 10.09% | 20.64% | 0.00% |
14.51% |
Hexadezimal | C4 | AD | DA |
Dezimal | 196 | 173 | 218 |
Binär | 11000100 | 10101101 | 11011010 |
Oktal | 304 | 255 | 332 |
Beispiele css- und html für Elemente in der Farbe #C4ADDA. Bitte benutzen Sie auch rgb(196,173,218) statt hex-Code.
.myTextColor { color: #C4ADDA; }
<p style="color:#C4ADDA">This sample text font color is #C4ADDA.</p>
Die Farbe dieses Textes ist #C4ADDA.
.myBgColor { background-color: #C4ADDA; }
<div style="background-color:#C4ADDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4ADDA.
.myBorderColor { border: 1px solid #C4ADDA; }
<div style="border:3px solid #C4ADDA">Div</div>
Die Grenzen von diesem div sind in Farbe #C4ADDA.
.myOpacity80 { color: #C4ADDA; opacity: 0.8; }
<p style="color:#C4ADDA;opacity:0.8;">80%</p>
Text in Farbe #C4ADDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4ADDA;}
<p style="text-shadow: 3px 3px 1px #C4ADDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4ADDA.
.textShadow {text-shadow: 3px 3px 1px #C4ADDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4ADDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4ADDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4ADDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4ADDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4ADDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C4ADDA; -webkit-box-shadow: 1px 1px 3px 2px #C4ADDA; box-shadow: 1px 1px 3px 2px #C4ADDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C4ADDA; -webkit-box-shadow: 1px 1px 3px 2px #C4ADDA; box-shadow:1px 1px 3px 2px #C4ADDA;">
Div content here</div>
Dieser Text ist in der Farbe #C4ADDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4ADDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4ADDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4ADDA.