HEX: #C6C3DB
RGB: (198,195,219)
#C6C3DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6C3DB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C6C3DB wird in RGB als (198,195,219) definiert.
RGB: (198,195,219)
(78%, 76%, 86%)
R 198 von 255 = 78%
G 195 von 255 = 76%
B 219 von 255 = 86%
R + G + B ~ 80%. #C6C3DB ziemlich helle Farbe.
R + G + B = 198 + 195 + 219 = 612 (100%)
R 198 von 612 ~ 32.35%
G 195 von 612 ~ 31.86%
B 219 von 612 ~ 35.78'%
Die Farbe #C6C3DB wird in CMYK als (10,11,0,14) definiert.
CMYK: (10,11,0,14) C10M11Y0K14 (10%,11%,0%,14%) (0.10/0.11/0.00/0.14)
Farbe #C6C3DB in den populären Farbmodellen.
C6 | C3 | DB | |
---|---|---|---|
RGB | 198 | 195 | 219 |
HSL | 248° | 25.00% | 81.18% |
HSB/HSV | 248° | 10.96% | 85.88% |
CMYK | 9.59% | 10.96% | 0.00% |
14.12% |
Die Farbe #C6C3DB in den populären Zahlensystemen.
Hexadezimal | C6 | C3 | DB |
Dezimal | 198 | 195 | 219 |
Binär | 11000110 | 11000011 | 11011011 |
Oktal | 306 | 303 | 333 |
Dunkle Töne der Farbe #C6C3DB
Helle Töne der Farbe #C6C3DB
Beispiele css- und html für Elemente in der Farbe #C6C3DB. Bitte benutzen Sie auch rgb(198,195,219) statt hex-Code.
.myTextColor { color: #C6C3DB; }
<p style="color:#C6C3DB">This sample text font color is #C6C3DB.</p>
Die Farbe dieses Textes ist #C6C3DB.
.myBgColor { background-color: #C6C3DB; }
<div style="background-color:#C6C3DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6C3DB.
.myBorderColor { border: 1px solid #C6C3DB; }
<div style="border:3px solid #C6C3DB">Div</div>
Die Grenzen von diesem div sind in Farbe #C6C3DB.
.myOpacity80 { color: #C6C3DB; opacity: 0.8; }
<p style="color:#C6C3DB;opacity:0.8;">80%</p>
Text in Farbe #C6C3DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6C3DB;}
<p style="text-shadow: 3px 3px 1px #C6C3DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6C3DB.
.textShadow {text-shadow: 3px 3px 1px #C6C3DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6C3DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6C3DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6C3DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6C3DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6C3DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6C3DB;
-webkit-box-shadow: 1px 1px 3px 2px #C6C3DB;
box-shadow: 1px 1px 3px 2px #C6C3DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6C3DB; -webkit-box-shadow: 1px 1px 3px 2px #C6C3DB; box-shadow:1px 1px 3px 2px #C6C3DB;">
Div content here
</div>
Dieser Text ist in der Farbe #C6C3DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6C3DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6C3DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6C3DB.
Kontrastfarbe für #hex ist #393C24.