HEX: #9BC6DA
RGB: (155,198,218)
#9BC6DA enthält hauptsächlich grüne und blaue Farbe. Für #9BC6DA ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #9BC6DA wird in RGB als (155,198,218) definiert.
RGB: (155,198,218) (61%,78%,85%)
R 155 von 255 = 61%
G 198 von 255 = 78%
B 218 von 255 = 85%
R + G + B ~ 75%. #9BC6DA ziemlich helle Farbe.
R + G + B =
155 + 198 + 218 = 571 (100%)
R 155 von 571 ~ 27.15%
G 198 von 571 ~ 34.68%
B 218 von 571 ~ 38.18%
Die Farbe #9BC6DA wird in CMYK als (29,9,0,15) definiert.
CMYK: (29,9,0,15) C29M9Y0K15 (29%,9%,0%,15%) (0.29/0.09/0.00/0.15)
9B | C6 | DA | |
---|---|---|---|
RGB | 155 | 198 | 218 |
HSL | 199° | 45.99% | 73.14% |
HSB/HSV | 199° | 28.90% | 85.49% |
CMYK | 28.90% | 9.17% | 0.00% |
14.51% |
Hexadezimal | 9B | C6 | DA |
Dezimal | 155 | 198 | 218 |
Binär | 10011011 | 11000110 | 11011010 |
Oktal | 233 | 306 | 332 |
Beispiele css- und html für Elemente in der Farbe #9BC6DA. Bitte benutzen Sie auch rgb(155,198,218) statt hex-Code.
.myTextColor { color: #9BC6DA; }
<p style="color:#9BC6DA">This sample text font color is #9BC6DA.</p>
Die Farbe dieses Textes ist #9BC6DA.
.myBgColor { background-color: #9BC6DA; }
<div style="background-color:#9BC6DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9BC6DA.
.myBorderColor { border: 1px solid #9BC6DA; }
<div style="border:3px solid #9BC6DA">Div</div>
Die Grenzen von diesem div sind in Farbe #9BC6DA.
.myOpacity80 { color: #9BC6DA; opacity: 0.8; }
<p style="color:#9BC6DA;opacity:0.8;">80%</p>
Text in Farbe #9BC6DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9BC6DA;}
<p style="text-shadow: 3px 3px 1px #9BC6DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #9BC6DA.
.textShadow {text-shadow: 3px 3px 1px #9BC6DA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9BC6DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9BC6DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9BC6DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9BC6DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #9BC6DA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9BC6DA; -webkit-box-shadow: 1px 1px 3px 2px #9BC6DA; box-shadow: 1px 1px 3px 2px #9BC6DA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9BC6DA; -webkit-box-shadow: 1px 1px 3px 2px #9BC6DA; box-shadow:1px 1px 3px 2px #9BC6DA;">
Div content here</div>
Dieser Text ist in der Farbe #9BC6DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9BC6DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9BC6DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9BC6DA.