HEX: #96D0EE
RGB: (150,208,238)
#96D0EE enthält hauptsächlich grüne und blaue Farbe. Für #96D0EE ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #96D0EE wird in RGB als (150,208,238) definiert.
RGB: (150,208,238)
(59%, 82%, 93%)
R 150 von 255 = 59%
G 208 von 255 = 82%
B 238 von 255 = 93%
R + G + B ~ 78%. #96D0EE ziemlich helle Farbe.
R + G + B = 150 + 208 + 238 = 596 (100%)
R 150 von 596 ~ 25.17%
G 208 von 596 ~ 34.9%
B 238 von 596 ~ 39.93'%
Die Farbe #96D0EE wird in CMYK als (37,13,0,7) definiert.
CMYK: (37,13,0,7)
C37M13Y0K7 (37%, 13%, 0%, 7%)
(0.37 / 0.13 / 0.00 / 0.07)
Farbe #96D0EE in den populären Farbmodellen.
96 | D0 | EE | |
---|---|---|---|
RGB | 150 | 208 | 238 |
HSL | 200° | 72.13% | 76.08% |
HSB/HSV | 200° | 36.97% | 93.33% |
CMYK | 36.97% | 12.61% | 0.00% |
6.67% |
Die Farbe #96D0EE in den populären Zahlensystemen.
Hexadezimal | 96 | D0 | EE |
Dezimal | 150 | 208 | 238 |
Binär | 10010110 | 11010000 | 11101110 |
Oktal | 226 | 320 | 356 |
Dunkle Töne der Farbe #96D0EE
Helle Töne der Farbe #96D0EE
Beispiele css- und html für Elemente in der Farbe #96D0EE. Bitte benutzen Sie auch rgb(150,208,238) statt hex-Code.
.myTextColor { color: #96D0EE; }
<p style="color:#96D0EE">This sample text font color is #96D0EE.</p>
Die Farbe dieses Textes ist #96D0EE.
.myBgColor { background-color: #96D0EE; }
<div style="background-color:#96D0EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #96D0EE.
.myBorderColor { border: 1px solid #96D0EE; }
<div style="border:3px solid #96D0EE">Div</div>
Die Grenzen von diesem div sind in Farbe #96D0EE.
.myOpacity80 { color: #96D0EE; opacity: 0.8; }
<p style="color:#96D0EE;opacity:0.8;">80%</p>
Text in Farbe #96D0EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96D0EE;}
<p style="text-shadow: 3px 3px 1px #96D0EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #96D0EE.
.textShadow {text-shadow: 3px 3px 1px #96D0EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96D0EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #96D0EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96D0EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96D0EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #96D0EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96D0EE;
-webkit-box-shadow: 1px 1px 3px 2px #96D0EE;
box-shadow: 1px 1px 3px 2px #96D0EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96D0EE; -webkit-box-shadow: 1px 1px 3px 2px #96D0EE; box-shadow:1px 1px 3px 2px #96D0EE;">
Div content here
</div>
Dieser Text ist in der Farbe #96D0EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #96D0EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #96D0EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #96D0EE.
Kontrastfarbe für #hex ist #692F11.