HEX: #D68595
RGB: (214,133,149)
#D68595 enthält hauptsächlich rote Farbe. Für #D68595 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #D68595 wird in RGB als (214,133,149) definiert.
RGB: (214,133,149)
(84%, 52%, 58%)
R 214 von 255 = 84%
G 133 von 255 = 52%
B 149 von 255 = 58%
R + G + B ~ 65%. #D68595 ziemlich helle Farbe.
R + G + B = 214 + 133 + 149 = 496 (100%)
R 214 von 496 ~ 43.15%
G 133 von 496 ~ 26.81%
B 149 von 496 ~ 30.04'%
Die Farbe #D68595 wird in CMYK als (0,38,30,16) definiert.
CMYK: (0,38,30,16)
C0M38Y30K16 (0%, 38%, 30%, 16%)
(0.00 / 0.38 / 0.30 / 0.16)
Farbe #D68595 in den populären Farbmodellen.
D6 | 85 | 95 | |
---|---|---|---|
RGB | 214 | 133 | 149 |
HSL | 348° | 49.69% | 68.04% |
HSB/HSV | 348° | 37.85% | 83.92% |
CMYK | 0.00% | 37.85% | 30.37% |
16.08% |
Die Farbe #D68595 in den populären Zahlensystemen.
Hexadezimal | D6 | 85 | 95 |
Dezimal | 214 | 133 | 149 |
Binär | 11010110 | 10000101 | 10010101 |
Oktal | 326 | 205 | 225 |
Dunkle Töne der Farbe #D68595
Helle Töne der Farbe #D68595
Beispiele css- und html für Elemente in der Farbe #D68595. Bitte benutzen Sie auch rgb(214,133,149) statt hex-Code.
.myTextColor { color: #D68595; }
<p style="color:#D68595">This sample text font color is #D68595.</p>
Die Farbe dieses Textes ist #D68595.
.myBgColor { background-color: #D68595; }
<div style="background-color:#D68595">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D68595.
.myBorderColor { border: 1px solid #D68595; }
<div style="border:3px solid #D68595">Div</div>
Die Grenzen von diesem div sind in Farbe #D68595.
.myOpacity80 { color: #D68595; opacity: 0.8; }
<p style="color:#D68595;opacity:0.8;">80%</p>
Text in Farbe #D68595 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D68595;}
<p style="text-shadow: 3px 3px 1px #D68595">Text here.</p>
Dieser Text hat den Schatten in Farbe #D68595.
.textShadow {text-shadow: 3px 3px 1px #D68595', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D68595, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D68595 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D68595, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D68595, Direction=45, Strength=4)">Text</p>
This text has shadow with #D68595 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D68595;
-webkit-box-shadow: 1px 1px 3px 2px #D68595;
box-shadow: 1px 1px 3px 2px #D68595;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D68595; -webkit-box-shadow: 1px 1px 3px 2px #D68595; box-shadow:1px 1px 3px 2px #D68595;">
Div content here
</div>
Dieser Text ist in der Farbe #D68595 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D68595 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D68595.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D68595.
Kontrastfarbe für #hex ist #297A6A.