HEX: #C693AE
RGB: (198,147,174)
#C693AE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C693AE ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C693AE wird in RGB als (198,147,174) definiert.
RGB: (198,147,174)
(78%, 58%, 68%)
R 198 von 255 = 78%
G 147 von 255 = 58%
B 174 von 255 = 68%
R + G + B ~ 68%. #C693AE ziemlich helle Farbe.
R + G + B = 198 + 147 + 174 = 519 (100%)
R 198 von 519 ~ 38.15%
G 147 von 519 ~ 28.32%
B 174 von 519 ~ 33.53'%
Die Farbe #C693AE wird in CMYK als (0,26,12,22) definiert.
CMYK: (0,26,12,22)
C0M26Y12K22 (0%, 26%, 12%, 22%)
(0.00 / 0.26 / 0.12 / 0.22)
Farbe #C693AE in den populären Farbmodellen.
C6 | 93 | AE | |
---|---|---|---|
RGB | 198 | 147 | 174 |
HSL | 328° | 30.91% | 67.65% |
HSB/HSV | 328° | 25.76% | 77.65% |
CMYK | 0.00% | 25.76% | 12.12% |
22.35% |
Die Farbe #C693AE in den populären Zahlensystemen.
Hexadezimal | C6 | 93 | AE |
Dezimal | 198 | 147 | 174 |
Binär | 11000110 | 10010011 | 10101110 |
Oktal | 306 | 223 | 256 |
Dunkle Töne der Farbe #C693AE
Helle Töne der Farbe #C693AE
Beispiele css- und html für Elemente in der Farbe #C693AE. Bitte benutzen Sie auch rgb(198,147,174) statt hex-Code.
.myTextColor { color: #C693AE; }
<p style="color:#C693AE">This sample text font color is #C693AE.</p>
Die Farbe dieses Textes ist #C693AE.
.myBgColor { background-color: #C693AE; }
<div style="background-color:#C693AE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C693AE.
.myBorderColor { border: 1px solid #C693AE; }
<div style="border:3px solid #C693AE">Div</div>
Die Grenzen von diesem div sind in Farbe #C693AE.
.myOpacity80 { color: #C693AE; opacity: 0.8; }
<p style="color:#C693AE;opacity:0.8;">80%</p>
Text in Farbe #C693AE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C693AE;}
<p style="text-shadow: 3px 3px 1px #C693AE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C693AE.
.textShadow {text-shadow: 3px 3px 1px #C693AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C693AE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C693AE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C693AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C693AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C693AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C693AE;
-webkit-box-shadow: 1px 1px 3px 2px #C693AE;
box-shadow: 1px 1px 3px 2px #C693AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C693AE; -webkit-box-shadow: 1px 1px 3px 2px #C693AE; box-shadow:1px 1px 3px 2px #C693AE;">
Div content here
</div>
Dieser Text ist in der Farbe #C693AE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C693AE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C693AE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C693AE.
Kontrastfarbe für #hex ist #396C51.