HEX: #9BB8DD
RGB: (155,184,221)
#9BB8DD enthält hauptsächlich grüne und blaue Farbe. Für #9BB8DD ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #9BB8DD wird in RGB als (155,184,221) definiert.
RGB: (155,184,221)
(61%, 72%, 87%)
R 155 von 255 = 61%
G 184 von 255 = 72%
B 221 von 255 = 87%
R + G + B ~ 73%. #9BB8DD ziemlich helle Farbe.
R + G + B = 155 + 184 + 221 = 560 (100%)
R 155 von 560 ~ 27.68%
G 184 von 560 ~ 32.86%
B 221 von 560 ~ 39.46'%
Die Farbe #9BB8DD wird in CMYK als (30,17,0,13) definiert.
CMYK: (30,17,0,13)
C30M17Y0K13 (30%, 17%, 0%, 13%)
(0.30 / 0.17 / 0.00 / 0.13)
Farbe #9BB8DD in den populären Farbmodellen.
9B | B8 | DD | |
---|---|---|---|
RGB | 155 | 184 | 221 |
HSL | 214° | 49.25% | 73.73% |
HSB/HSV | 214° | 29.86% | 86.67% |
CMYK | 29.86% | 16.74% | 0.00% |
13.33% |
Die Farbe #9BB8DD in den populären Zahlensystemen.
Hexadezimal | 9B | B8 | DD |
Dezimal | 155 | 184 | 221 |
Binär | 10011011 | 10111000 | 11011101 |
Oktal | 233 | 270 | 335 |
Dunkle Töne der Farbe #9BB8DD
Helle Töne der Farbe #9BB8DD
Beispiele css- und html für Elemente in der Farbe #9BB8DD. Bitte benutzen Sie auch rgb(155,184,221) statt hex-Code.
.myTextColor { color: #9BB8DD; }
<p style="color:#9BB8DD">This sample text font color is #9BB8DD.</p>
Die Farbe dieses Textes ist #9BB8DD.
.myBgColor { background-color: #9BB8DD; }
<div style="background-color:#9BB8DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9BB8DD.
.myBorderColor { border: 1px solid #9BB8DD; }
<div style="border:3px solid #9BB8DD">Div</div>
Die Grenzen von diesem div sind in Farbe #9BB8DD.
.myOpacity80 { color: #9BB8DD; opacity: 0.8; }
<p style="color:#9BB8DD;opacity:0.8;">80%</p>
Text in Farbe #9BB8DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9BB8DD;}
<p style="text-shadow: 3px 3px 1px #9BB8DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #9BB8DD.
.textShadow {text-shadow: 3px 3px 1px #9BB8DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9BB8DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9BB8DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9BB8DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9BB8DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9BB8DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9BB8DD;
-webkit-box-shadow: 1px 1px 3px 2px #9BB8DD;
box-shadow: 1px 1px 3px 2px #9BB8DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9BB8DD; -webkit-box-shadow: 1px 1px 3px 2px #9BB8DD; box-shadow:1px 1px 3px 2px #9BB8DD;">
Div content here
</div>
Dieser Text ist in der Farbe #9BB8DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9BB8DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9BB8DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9BB8DD.
Kontrastfarbe für #hex ist #644722.