HEX: #B6D096
RGB: (182,208,150)
#B6D096 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B6D096 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #B6D096 wird in RGB als (182,208,150) definiert.
RGB: (182,208,150) (71%,82%,59%)
R 182 von 255 = 71%
G 208 von 255 = 82%
B 150 von 255 = 59%
R + G + B ~ 71%. #B6D096 ziemlich helle Farbe.
R + G + B =
182 + 208 + 150 = 540 (100%)
R 182 von 540 ~ 33.7%
G 208 von 540 ~ 38.52%
B 150 von 540 ~ 27.78%
Die Farbe #B6D096 wird in CMYK als (13,0,28,18) definiert.
CMYK: (13,0,28,18) C13M0Y28K18 (13%,0%,28%,18%) (0.13/0.00/0.28/0.18)
B6 | D0 | 96 | |
---|---|---|---|
RGB | 182 | 208 | 150 |
HSL | 87° | 38.16% | 70.20% |
HSB/HSV | 87° | 27.88% | 81.57% |
CMYK | 12.50% | 0.00% | 27.88% |
18.43% |
Hexadezimal | B6 | D0 | 96 |
Dezimal | 182 | 208 | 150 |
Binär | 10110110 | 11010000 | 10010110 |
Oktal | 266 | 320 | 226 |
Beispiele css- und html für Elemente in der Farbe #B6D096. Bitte benutzen Sie auch rgb(182,208,150) statt hex-Code.
.myTextColor { color: #B6D096; }
<p style="color:#B6D096">This sample text font color is #B6D096.</p>
Die Farbe dieses Textes ist #B6D096.
.myBgColor { background-color: #B6D096; }
<div style="background-color:#B6D096">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B6D096.
.myBorderColor { border: 1px solid #B6D096; }
<div style="border:3px solid #B6D096">Div</div>
Die Grenzen von diesem div sind in Farbe #B6D096.
.myOpacity80 { color: #B6D096; opacity: 0.8; }
<p style="color:#B6D096;opacity:0.8;">80%</p>
Text in Farbe #B6D096 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6D096;}
<p style="text-shadow: 3px 3px 1px #B6D096">Text here.</p>
Dieser Text hat den Schatten in Farbe #B6D096.
.textShadow {text-shadow: 3px 3px 1px #B6D096, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6D096, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B6D096 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6D096, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6D096, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6D096 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B6D096; -webkit-box-shadow: 1px 1px 3px 2px #B6D096; box-shadow: 1px 1px 3px 2px #B6D096; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B6D096; -webkit-box-shadow: 1px 1px 3px 2px #B6D096; box-shadow:1px 1px 3px 2px #B6D096;">
Div content here</div>
Dieser Text ist in der Farbe #B6D096 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B6D096 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B6D096.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B6D096.