HEX: #9EB0DC
RGB: (158,176,220)
#9EB0DC enthält hauptsächlich grüne und blaue Farbe. Für #9EB0DC ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #9EB0DC wird in RGB als (158,176,220) definiert.
RGB: (158,176,220)
(62%, 69%, 86%)
R 158 von 255 = 62%
G 176 von 255 = 69%
B 220 von 255 = 86%
R + G + B ~ 72%. #9EB0DC ziemlich helle Farbe.
R + G + B = 158 + 176 + 220 = 554 (100%)
R 158 von 554 ~ 28.52%
G 176 von 554 ~ 31.77%
B 220 von 554 ~ 39.71'%
Die Farbe #9EB0DC wird in CMYK als (28,20,0,14) definiert.
CMYK: (28,20,0,14)
C28M20Y0K14 (28%, 20%, 0%, 14%)
(0.28 / 0.20 / 0.00 / 0.14)
Farbe #9EB0DC in den populären Farbmodellen.
9E | B0 | DC | |
---|---|---|---|
RGB | 158 | 176 | 220 |
HSL | 223° | 46.97% | 74.12% |
HSB/HSV | 223° | 28.18% | 86.27% |
CMYK | 28.18% | 20.00% | 0.00% |
13.73% |
Die Farbe #9EB0DC in den populären Zahlensystemen.
Hexadezimal | 9E | B0 | DC |
Dezimal | 158 | 176 | 220 |
Binär | 10011110 | 10110000 | 11011100 |
Oktal | 236 | 260 | 334 |
Dunkle Töne der Farbe #9EB0DC
Helle Töne der Farbe #9EB0DC
Beispiele css- und html für Elemente in der Farbe #9EB0DC. Bitte benutzen Sie auch rgb(158,176,220) statt hex-Code.
.myTextColor { color: #9EB0DC; }
<p style="color:#9EB0DC">This sample text font color is #9EB0DC.</p>
Die Farbe dieses Textes ist #9EB0DC.
.myBgColor { background-color: #9EB0DC; }
<div style="background-color:#9EB0DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9EB0DC.
.myBorderColor { border: 1px solid #9EB0DC; }
<div style="border:3px solid #9EB0DC">Div</div>
Die Grenzen von diesem div sind in Farbe #9EB0DC.
.myOpacity80 { color: #9EB0DC; opacity: 0.8; }
<p style="color:#9EB0DC;opacity:0.8;">80%</p>
Text in Farbe #9EB0DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9EB0DC;}
<p style="text-shadow: 3px 3px 1px #9EB0DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #9EB0DC.
.textShadow {text-shadow: 3px 3px 1px #9EB0DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9EB0DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9EB0DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EB0DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9EB0DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #9EB0DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9EB0DC;
-webkit-box-shadow: 1px 1px 3px 2px #9EB0DC;
box-shadow: 1px 1px 3px 2px #9EB0DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EB0DC; -webkit-box-shadow: 1px 1px 3px 2px #9EB0DC; box-shadow:1px 1px 3px 2px #9EB0DC;">
Div content here
</div>
Dieser Text ist in der Farbe #9EB0DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9EB0DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9EB0DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9EB0DC.
Kontrastfarbe für #hex ist #614F23.