HEX: #71AD8B
RGB: (113,173,139)
#71AD8B enthält hauptsächlich grüne und blaue Farbe. Für #71AD8B ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #71AD8B wird in RGB als (113,173,139) definiert.
RGB: (113,173,139)
(44%, 68%, 55%)
R 113 von 255 = 44%
G 173 von 255 = 68%
B 139 von 255 = 55%
R + G + B ~ 56%. #71AD8B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 173 + 139 = 425 (100%)
R 113 von 425 ~ 26.59%
G 173 von 425 ~ 40.71%
B 139 von 425 ~ 32.71'%
Die Farbe #71AD8B wird in CMYK als (35,0,20,32) definiert.
CMYK: (35,0,20,32)
C35M0Y20K32 (35%, 0%, 20%, 32%)
(0.35 / 0.00 / 0.20 / 0.32)
Farbe #71AD8B in den populären Farbmodellen.
71 | AD | 8B | |
---|---|---|---|
RGB | 113 | 173 | 139 |
HSL | 146° | 26.79% | 56.08% |
HSB/HSV | 146° | 34.68% | 67.84% |
CMYK | 34.68% | 0.00% | 19.65% |
32.16% |
Die Farbe #71AD8B in den populären Zahlensystemen.
Hexadezimal | 71 | AD | 8B |
Dezimal | 113 | 173 | 139 |
Binär | 1110001 | 10101101 | 10001011 |
Oktal | 161 | 255 | 213 |
Dunkle Töne der Farbe #71AD8B
Helle Töne der Farbe #71AD8B
Beispiele css- und html für Elemente in der Farbe #71AD8B. Bitte benutzen Sie auch rgb(113,173,139) statt hex-Code.
.myTextColor { color: #71AD8B; }
<p style="color:#71AD8B">This sample text font color is #71AD8B.</p>
Die Farbe dieses Textes ist #71AD8B.
.myBgColor { background-color: #71AD8B; }
<div style="background-color:#71AD8B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71AD8B.
.myBorderColor { border: 1px solid #71AD8B; }
<div style="border:3px solid #71AD8B">Div</div>
Die Grenzen von diesem div sind in Farbe #71AD8B.
.myOpacity80 { color: #71AD8B; opacity: 0.8; }
<p style="color:#71AD8B;opacity:0.8;">80%</p>
Text in Farbe #71AD8B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71AD8B;}
<p style="text-shadow: 3px 3px 1px #71AD8B">Text here.</p>
Dieser Text hat den Schatten in Farbe #71AD8B.
.textShadow {text-shadow: 3px 3px 1px #71AD8B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71AD8B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71AD8B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71AD8B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71AD8B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71AD8B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71AD8B;
-webkit-box-shadow: 1px 1px 3px 2px #71AD8B;
box-shadow: 1px 1px 3px 2px #71AD8B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71AD8B; -webkit-box-shadow: 1px 1px 3px 2px #71AD8B; box-shadow:1px 1px 3px 2px #71AD8B;">
Div content here
</div>
Dieser Text ist in der Farbe #71AD8B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71AD8B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71AD8B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71AD8B.
Kontrastfarbe für #hex ist #8E5274.