HEX: #C7D995
RGB: (199,217,149)
#C7D995 enthält hauptsächlich rote und grüne Farbe. Für #C7D995 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C7D995 wird in RGB als (199,217,149) definiert.
RGB: (199,217,149)
(78%, 85%, 58%)
R 199 von 255 = 78%
G 217 von 255 = 85%
B 149 von 255 = 58%
R + G + B ~ 74%. #C7D995 ziemlich helle Farbe.
R + G + B = 199 + 217 + 149 = 565 (100%)
R 199 von 565 ~ 35.22%
G 217 von 565 ~ 38.41%
B 149 von 565 ~ 26.37'%
Die Farbe #C7D995 wird in CMYK als (8,0,31,15) definiert.
CMYK: (8,0,31,15)
C8M0Y31K15 (8%, 0%, 31%, 15%)
(0.08 / 0.00 / 0.31 / 0.15)
Farbe #C7D995 in den populären Farbmodellen.
C7 | D9 | 95 | |
---|---|---|---|
RGB | 199 | 217 | 149 |
HSL | 76° | 47.22% | 71.76% |
HSB/HSV | 76° | 31.34% | 85.10% |
CMYK | 8.29% | 0.00% | 31.34% |
14.90% |
Die Farbe #C7D995 in den populären Zahlensystemen.
Hexadezimal | C7 | D9 | 95 |
Dezimal | 199 | 217 | 149 |
Binär | 11000111 | 11011001 | 10010101 |
Oktal | 307 | 331 | 225 |
Dunkle Töne der Farbe #C7D995
Helle Töne der Farbe #C7D995
Beispiele css- und html für Elemente in der Farbe #C7D995. Bitte benutzen Sie auch rgb(199,217,149) statt hex-Code.
.myTextColor { color: #C7D995; }
<p style="color:#C7D995">This sample text font color is #C7D995.</p>
Die Farbe dieses Textes ist #C7D995.
.myBgColor { background-color: #C7D995; }
<div style="background-color:#C7D995">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7D995.
.myBorderColor { border: 1px solid #C7D995; }
<div style="border:3px solid #C7D995">Div</div>
Die Grenzen von diesem div sind in Farbe #C7D995.
.myOpacity80 { color: #C7D995; opacity: 0.8; }
<p style="color:#C7D995;opacity:0.8;">80%</p>
Text in Farbe #C7D995 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7D995;}
<p style="text-shadow: 3px 3px 1px #C7D995">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7D995.
.textShadow {text-shadow: 3px 3px 1px #C7D995', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7D995, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7D995 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7D995, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7D995, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7D995 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7D995;
-webkit-box-shadow: 1px 1px 3px 2px #C7D995;
box-shadow: 1px 1px 3px 2px #C7D995;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7D995; -webkit-box-shadow: 1px 1px 3px 2px #C7D995; box-shadow:1px 1px 3px 2px #C7D995;">
Div content here
</div>
Dieser Text ist in der Farbe #C7D995 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7D995 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7D995.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7D995.
Kontrastfarbe für #hex ist #38266A.