HEX: #C6AEBC
RGB: (198,174,188)
#C6AEBC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6AEBC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C6AEBC wird in RGB als (198,174,188) definiert.
RGB: (198,174,188)
(78%, 68%, 74%)
R 198 von 255 = 78%
G 174 von 255 = 68%
B 188 von 255 = 74%
R + G + B ~ 73%. #C6AEBC ziemlich helle Farbe.
R + G + B = 198 + 174 + 188 = 560 (100%)
R 198 von 560 ~ 35.36%
G 174 von 560 ~ 31.07%
B 188 von 560 ~ 33.57'%
Die Farbe #C6AEBC wird in CMYK als (0,12,5,22) definiert.
CMYK: (0,12,5,22)
C0M12Y5K22 (0%, 12%, 5%, 22%)
(0.00 / 0.12 / 0.05 / 0.22)
Farbe #C6AEBC in den populären Farbmodellen.
C6 | AE | BC | |
---|---|---|---|
RGB | 198 | 174 | 188 |
HSL | 325° | 17.39% | 72.94% |
HSB/HSV | 325° | 12.12% | 77.65% |
CMYK | 0.00% | 12.12% | 5.05% |
22.35% |
Die Farbe #C6AEBC in den populären Zahlensystemen.
Hexadezimal | C6 | AE | BC |
Dezimal | 198 | 174 | 188 |
Binär | 11000110 | 10101110 | 10111100 |
Oktal | 306 | 256 | 274 |
Dunkle Töne der Farbe #C6AEBC
Helle Töne der Farbe #C6AEBC
Beispiele css- und html für Elemente in der Farbe #C6AEBC. Bitte benutzen Sie auch rgb(198,174,188) statt hex-Code.
.myTextColor { color: #C6AEBC; }
<p style="color:#C6AEBC">This sample text font color is #C6AEBC.</p>
Die Farbe dieses Textes ist #C6AEBC.
.myBgColor { background-color: #C6AEBC; }
<div style="background-color:#C6AEBC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6AEBC.
.myBorderColor { border: 1px solid #C6AEBC; }
<div style="border:3px solid #C6AEBC">Div</div>
Die Grenzen von diesem div sind in Farbe #C6AEBC.
.myOpacity80 { color: #C6AEBC; opacity: 0.8; }
<p style="color:#C6AEBC;opacity:0.8;">80%</p>
Text in Farbe #C6AEBC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6AEBC;}
<p style="text-shadow: 3px 3px 1px #C6AEBC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6AEBC.
.textShadow {text-shadow: 3px 3px 1px #C6AEBC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6AEBC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6AEBC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6AEBC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6AEBC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6AEBC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6AEBC;
-webkit-box-shadow: 1px 1px 3px 2px #C6AEBC;
box-shadow: 1px 1px 3px 2px #C6AEBC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6AEBC; -webkit-box-shadow: 1px 1px 3px 2px #C6AEBC; box-shadow:1px 1px 3px 2px #C6AEBC;">
Div content here
</div>
Dieser Text ist in der Farbe #C6AEBC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6AEBC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6AEBC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6AEBC.
Kontrastfarbe für #hex ist #395143.