HEX: #C5CC93
RGB: (197,204,147)
#C5CC93 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5CC93 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C5CC93 wird in RGB als (197,204,147) definiert.
RGB: (197,204,147)
(77%, 80%, 58%)
R 197 von 255 = 77%
G 204 von 255 = 80%
B 147 von 255 = 58%
R + G + B ~ 72%. #C5CC93 ziemlich helle Farbe.
R + G + B = 197 + 204 + 147 = 548 (100%)
R 197 von 548 ~ 35.95%
G 204 von 548 ~ 37.23%
B 147 von 548 ~ 26.82'%
Die Farbe #C5CC93 wird in CMYK als (3,0,28,20) definiert.
CMYK: (3,0,28,20)
C3M0Y28K20 (3%, 0%, 28%, 20%)
(0.03 / 0.00 / 0.28 / 0.20)
Farbe #C5CC93 in den populären Farbmodellen.
C5 | CC | 93 | |
---|---|---|---|
RGB | 197 | 204 | 147 |
HSL | 67° | 35.85% | 68.82% |
HSB/HSV | 67° | 27.94% | 80.00% |
CMYK | 3.43% | 0.00% | 27.94% |
20.00% |
Die Farbe #C5CC93 in den populären Zahlensystemen.
Hexadezimal | C5 | CC | 93 |
Dezimal | 197 | 204 | 147 |
Binär | 11000101 | 11001100 | 10010011 |
Oktal | 305 | 314 | 223 |
Dunkle Töne der Farbe #C5CC93
Helle Töne der Farbe #C5CC93
Beispiele css- und html für Elemente in der Farbe #C5CC93. Bitte benutzen Sie auch rgb(197,204,147) statt hex-Code.
.myTextColor { color: #C5CC93; }
<p style="color:#C5CC93">This sample text font color is #C5CC93.</p>
Die Farbe dieses Textes ist #C5CC93.
.myBgColor { background-color: #C5CC93; }
<div style="background-color:#C5CC93">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5CC93.
.myBorderColor { border: 1px solid #C5CC93; }
<div style="border:3px solid #C5CC93">Div</div>
Die Grenzen von diesem div sind in Farbe #C5CC93.
.myOpacity80 { color: #C5CC93; opacity: 0.8; }
<p style="color:#C5CC93;opacity:0.8;">80%</p>
Text in Farbe #C5CC93 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5CC93;}
<p style="text-shadow: 3px 3px 1px #C5CC93">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5CC93.
.textShadow {text-shadow: 3px 3px 1px #C5CC93', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5CC93, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5CC93 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5CC93, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5CC93, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5CC93 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5CC93;
-webkit-box-shadow: 1px 1px 3px 2px #C5CC93;
box-shadow: 1px 1px 3px 2px #C5CC93;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5CC93; -webkit-box-shadow: 1px 1px 3px 2px #C5CC93; box-shadow:1px 1px 3px 2px #C5CC93;">
Div content here
</div>
Dieser Text ist in der Farbe #C5CC93 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5CC93 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5CC93.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5CC93.
Kontrastfarbe für #hex ist #3A336C.