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