HEX: #C7E18C
RGB: (199,225,140)
#C7E18C enthält hauptsächlich rote und grüne Farbe. Für #C7E18C ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C7E18C wird in RGB als (199,225,140) definiert.
RGB: (199,225,140)
(78%, 88%, 55%)
R 199 von 255 = 78%
G 225 von 255 = 88%
B 140 von 255 = 55%
R + G + B ~ 74%. #C7E18C ziemlich helle Farbe.
R + G + B = 199 + 225 + 140 = 564 (100%)
R 199 von 564 ~ 35.28%
G 225 von 564 ~ 39.89%
B 140 von 564 ~ 24.82'%
Die Farbe #C7E18C wird in CMYK als (12,0,38,12) definiert.
CMYK: (12,0,38,12)
C12M0Y38K12 (12%, 0%, 38%, 12%)
(0.12 / 0.00 / 0.38 / 0.12)
Farbe #C7E18C in den populären Farbmodellen.
C7 | E1 | 8C | |
---|---|---|---|
RGB | 199 | 225 | 140 |
HSL | 78° | 58.62% | 71.57% |
HSB/HSV | 78° | 37.78% | 88.24% |
CMYK | 11.56% | 0.00% | 37.78% |
11.76% |
Die Farbe #C7E18C in den populären Zahlensystemen.
Hexadezimal | C7 | E1 | 8C |
Dezimal | 199 | 225 | 140 |
Binär | 11000111 | 11100001 | 10001100 |
Oktal | 307 | 341 | 214 |
Dunkle Töne der Farbe #C7E18C
Helle Töne der Farbe #C7E18C
Beispiele css- und html für Elemente in der Farbe #C7E18C. Bitte benutzen Sie auch rgb(199,225,140) statt hex-Code.
.myTextColor { color: #C7E18C; }
<p style="color:#C7E18C">This sample text font color is #C7E18C.</p>
Die Farbe dieses Textes ist #C7E18C.
.myBgColor { background-color: #C7E18C; }
<div style="background-color:#C7E18C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7E18C.
.myBorderColor { border: 1px solid #C7E18C; }
<div style="border:3px solid #C7E18C">Div</div>
Die Grenzen von diesem div sind in Farbe #C7E18C.
.myOpacity80 { color: #C7E18C; opacity: 0.8; }
<p style="color:#C7E18C;opacity:0.8;">80%</p>
Text in Farbe #C7E18C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7E18C;}
<p style="text-shadow: 3px 3px 1px #C7E18C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7E18C.
.textShadow {text-shadow: 3px 3px 1px #C7E18C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7E18C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7E18C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7E18C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7E18C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7E18C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7E18C;
-webkit-box-shadow: 1px 1px 3px 2px #C7E18C;
box-shadow: 1px 1px 3px 2px #C7E18C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7E18C; -webkit-box-shadow: 1px 1px 3px 2px #C7E18C; box-shadow:1px 1px 3px 2px #C7E18C;">
Div content here
</div>
Dieser Text ist in der Farbe #C7E18C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7E18C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7E18C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7E18C.
Kontrastfarbe für #hex ist #381E73.