HEX: #999496
RGB: (153,148,150)
#999496 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #999496 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #999496 wird in RGB als (153,148,150) definiert.
RGB: (153,148,150) (60%,58%,59%)
R 153 von 255 = 60%
G 148 von 255 = 58%
B 150 von 255 = 59%
R + G + B ~ 59%. #999496 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
153 + 148 + 150 = 451 (100%)
R 153 von 451 ~ 33.92%
G 148 von 451 ~ 32.82%
B 150 von 451 ~ 33.26%
Die Farbe #999496 wird in CMYK als (0,3,2,40) definiert.
CMYK: (0,3,2,40) C0M3Y2K40 (0%,3%,2%,40%) (0.00/0.03/0.02/0.40)
99 | 94 | 96 | |
---|---|---|---|
RGB | 153 | 148 | 150 |
HSL | 336° | 2.39% | 59.02% |
HSB/HSV | 336° | 3.27% | 60.00% |
CMYK | 0.00% | 3.27% | 1.96% |
40.00% |
Hexadezimal | 99 | 94 | 96 |
Dezimal | 153 | 148 | 150 |
Binär | 10011001 | 10010100 | 10010110 |
Oktal | 231 | 224 | 226 |
Beispiele css- und html für Elemente in der Farbe #999496. Bitte benutzen Sie auch rgb(153,148,150) statt hex-Code.
.myTextColor { color: #999496; }
<p style="color:#999496">This sample text font color is #999496.</p>
Die Farbe dieses Textes ist #999496.
.myBgColor { background-color: #999496; }
<div style="background-color:#999496">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #999496.
.myBorderColor { border: 1px solid #999496; }
<div style="border:3px solid #999496">Div</div>
Die Grenzen von diesem div sind in Farbe #999496.
.myOpacity80 { color: #999496; opacity: 0.8; }
<p style="color:#999496;opacity:0.8;">80%</p>
Text in Farbe #999496 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #999496;}
<p style="text-shadow: 3px 3px 1px #999496">Text here.</p>
Dieser Text hat den Schatten in Farbe #999496.
.textShadow {text-shadow: 3px 3px 1px #999496, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #999496, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #999496 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#999496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#999496, Direction=45, Strength=4)">Text</p>
This text has shadow with #999496 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #999496; -webkit-box-shadow: 1px 1px 3px 2px #999496; box-shadow: 1px 1px 3px 2px #999496; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #999496; -webkit-box-shadow: 1px 1px 3px 2px #999496; box-shadow:1px 1px 3px 2px #999496;">
Div content here</div>
Dieser Text ist in der Farbe #999496 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #999496 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #999496.
Dieser Text ist weiß auf dem Hintergrund in Farbe #999496.