HEX: #B996BE
RGB: (185,150,190)
#B996BE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B996BE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B996BE wird in RGB als (185,150,190) definiert.
RGB: (185,150,190)
(73%, 59%, 75%)
R 185 von 255 = 73%
G 150 von 255 = 59%
B 190 von 255 = 75%
R + G + B ~ 69%. #B996BE ziemlich helle Farbe.
R + G + B = 185 + 150 + 190 = 525 (100%)
R 185 von 525 ~ 35.24%
G 150 von 525 ~ 28.57%
B 190 von 525 ~ 36.19'%
Die Farbe #B996BE wird in CMYK als (3,21,0,25) definiert.
CMYK: (3,21,0,25)
C3M21Y0K25 (3%, 21%, 0%, 25%)
(0.03 / 0.21 / 0.00 / 0.25)
Farbe #B996BE in den populären Farbmodellen.
B9 | 96 | BE | |
---|---|---|---|
RGB | 185 | 150 | 190 |
HSL | 293° | 23.53% | 66.67% |
HSB/HSV | 293° | 21.05% | 74.51% |
CMYK | 2.63% | 21.05% | 0.00% |
25.49% |
Die Farbe #B996BE in den populären Zahlensystemen.
Hexadezimal | B9 | 96 | BE |
Dezimal | 185 | 150 | 190 |
Binär | 10111001 | 10010110 | 10111110 |
Oktal | 271 | 226 | 276 |
Dunkle Töne der Farbe #B996BE
Helle Töne der Farbe #B996BE
Beispiele css- und html für Elemente in der Farbe #B996BE. Bitte benutzen Sie auch rgb(185,150,190) statt hex-Code.
.myTextColor { color: #B996BE; }
<p style="color:#B996BE">This sample text font color is #B996BE.</p>
Die Farbe dieses Textes ist #B996BE.
.myBgColor { background-color: #B996BE; }
<div style="background-color:#B996BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B996BE.
.myBorderColor { border: 1px solid #B996BE; }
<div style="border:3px solid #B996BE">Div</div>
Die Grenzen von diesem div sind in Farbe #B996BE.
.myOpacity80 { color: #B996BE; opacity: 0.8; }
<p style="color:#B996BE;opacity:0.8;">80%</p>
Text in Farbe #B996BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B996BE;}
<p style="text-shadow: 3px 3px 1px #B996BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #B996BE.
.textShadow {text-shadow: 3px 3px 1px #B996BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B996BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B996BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B996BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B996BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B996BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B996BE;
-webkit-box-shadow: 1px 1px 3px 2px #B996BE;
box-shadow: 1px 1px 3px 2px #B996BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B996BE; -webkit-box-shadow: 1px 1px 3px 2px #B996BE; box-shadow:1px 1px 3px 2px #B996BE;">
Div content here
</div>
Dieser Text ist in der Farbe #B996BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B996BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B996BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B996BE.
Kontrastfarbe für #hex ist #466941.