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