HEX: #C6BEEE
RGB: (198,190,238)
#C6BEEE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6BEEE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C6BEEE wird in RGB als (198,190,238) definiert.
RGB: (198,190,238) (78%,75%,93%)
R 198 von 255 = 78%
G 190 von 255 = 75%
B 238 von 255 = 93%
R + G + B ~ 82%. #C6BEEE ziemlich helle Farbe.
R + G + B =
198 + 190 + 238 = 626 (100%)
R 198 von 626 ~ 31.63%
G 190 von 626 ~ 30.35%
B 238 von 626 ~ 38.02%
Die Farbe #C6BEEE wird in CMYK als (17,20,0,7) definiert.
CMYK: (17,20,0,7) C17M20Y0K7 (17%,20%,0%,7%) (0.17/0.20/0.00/0.07)
C6 | BE | EE | |
---|---|---|---|
RGB | 198 | 190 | 238 |
HSL | 250° | 58.54% | 83.92% |
HSB/HSV | 250° | 20.17% | 93.33% |
CMYK | 16.81% | 20.17% | 0.00% |
6.67% |
Hexadezimal | C6 | BE | EE |
Dezimal | 198 | 190 | 238 |
Binär | 11000110 | 10111110 | 11101110 |
Oktal | 306 | 276 | 356 |
Beispiele css- und html für Elemente in der Farbe #C6BEEE. Bitte benutzen Sie auch rgb(198,190,238) statt hex-Code.
.myTextColor { color: #C6BEEE; }
<p style="color:#C6BEEE">This sample text font color is #C6BEEE.</p>
Die Farbe dieses Textes ist #C6BEEE.
.myBgColor { background-color: #C6BEEE; }
<div style="background-color:#C6BEEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6BEEE.
.myBorderColor { border: 1px solid #C6BEEE; }
<div style="border:3px solid #C6BEEE">Div</div>
Die Grenzen von diesem div sind in Farbe #C6BEEE.
.myOpacity80 { color: #C6BEEE; opacity: 0.8; }
<p style="color:#C6BEEE;opacity:0.8;">80%</p>
Text in Farbe #C6BEEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6BEEE;}
<p style="text-shadow: 3px 3px 1px #C6BEEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6BEEE.
.textShadow {text-shadow: 3px 3px 1px #C6BEEE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6BEEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6BEEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6BEEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6BEEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6BEEE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6BEEE; -webkit-box-shadow: 1px 1px 3px 2px #C6BEEE; box-shadow: 1px 1px 3px 2px #C6BEEE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6BEEE; -webkit-box-shadow: 1px 1px 3px 2px #C6BEEE; box-shadow:1px 1px 3px 2px #C6BEEE;">
Div content here</div>
Dieser Text ist in der Farbe #C6BEEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6BEEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6BEEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6BEEE.