HEX: #C7F393
RGB: (199,243,147)
#C7F393 enthält hauptsächlich rote und grüne Farbe. Für #C7F393 ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #C7F393 wird in RGB als (199,243,147) definiert.
RGB: (199,243,147)
(78%, 95%, 58%)
R 199 von 255 = 78%
G 243 von 255 = 95%
B 147 von 255 = 58%
R + G + B ~ 77%. #C7F393 ziemlich helle Farbe.
R + G + B = 199 + 243 + 147 = 589 (100%)
R 199 von 589 ~ 33.79%
G 243 von 589 ~ 41.26%
B 147 von 589 ~ 24.96'%
Die Farbe #C7F393 wird in CMYK als (18,0,40,5) definiert.
CMYK: (18,0,40,5)
C18M0Y40K5 (18%, 0%, 40%, 5%)
(0.18 / 0.00 / 0.40 / 0.05)
Farbe #C7F393 in den populären Farbmodellen.
C7 | F3 | 93 | |
---|---|---|---|
RGB | 199 | 243 | 147 |
HSL | 88° | 80.00% | 76.47% |
HSB/HSV | 88° | 39.51% | 95.29% |
CMYK | 18.11% | 0.00% | 39.51% |
4.71% |
Die Farbe #C7F393 in den populären Zahlensystemen.
Hexadezimal | C7 | F3 | 93 |
Dezimal | 199 | 243 | 147 |
Binär | 11000111 | 11110011 | 10010011 |
Oktal | 307 | 363 | 223 |
Dunkle Töne der Farbe #C7F393
Helle Töne der Farbe #C7F393
Beispiele css- und html für Elemente in der Farbe #C7F393. Bitte benutzen Sie auch rgb(199,243,147) statt hex-Code.
.myTextColor { color: #C7F393; }
<p style="color:#C7F393">This sample text font color is #C7F393.</p>
Die Farbe dieses Textes ist #C7F393.
.myBgColor { background-color: #C7F393; }
<div style="background-color:#C7F393">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7F393.
.myBorderColor { border: 1px solid #C7F393; }
<div style="border:3px solid #C7F393">Div</div>
Die Grenzen von diesem div sind in Farbe #C7F393.
.myOpacity80 { color: #C7F393; opacity: 0.8; }
<p style="color:#C7F393;opacity:0.8;">80%</p>
Text in Farbe #C7F393 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7F393;}
<p style="text-shadow: 3px 3px 1px #C7F393">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7F393.
.textShadow {text-shadow: 3px 3px 1px #C7F393', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7F393, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7F393 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7F393, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7F393, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7F393 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7F393;
-webkit-box-shadow: 1px 1px 3px 2px #C7F393;
box-shadow: 1px 1px 3px 2px #C7F393;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7F393; -webkit-box-shadow: 1px 1px 3px 2px #C7F393; box-shadow:1px 1px 3px 2px #C7F393;">
Div content here
</div>
Dieser Text ist in der Farbe #C7F393 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7F393 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7F393.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7F393.
Kontrastfarbe für #hex ist #380C6C.