HEX: #C5D99B
RGB: (197,217,155)
#C5D99B enthält hauptsächlich rote und grüne Farbe. Für #C5D99B ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C5D99B wird in RGB als (197,217,155) definiert.
RGB: (197,217,155)
(77%, 85%, 61%)
R 197 von 255 = 77%
G 217 von 255 = 85%
B 155 von 255 = 61%
R + G + B ~ 74%. #C5D99B ziemlich helle Farbe.
R + G + B = 197 + 217 + 155 = 569 (100%)
R 197 von 569 ~ 34.62%
G 217 von 569 ~ 38.14%
B 155 von 569 ~ 27.24'%
Die Farbe #C5D99B wird in CMYK als (9,0,29,15) definiert.
CMYK: (9,0,29,15)
C9M0Y29K15 (9%, 0%, 29%, 15%)
(0.09 / 0.00 / 0.29 / 0.15)
Farbe #C5D99B in den populären Farbmodellen.
C5 | D9 | 9B | |
---|---|---|---|
RGB | 197 | 217 | 155 |
HSL | 79° | 44.93% | 72.94% |
HSB/HSV | 79° | 28.57% | 85.10% |
CMYK | 9.22% | 0.00% | 28.57% |
14.90% |
Die Farbe #C5D99B in den populären Zahlensystemen.
Hexadezimal | C5 | D9 | 9B |
Dezimal | 197 | 217 | 155 |
Binär | 11000101 | 11011001 | 10011011 |
Oktal | 305 | 331 | 233 |
Dunkle Töne der Farbe #C5D99B
Helle Töne der Farbe #C5D99B
Beispiele css- und html für Elemente in der Farbe #C5D99B. Bitte benutzen Sie auch rgb(197,217,155) statt hex-Code.
.myTextColor { color: #C5D99B; }
<p style="color:#C5D99B">This sample text font color is #C5D99B.</p>
Die Farbe dieses Textes ist #C5D99B.
.myBgColor { background-color: #C5D99B; }
<div style="background-color:#C5D99B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5D99B.
.myBorderColor { border: 1px solid #C5D99B; }
<div style="border:3px solid #C5D99B">Div</div>
Die Grenzen von diesem div sind in Farbe #C5D99B.
.myOpacity80 { color: #C5D99B; opacity: 0.8; }
<p style="color:#C5D99B;opacity:0.8;">80%</p>
Text in Farbe #C5D99B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5D99B;}
<p style="text-shadow: 3px 3px 1px #C5D99B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5D99B.
.textShadow {text-shadow: 3px 3px 1px #C5D99B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5D99B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5D99B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D99B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5D99B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5D99B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5D99B;
-webkit-box-shadow: 1px 1px 3px 2px #C5D99B;
box-shadow: 1px 1px 3px 2px #C5D99B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5D99B; -webkit-box-shadow: 1px 1px 3px 2px #C5D99B; box-shadow:1px 1px 3px 2px #C5D99B;">
Div content here
</div>
Dieser Text ist in der Farbe #C5D99B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5D99B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5D99B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5D99B.
Kontrastfarbe für #hex ist #3A2664.