HEX: #71B196
RGB: (113,177,150)
#71B196 enthält hauptsächlich grüne und blaue Farbe. Für #71B196 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #71B196 wird in RGB als (113,177,150) definiert.
RGB: (113,177,150)
(44%, 69%, 59%)
R 113 von 255 = 44%
G 177 von 255 = 69%
B 150 von 255 = 59%
R + G + B ~ 57%. #71B196 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 177 + 150 = 440 (100%)
R 113 von 440 ~ 25.68%
G 177 von 440 ~ 40.23%
B 150 von 440 ~ 34.09'%
Die Farbe #71B196 wird in CMYK als (36,0,15,31) definiert.
CMYK: (36,0,15,31)
C36M0Y15K31 (36%, 0%, 15%, 31%)
(0.36 / 0.00 / 0.15 / 0.31)
Farbe #71B196 in den populären Farbmodellen.
71 | B1 | 96 | |
---|---|---|---|
RGB | 113 | 177 | 150 |
HSL | 155° | 29.09% | 56.86% |
HSB/HSV | 155° | 36.16% | 69.41% |
CMYK | 36.16% | 0.00% | 15.25% |
30.59% |
Die Farbe #71B196 in den populären Zahlensystemen.
Hexadezimal | 71 | B1 | 96 |
Dezimal | 113 | 177 | 150 |
Binär | 1110001 | 10110001 | 10010110 |
Oktal | 161 | 261 | 226 |
Dunkle Töne der Farbe #71B196
Helle Töne der Farbe #71B196
Beispiele css- und html für Elemente in der Farbe #71B196. Bitte benutzen Sie auch rgb(113,177,150) statt hex-Code.
.myTextColor { color: #71B196; }
<p style="color:#71B196">This sample text font color is #71B196.</p>
Die Farbe dieses Textes ist #71B196.
.myBgColor { background-color: #71B196; }
<div style="background-color:#71B196">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71B196.
.myBorderColor { border: 1px solid #71B196; }
<div style="border:3px solid #71B196">Div</div>
Die Grenzen von diesem div sind in Farbe #71B196.
.myOpacity80 { color: #71B196; opacity: 0.8; }
<p style="color:#71B196;opacity:0.8;">80%</p>
Text in Farbe #71B196 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B196;}
<p style="text-shadow: 3px 3px 1px #71B196">Text here.</p>
Dieser Text hat den Schatten in Farbe #71B196.
.textShadow {text-shadow: 3px 3px 1px #71B196', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B196, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71B196 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B196, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B196, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B196 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B196;
-webkit-box-shadow: 1px 1px 3px 2px #71B196;
box-shadow: 1px 1px 3px 2px #71B196;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B196; -webkit-box-shadow: 1px 1px 3px 2px #71B196; box-shadow:1px 1px 3px 2px #71B196;">
Div content here
</div>
Dieser Text ist in der Farbe #71B196 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71B196 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71B196.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71B196.
Kontrastfarbe für #hex ist #8E4E69.