HEX: #96B0CC
RGB: (150,176,204)
#96B0CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #96B0CC ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #96B0CC wird in RGB als (150,176,204) definiert.
RGB: (150,176,204) (59%,69%,80%)
R 150 von 255 = 59%
G 176 von 255 = 69%
B 204 von 255 = 80%
R + G + B ~ 69%. #96B0CC ziemlich helle Farbe.
R + G + B =
150 + 176 + 204 = 530 (100%)
R 150 von 530 ~ 28.3%
G 176 von 530 ~ 33.21%
B 204 von 530 ~ 38.49%
Die Farbe #96B0CC wird in CMYK als (26,14,0,20) definiert.
CMYK: (26,14,0,20) C26M14Y0K20 (26%,14%,0%,20%) (0.26/0.14/0.00/0.20)
96 | B0 | CC | |
---|---|---|---|
RGB | 150 | 176 | 204 |
HSL | 211° | 34.62% | 69.41% |
HSB/HSV | 211° | 26.47% | 80.00% |
CMYK | 26.47% | 13.73% | 0.00% |
20.00% |
Hexadezimal | 96 | B0 | CC |
Dezimal | 150 | 176 | 204 |
Binär | 10010110 | 10110000 | 11001100 |
Oktal | 226 | 260 | 314 |
Beispiele css- und html für Elemente in der Farbe #96B0CC. Bitte benutzen Sie auch rgb(150,176,204) statt hex-Code.
.myTextColor { color: #96B0CC; }
<p style="color:#96B0CC">This sample text font color is #96B0CC.</p>
Die Farbe dieses Textes ist #96B0CC.
.myBgColor { background-color: #96B0CC; }
<div style="background-color:#96B0CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #96B0CC.
.myBorderColor { border: 1px solid #96B0CC; }
<div style="border:3px solid #96B0CC">Div</div>
Die Grenzen von diesem div sind in Farbe #96B0CC.
.myOpacity80 { color: #96B0CC; opacity: 0.8; }
<p style="color:#96B0CC;opacity:0.8;">80%</p>
Text in Farbe #96B0CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96B0CC;}
<p style="text-shadow: 3px 3px 1px #96B0CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #96B0CC.
.textShadow {text-shadow: 3px 3px 1px #96B0CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96B0CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #96B0CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96B0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96B0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #96B0CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96B0CC; -webkit-box-shadow: 1px 1px 3px 2px #96B0CC; box-shadow: 1px 1px 3px 2px #96B0CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #96B0CC; -webkit-box-shadow: 1px 1px 3px 2px #96B0CC; box-shadow:1px 1px 3px 2px #96B0CC;">
Div content here</div>
Dieser Text ist in der Farbe #96B0CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #96B0CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #96B0CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #96B0CC.