HEX: #E6A8C2
RGB: (230,168,194)
#E6A8C2 enthält hauptsächlich rote und blaue Farbe. Für #E6A8C2 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E6A8C2 wird in RGB als (230,168,194) definiert.
RGB: (230,168,194) (90%,66%,76%)
R 230 von 255 = 90%
G 168 von 255 = 66%
B 194 von 255 = 76%
R + G + B ~ 77%. #E6A8C2 ziemlich helle Farbe.
R + G + B =
230 + 168 + 194 = 592 (100%)
R 230 von 592 ~ 38.85%
G 168 von 592 ~ 28.38%
B 194 von 592 ~ 32.77%
Die Farbe #E6A8C2 wird in CMYK als (0,27,16,10) definiert.
CMYK: (0,27,16,10) C0M27Y16K10 (0%,27%,16%,10%) (0.00/0.27/0.16/0.10)
E6 | A8 | C2 | |
---|---|---|---|
RGB | 230 | 168 | 194 |
HSL | 335° | 55.36% | 78.04% |
HSB/HSV | 335° | 26.96% | 90.20% |
CMYK | 0.00% | 26.96% | 15.65% |
9.80% |
Hexadezimal | E6 | A8 | C2 |
Dezimal | 230 | 168 | 194 |
Binär | 11100110 | 10101000 | 11000010 |
Oktal | 346 | 250 | 302 |
Beispiele css- und html für Elemente in der Farbe #E6A8C2. Bitte benutzen Sie auch rgb(230,168,194) statt hex-Code.
.myTextColor { color: #E6A8C2; }
<p style="color:#E6A8C2">This sample text font color is #E6A8C2.</p>
Die Farbe dieses Textes ist #E6A8C2.
.myBgColor { background-color: #E6A8C2; }
<div style="background-color:#E6A8C2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6A8C2.
.myBorderColor { border: 1px solid #E6A8C2; }
<div style="border:3px solid #E6A8C2">Div</div>
Die Grenzen von diesem div sind in Farbe #E6A8C2.
.myOpacity80 { color: #E6A8C2; opacity: 0.8; }
<p style="color:#E6A8C2;opacity:0.8;">80%</p>
Text in Farbe #E6A8C2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6A8C2;}
<p style="text-shadow: 3px 3px 1px #E6A8C2">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6A8C2.
.textShadow {text-shadow: 3px 3px 1px #E6A8C2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6A8C2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6A8C2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A8C2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6A8C2, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6A8C2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6A8C2; -webkit-box-shadow: 1px 1px 3px 2px #E6A8C2; box-shadow: 1px 1px 3px 2px #E6A8C2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6A8C2; -webkit-box-shadow: 1px 1px 3px 2px #E6A8C2; box-shadow:1px 1px 3px 2px #E6A8C2;">
Div content here</div>
Dieser Text ist in der Farbe #E6A8C2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6A8C2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6A8C2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6A8C2.