HEX: #C6BBDA
RGB: (198,187,218)
#C6BBDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6BBDA ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C6BBDA wird in RGB als (198,187,218) definiert.
RGB: (198,187,218)
(78%, 73%, 85%)
R 198 von 255 = 78%
G 187 von 255 = 73%
B 218 von 255 = 85%
R + G + B ~ 79%. #C6BBDA ziemlich helle Farbe.
R + G + B = 198 + 187 + 218 = 603 (100%)
R 198 von 603 ~ 32.84%
G 187 von 603 ~ 31.01%
B 218 von 603 ~ 36.15'%
Die Farbe #C6BBDA wird in CMYK als (9,14,0,15) definiert.
CMYK: (9,14,0,15)
C9M14Y0K15 (9%, 14%, 0%, 15%)
(0.09 / 0.14 / 0.00 / 0.15)
Farbe #C6BBDA in den populären Farbmodellen.
C6 | BB | DA | |
---|---|---|---|
RGB | 198 | 187 | 218 |
HSL | 261° | 29.52% | 79.41% |
HSB/HSV | 261° | 14.22% | 85.49% |
CMYK | 9.17% | 14.22% | 0.00% |
14.51% |
Die Farbe #C6BBDA in den populären Zahlensystemen.
Hexadezimal | C6 | BB | DA |
Dezimal | 198 | 187 | 218 |
Binär | 11000110 | 10111011 | 11011010 |
Oktal | 306 | 273 | 332 |
Dunkle Töne der Farbe #C6BBDA
Helle Töne der Farbe #C6BBDA
Beispiele css- und html für Elemente in der Farbe #C6BBDA. Bitte benutzen Sie auch rgb(198,187,218) statt hex-Code.
.myTextColor { color: #C6BBDA; }
<p style="color:#C6BBDA">This sample text font color is #C6BBDA.</p>
Die Farbe dieses Textes ist #C6BBDA.
.myBgColor { background-color: #C6BBDA; }
<div style="background-color:#C6BBDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6BBDA.
.myBorderColor { border: 1px solid #C6BBDA; }
<div style="border:3px solid #C6BBDA">Div</div>
Die Grenzen von diesem div sind in Farbe #C6BBDA.
.myOpacity80 { color: #C6BBDA; opacity: 0.8; }
<p style="color:#C6BBDA;opacity:0.8;">80%</p>
Text in Farbe #C6BBDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6BBDA;}
<p style="text-shadow: 3px 3px 1px #C6BBDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6BBDA.
.textShadow {text-shadow: 3px 3px 1px #C6BBDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6BBDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6BBDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6BBDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6BBDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6BBDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6BBDA;
-webkit-box-shadow: 1px 1px 3px 2px #C6BBDA;
box-shadow: 1px 1px 3px 2px #C6BBDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6BBDA; -webkit-box-shadow: 1px 1px 3px 2px #C6BBDA; box-shadow:1px 1px 3px 2px #C6BBDA;">
Div content here
</div>
Dieser Text ist in der Farbe #C6BBDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6BBDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6BBDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6BBDA.
Kontrastfarbe für #hex ist #394425.