HEX: #9C99BB
RGB: (156,153,187)
#9C99BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9C99BB ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #9C99BB wird in RGB als (156,153,187) definiert.
RGB: (156,153,187)
(61%, 60%, 73%)
R 156 von 255 = 61%
G 153 von 255 = 60%
B 187 von 255 = 73%
R + G + B ~ 65%. #9C99BB ziemlich helle Farbe.
R + G + B = 156 + 153 + 187 = 496 (100%)
R 156 von 496 ~ 31.45%
G 153 von 496 ~ 30.85%
B 187 von 496 ~ 37.7'%
Die Farbe #9C99BB wird in CMYK als (17,18,0,27) definiert.
CMYK: (17,18,0,27) C17M18Y0K27 (17%,18%,0%,27%) (0.17/0.18/0.00/0.27)
Farbe #9C99BB in den populären Farbmodellen.
9C | 99 | BB | |
---|---|---|---|
RGB | 156 | 153 | 187 |
HSL | 245° | 20.00% | 66.67% |
HSB/HSV | 245° | 18.18% | 73.33% |
CMYK | 16.58% | 18.18% | 0.00% |
26.67% |
Die Farbe #9C99BB in den populären Zahlensystemen.
Hexadezimal | 9C | 99 | BB |
Dezimal | 156 | 153 | 187 |
Binär | 10011100 | 10011001 | 10111011 |
Oktal | 234 | 231 | 273 |
Dunkle Töne der Farbe #9C99BB
Helle Töne der Farbe #9C99BB
Beispiele css- und html für Elemente in der Farbe #9C99BB. Bitte benutzen Sie auch rgb(156,153,187) statt hex-Code.
.myTextColor { color: #9C99BB; }
<p style="color:#9C99BB">This sample text font color is #9C99BB.</p>
Die Farbe dieses Textes ist #9C99BB.
.myBgColor { background-color: #9C99BB; }
<div style="background-color:#9C99BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9C99BB.
.myBorderColor { border: 1px solid #9C99BB; }
<div style="border:3px solid #9C99BB">Div</div>
Die Grenzen von diesem div sind in Farbe #9C99BB.
.myOpacity80 { color: #9C99BB; opacity: 0.8; }
<p style="color:#9C99BB;opacity:0.8;">80%</p>
Text in Farbe #9C99BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9C99BB;}
<p style="text-shadow: 3px 3px 1px #9C99BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #9C99BB.
.textShadow {text-shadow: 3px 3px 1px #9C99BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9C99BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9C99BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C99BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9C99BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9C99BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9C99BB;
-webkit-box-shadow: 1px 1px 3px 2px #9C99BB;
box-shadow: 1px 1px 3px 2px #9C99BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9C99BB; -webkit-box-shadow: 1px 1px 3px 2px #9C99BB; box-shadow:1px 1px 3px 2px #9C99BB;">
Div content here
</div>
Dieser Text ist in der Farbe #9C99BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9C99BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9C99BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9C99BB.
Kontrastfarbe für #hex ist #636644.