HEX: #C6E49B
RGB: (198,228,155)
#C6E49B enthält hauptsächlich rote und grüne Farbe. Für #C6E49B ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C6E49B wird in RGB als (198,228,155) definiert.
RGB: (198,228,155)
(78%, 89%, 61%)
R 198 von 255 = 78%
G 228 von 255 = 89%
B 155 von 255 = 61%
R + G + B ~ 76%. #C6E49B ziemlich helle Farbe.
R + G + B = 198 + 228 + 155 = 581 (100%)
R 198 von 581 ~ 34.08%
G 228 von 581 ~ 39.24%
B 155 von 581 ~ 26.68'%
Die Farbe #C6E49B wird in CMYK als (13,0,32,11) definiert.
CMYK: (13,0,32,11) C13M0Y32K11 (13%,0%,32%,11%) (0.13/0.00/0.32/0.11)
Farbe #C6E49B in den populären Farbmodellen.
C6 | E4 | 9B | |
---|---|---|---|
RGB | 198 | 228 | 155 |
HSL | 85° | 57.48% | 75.10% |
HSB/HSV | 85° | 32.02% | 89.41% |
CMYK | 13.16% | 0.00% | 32.02% |
10.59% |
Die Farbe #C6E49B in den populären Zahlensystemen.
Hexadezimal | C6 | E4 | 9B |
Dezimal | 198 | 228 | 155 |
Binär | 11000110 | 11100100 | 10011011 |
Oktal | 306 | 344 | 233 |
Dunkle Töne der Farbe #C6E49B
Helle Töne der Farbe #C6E49B
Beispiele css- und html für Elemente in der Farbe #C6E49B. Bitte benutzen Sie auch rgb(198,228,155) statt hex-Code.
.myTextColor { color: #C6E49B; }
<p style="color:#C6E49B">This sample text font color is #C6E49B.</p>
Die Farbe dieses Textes ist #C6E49B.
.myBgColor { background-color: #C6E49B; }
<div style="background-color:#C6E49B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6E49B.
.myBorderColor { border: 1px solid #C6E49B; }
<div style="border:3px solid #C6E49B">Div</div>
Die Grenzen von diesem div sind in Farbe #C6E49B.
.myOpacity80 { color: #C6E49B; opacity: 0.8; }
<p style="color:#C6E49B;opacity:0.8;">80%</p>
Text in Farbe #C6E49B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6E49B;}
<p style="text-shadow: 3px 3px 1px #C6E49B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6E49B.
.textShadow {text-shadow: 3px 3px 1px #C6E49B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6E49B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6E49B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6E49B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6E49B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6E49B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6E49B;
-webkit-box-shadow: 1px 1px 3px 2px #C6E49B;
box-shadow: 1px 1px 3px 2px #C6E49B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6E49B; -webkit-box-shadow: 1px 1px 3px 2px #C6E49B; box-shadow:1px 1px 3px 2px #C6E49B;">
Div content here
</div>
Dieser Text ist in der Farbe #C6E49B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6E49B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6E49B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6E49B.
Kontrastfarbe für #hex ist #391B64.