HEX: #C7687E
RGB: (199,104,126)
#C7687E enthält hauptsächlich rote Farbe. Für #C7687E ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C7687E wird in RGB als (199,104,126) definiert.
RGB: (199,104,126)
(78%, 41%, 49%)
R 199 von 255 = 78%
G 104 von 255 = 41%
B 126 von 255 = 49%
R + G + B ~ 56%. #C7687E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 199 + 104 + 126 = 429 (100%)
R 199 von 429 ~ 46.39%
G 104 von 429 ~ 24.24%
B 126 von 429 ~ 29.37'%
Die Farbe #C7687E wird in CMYK als (0,48,37,22) definiert.
CMYK: (0,48,37,22)
C0M48Y37K22 (0%, 48%, 37%, 22%)
(0.00 / 0.48 / 0.37 / 0.22)
Farbe #C7687E in den populären Farbmodellen.
C7 | 68 | 7E | |
---|---|---|---|
RGB | 199 | 104 | 126 |
HSL | 346° | 45.89% | 59.41% |
HSB/HSV | 346° | 47.74% | 78.04% |
CMYK | 0.00% | 47.74% | 36.68% |
21.96% |
Die Farbe #C7687E in den populären Zahlensystemen.
Hexadezimal | C7 | 68 | 7E |
Dezimal | 199 | 104 | 126 |
Binär | 11000111 | 1101000 | 1111110 |
Oktal | 307 | 150 | 176 |
Dunkle Töne der Farbe #C7687E
Helle Töne der Farbe #C7687E
Beispiele css- und html für Elemente in der Farbe #C7687E. Bitte benutzen Sie auch rgb(199,104,126) statt hex-Code.
.myTextColor { color: #C7687E; }
<p style="color:#C7687E">This sample text font color is #C7687E.</p>
Die Farbe dieses Textes ist #C7687E.
.myBgColor { background-color: #C7687E; }
<div style="background-color:#C7687E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7687E.
.myBorderColor { border: 1px solid #C7687E; }
<div style="border:3px solid #C7687E">Div</div>
Die Grenzen von diesem div sind in Farbe #C7687E.
.myOpacity80 { color: #C7687E; opacity: 0.8; }
<p style="color:#C7687E;opacity:0.8;">80%</p>
Text in Farbe #C7687E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7687E;}
<p style="text-shadow: 3px 3px 1px #C7687E">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7687E.
.textShadow {text-shadow: 3px 3px 1px #C7687E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7687E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7687E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7687E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7687E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7687E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7687E;
-webkit-box-shadow: 1px 1px 3px 2px #C7687E;
box-shadow: 1px 1px 3px 2px #C7687E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7687E; -webkit-box-shadow: 1px 1px 3px 2px #C7687E; box-shadow:1px 1px 3px 2px #C7687E;">
Div content here
</div>
Dieser Text ist in der Farbe #C7687E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7687E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7687E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7687E.
Kontrastfarbe für #hex ist #389781.