HEX: #47C7AD
RGB: (71,199,173)
#47C7AD enthält hauptsächlich grüne und blaue Farbe. Für #47C7AD ist eine «websichere» Webfarbe #33CC99 (oder kurz #3C9).
Die Farbe #47C7AD wird in RGB als (71,199,173) definiert.
RGB: (71,199,173) (28%,78%,68%)
R 71 von 255 = 28%
G 199 von 255 = 78%
B 173 von 255 = 68%
R + G + B ~ 58%. #47C7AD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 199 + 173 = 443 (100%)
R 71 von 443 ~ 16.03%
G 199 von 443 ~ 44.92%
B 173 von 443 ~ 39.05%
Die Farbe #47C7AD wird in CMYK als (64,0,13,22) definiert.
CMYK: (64,0,13,22) C64M0Y13K22 (64%,0%,13%,22%) (0.64/0.00/0.13/0.22)
47 | C7 | AD | |
---|---|---|---|
RGB | 71 | 199 | 173 |
HSL | 168° | 53.33% | 52.94% |
HSB/HSV | 168° | 64.32% | 78.04% |
CMYK | 64.32% | 0.00% | 13.07% |
21.96% |
Hexadezimal | 47 | C7 | AD |
Dezimal | 71 | 199 | 173 |
Binär | 1000111 | 11000111 | 10101101 |
Oktal | 107 | 307 | 255 |
Beispiele css- und html für Elemente in der Farbe #47C7AD. Bitte benutzen Sie auch rgb(71,199,173) statt hex-Code.
.myTextColor { color: #47C7AD; }
<p style="color:#47C7AD">This sample text font color is #47C7AD.</p>
Die Farbe dieses Textes ist #47C7AD.
.myBgColor { background-color: #47C7AD; }
<div style="background-color:#47C7AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47C7AD.
.myBorderColor { border: 1px solid #47C7AD; }
<div style="border:3px solid #47C7AD">Div</div>
Die Grenzen von diesem div sind in Farbe #47C7AD.
.myOpacity80 { color: #47C7AD; opacity: 0.8; }
<p style="color:#47C7AD;opacity:0.8;">80%</p>
Text in Farbe #47C7AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47C7AD;}
<p style="text-shadow: 3px 3px 1px #47C7AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #47C7AD.
.textShadow {text-shadow: 3px 3px 1px #47C7AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47C7AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47C7AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47C7AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47C7AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #47C7AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47C7AD; -webkit-box-shadow: 1px 1px 3px 2px #47C7AD; box-shadow: 1px 1px 3px 2px #47C7AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47C7AD; -webkit-box-shadow: 1px 1px 3px 2px #47C7AD; box-shadow:1px 1px 3px 2px #47C7AD;">
Div content here</div>
Dieser Text ist in der Farbe #47C7AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47C7AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47C7AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47C7AD.