HEX: #C7ABDF
RGB: (199,171,223)
#C7ABDF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7ABDF ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C7ABDF wird in RGB als (199,171,223) definiert.
RGB: (199,171,223) (78%,67%,87%)
R 199 von 255 = 78%
G 171 von 255 = 67%
B 223 von 255 = 87%
R + G + B ~ 77%. #C7ABDF ziemlich helle Farbe.
R + G + B =
199 + 171 + 223 = 593 (100%)
R 199 von 593 ~ 33.56%
G 171 von 593 ~ 28.84%
B 223 von 593 ~ 37.61%
Die Farbe #C7ABDF wird in CMYK als (11,23,0,13) definiert.
CMYK: (11,23,0,13) C11M23Y0K13 (11%,23%,0%,13%) (0.11/0.23/0.00/0.13)
C7 | AB | DF | |
---|---|---|---|
RGB | 199 | 171 | 223 |
HSL | 272° | 44.83% | 77.25% |
HSB/HSV | 272° | 23.32% | 87.45% |
CMYK | 10.76% | 23.32% | 0.00% |
12.55% |
Hexadezimal | C7 | AB | DF |
Dezimal | 199 | 171 | 223 |
Binär | 11000111 | 10101011 | 11011111 |
Oktal | 307 | 253 | 337 |
Beispiele css- und html für Elemente in der Farbe #C7ABDF. Bitte benutzen Sie auch rgb(199,171,223) statt hex-Code.
.myTextColor { color: #C7ABDF; }
<p style="color:#C7ABDF">This sample text font color is #C7ABDF.</p>
Die Farbe dieses Textes ist #C7ABDF.
.myBgColor { background-color: #C7ABDF; }
<div style="background-color:#C7ABDF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7ABDF.
.myBorderColor { border: 1px solid #C7ABDF; }
<div style="border:3px solid #C7ABDF">Div</div>
Die Grenzen von diesem div sind in Farbe #C7ABDF.
.myOpacity80 { color: #C7ABDF; opacity: 0.8; }
<p style="color:#C7ABDF;opacity:0.8;">80%</p>
Text in Farbe #C7ABDF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7ABDF;}
<p style="text-shadow: 3px 3px 1px #C7ABDF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7ABDF.
.textShadow {text-shadow: 3px 3px 1px #C7ABDF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7ABDF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7ABDF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7ABDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7ABDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7ABDF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7ABDF; -webkit-box-shadow: 1px 1px 3px 2px #C7ABDF; box-shadow: 1px 1px 3px 2px #C7ABDF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7ABDF; -webkit-box-shadow: 1px 1px 3px 2px #C7ABDF; box-shadow:1px 1px 3px 2px #C7ABDF;">
Div content here</div>
Dieser Text ist in der Farbe #C7ABDF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7ABDF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7ABDF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7ABDF.