HEX: #C7C995
RGB: (199,201,149)
#C7C995 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7C995 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C7C995 wird in RGB als (199,201,149) definiert.
RGB: (199,201,149)
(78%, 79%, 58%)
R 199 von 255 = 78%
G 201 von 255 = 79%
B 149 von 255 = 58%
R + G + B ~ 72%. #C7C995 ziemlich helle Farbe.
R + G + B = 199 + 201 + 149 = 549 (100%)
R 199 von 549 ~ 36.25%
G 201 von 549 ~ 36.61%
B 149 von 549 ~ 27.14'%
Die Farbe #C7C995 wird in CMYK als (1,0,26,21) definiert.
CMYK: (1,0,26,21)
C1M0Y26K21 (1%, 0%, 26%, 21%)
(0.01 / 0.00 / 0.26 / 0.21)
Farbe #C7C995 in den populären Farbmodellen.
C7 | C9 | 95 | |
---|---|---|---|
RGB | 199 | 201 | 149 |
HSL | 62° | 32.50% | 68.63% |
HSB/HSV | 62° | 25.87% | 78.82% |
CMYK | 1.00% | 0.00% | 25.87% |
21.18% |
Die Farbe #C7C995 in den populären Zahlensystemen.
Hexadezimal | C7 | C9 | 95 |
Dezimal | 199 | 201 | 149 |
Binär | 11000111 | 11001001 | 10010101 |
Oktal | 307 | 311 | 225 |
Dunkle Töne der Farbe #C7C995
Helle Töne der Farbe #C7C995
Beispiele css- und html für Elemente in der Farbe #C7C995. Bitte benutzen Sie auch rgb(199,201,149) statt hex-Code.
.myTextColor { color: #C7C995; }
<p style="color:#C7C995">This sample text font color is #C7C995.</p>
Die Farbe dieses Textes ist #C7C995.
.myBgColor { background-color: #C7C995; }
<div style="background-color:#C7C995">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7C995.
.myBorderColor { border: 1px solid #C7C995; }
<div style="border:3px solid #C7C995">Div</div>
Die Grenzen von diesem div sind in Farbe #C7C995.
.myOpacity80 { color: #C7C995; opacity: 0.8; }
<p style="color:#C7C995;opacity:0.8;">80%</p>
Text in Farbe #C7C995 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7C995;}
<p style="text-shadow: 3px 3px 1px #C7C995">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7C995.
.textShadow {text-shadow: 3px 3px 1px #C7C995', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7C995, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7C995 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7C995, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7C995, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7C995 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7C995;
-webkit-box-shadow: 1px 1px 3px 2px #C7C995;
box-shadow: 1px 1px 3px 2px #C7C995;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7C995; -webkit-box-shadow: 1px 1px 3px 2px #C7C995; box-shadow:1px 1px 3px 2px #C7C995;">
Div content here
</div>
Dieser Text ist in der Farbe #C7C995 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7C995 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7C995.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7C995.
Kontrastfarbe für #hex ist #38366A.