HEX: #C6AEEA
RGB: (198,174,234)
#C6AEEA enthält hauptsächlich rote und blaue Farbe. Für #C6AEEA ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #C6AEEA wird in RGB als (198,174,234) definiert.
RGB: (198,174,234) (78%,68%,92%)
R 198 von 255 = 78%
G 174 von 255 = 68%
B 234 von 255 = 92%
R + G + B ~ 79%. #C6AEEA ziemlich helle Farbe.
R + G + B =
198 + 174 + 234 = 606 (100%)
R 198 von 606 ~ 32.67%
G 174 von 606 ~ 28.71%
B 234 von 606 ~ 38.61%
Die Farbe #C6AEEA wird in CMYK als (15,26,0,8) definiert.
CMYK: (15,26,0,8) C15M26Y0K8 (15%,26%,0%,8%) (0.15/0.26/0.00/0.08)
C6 | AE | EA | |
---|---|---|---|
RGB | 198 | 174 | 234 |
HSL | 264° | 58.82% | 80.00% |
HSB/HSV | 264° | 25.64% | 91.76% |
CMYK | 15.38% | 25.64% | 0.00% |
8.24% |
Hexadezimal | C6 | AE | EA |
Dezimal | 198 | 174 | 234 |
Binär | 11000110 | 10101110 | 11101010 |
Oktal | 306 | 256 | 352 |
Beispiele css- und html für Elemente in der Farbe #C6AEEA. Bitte benutzen Sie auch rgb(198,174,234) statt hex-Code.
.myTextColor { color: #C6AEEA; }
<p style="color:#C6AEEA">This sample text font color is #C6AEEA.</p>
Die Farbe dieses Textes ist #C6AEEA.
.myBgColor { background-color: #C6AEEA; }
<div style="background-color:#C6AEEA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6AEEA.
.myBorderColor { border: 1px solid #C6AEEA; }
<div style="border:3px solid #C6AEEA">Div</div>
Die Grenzen von diesem div sind in Farbe #C6AEEA.
.myOpacity80 { color: #C6AEEA; opacity: 0.8; }
<p style="color:#C6AEEA;opacity:0.8;">80%</p>
Text in Farbe #C6AEEA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6AEEA;}
<p style="text-shadow: 3px 3px 1px #C6AEEA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6AEEA.
.textShadow {text-shadow: 3px 3px 1px #C6AEEA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6AEEA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6AEEA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6AEEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6AEEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6AEEA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6AEEA; -webkit-box-shadow: 1px 1px 3px 2px #C6AEEA; box-shadow: 1px 1px 3px 2px #C6AEEA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6AEEA; -webkit-box-shadow: 1px 1px 3px 2px #C6AEEA; box-shadow:1px 1px 3px 2px #C6AEEA;">
Div content here</div>
Dieser Text ist in der Farbe #C6AEEA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6AEEA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6AEEA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6AEEA.