HEX: #C6D58E
RGB: (198,213,142)
#C6D58E enthält hauptsächlich rote und grüne Farbe. Für #C6D58E ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C6D58E wird in RGB als (198,213,142) definiert.
RGB: (198,213,142) (78%,84%,56%)
R 198 von 255 = 78%
G 213 von 255 = 84%
B 142 von 255 = 56%
R + G + B ~ 73%. #C6D58E ziemlich helle Farbe.
R + G + B =
198 + 213 + 142 = 553 (100%)
R 198 von 553 ~ 35.8%
G 213 von 553 ~ 38.52%
B 142 von 553 ~ 25.68%
Die Farbe #C6D58E wird in CMYK als (7,0,33,16) definiert.
CMYK: (7,0,33,16) C7M0Y33K16 (7%,0%,33%,16%) (0.07/0.00/0.33/0.16)
C6 | D5 | 8E | |
---|---|---|---|
RGB | 198 | 213 | 142 |
HSL | 73° | 45.81% | 69.61% |
HSB/HSV | 73° | 33.33% | 83.53% |
CMYK | 7.04% | 0.00% | 33.33% |
16.47% |
Hexadezimal | C6 | D5 | 8E |
Dezimal | 198 | 213 | 142 |
Binär | 11000110 | 11010101 | 10001110 |
Oktal | 306 | 325 | 216 |
Beispiele css- und html für Elemente in der Farbe #C6D58E. Bitte benutzen Sie auch rgb(198,213,142) statt hex-Code.
.myTextColor { color: #C6D58E; }
<p style="color:#C6D58E">This sample text font color is #C6D58E.</p>
Die Farbe dieses Textes ist #C6D58E.
.myBgColor { background-color: #C6D58E; }
<div style="background-color:#C6D58E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6D58E.
.myBorderColor { border: 1px solid #C6D58E; }
<div style="border:3px solid #C6D58E">Div</div>
Die Grenzen von diesem div sind in Farbe #C6D58E.
.myOpacity80 { color: #C6D58E; opacity: 0.8; }
<p style="color:#C6D58E;opacity:0.8;">80%</p>
Text in Farbe #C6D58E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6D58E;}
<p style="text-shadow: 3px 3px 1px #C6D58E">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6D58E.
.textShadow {text-shadow: 3px 3px 1px #C6D58E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6D58E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6D58E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6D58E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6D58E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6D58E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6D58E; -webkit-box-shadow: 1px 1px 3px 2px #C6D58E; box-shadow: 1px 1px 3px 2px #C6D58E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6D58E; -webkit-box-shadow: 1px 1px 3px 2px #C6D58E; box-shadow:1px 1px 3px 2px #C6D58E;">
Div content here</div>
Dieser Text ist in der Farbe #C6D58E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6D58E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6D58E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6D58E.