HEX: #AF88AB
RGB: (175,136,171)
#AF88AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AF88AB ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AF88AB wird in RGB als (175,136,171) definiert.
RGB: (175,136,171)
(69%, 53%, 67%)
R 175 von 255 = 69%
G 136 von 255 = 53%
B 171 von 255 = 67%
R + G + B ~ 63%. #AF88AB ziemlich helle Farbe.
R + G + B = 175 + 136 + 171 = 482 (100%)
R 175 von 482 ~ 36.31%
G 136 von 482 ~ 28.22%
B 171 von 482 ~ 35.48'%
Die Farbe #AF88AB wird in CMYK als (0,22,2,31) definiert.
CMYK: (0,22,2,31) C0M22Y2K31 (0%,22%,2%,31%) (0.00/0.22/0.02/0.31)
Farbe #AF88AB in den populären Farbmodellen.
AF | 88 | AB | |
---|---|---|---|
RGB | 175 | 136 | 171 |
HSL | 306° | 19.60% | 60.98% |
HSB/HSV | 306° | 22.29% | 68.63% |
CMYK | 0.00% | 22.29% | 2.29% |
31.37% |
Die Farbe #AF88AB in den populären Zahlensystemen.
Hexadezimal | AF | 88 | AB |
Dezimal | 175 | 136 | 171 |
Binär | 10101111 | 10001000 | 10101011 |
Oktal | 257 | 210 | 253 |
Dunkle Töne der Farbe #AF88AB
Helle Töne der Farbe #AF88AB
Beispiele css- und html für Elemente in der Farbe #AF88AB. Bitte benutzen Sie auch rgb(175,136,171) statt hex-Code.
.myTextColor { color: #AF88AB; }
<p style="color:#AF88AB">This sample text font color is #AF88AB.</p>
Die Farbe dieses Textes ist #AF88AB.
.myBgColor { background-color: #AF88AB; }
<div style="background-color:#AF88AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AF88AB.
.myBorderColor { border: 1px solid #AF88AB; }
<div style="border:3px solid #AF88AB">Div</div>
Die Grenzen von diesem div sind in Farbe #AF88AB.
.myOpacity80 { color: #AF88AB; opacity: 0.8; }
<p style="color:#AF88AB;opacity:0.8;">80%</p>
Text in Farbe #AF88AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF88AB;}
<p style="text-shadow: 3px 3px 1px #AF88AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #AF88AB.
.textShadow {text-shadow: 3px 3px 1px #AF88AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF88AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AF88AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF88AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF88AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF88AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF88AB;
-webkit-box-shadow: 1px 1px 3px 2px #AF88AB;
box-shadow: 1px 1px 3px 2px #AF88AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF88AB; -webkit-box-shadow: 1px 1px 3px 2px #AF88AB; box-shadow:1px 1px 3px 2px #AF88AB;">
Div content here
</div>
Dieser Text ist in der Farbe #AF88AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AF88AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AF88AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AF88AB.
Kontrastfarbe für #hex ist #507754.