HEX: #AF99AA
RGB: (175,153,170)
#AF99AA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AF99AA ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AF99AA wird in RGB als (175,153,170) definiert.
RGB: (175,153,170) (69%,60%,67%)
R 175 von 255 = 69%
G 153 von 255 = 60%
B 170 von 255 = 67%
R + G + B ~ 65%. #AF99AA ziemlich helle Farbe.
R + G + B =
175 + 153 + 170 = 498 (100%)
R 175 von 498 ~ 35.14%
G 153 von 498 ~ 30.72%
B 170 von 498 ~ 34.14%
Die Farbe #AF99AA wird in CMYK als (0,13,3,31) definiert.
CMYK: (0,13,3,31) C0M13Y3K31 (0%,13%,3%,31%) (0.00/0.13/0.03/0.31)
AF | 99 | AA | |
---|---|---|---|
RGB | 175 | 153 | 170 |
HSL | 314° | 12.09% | 64.31% |
HSB/HSV | 314° | 12.57% | 68.63% |
CMYK | 0.00% | 12.57% | 2.86% |
31.37% |
Hexadezimal | AF | 99 | AA |
Dezimal | 175 | 153 | 170 |
Binär | 10101111 | 10011001 | 10101010 |
Oktal | 257 | 231 | 252 |
Beispiele css- und html für Elemente in der Farbe #AF99AA. Bitte benutzen Sie auch rgb(175,153,170) statt hex-Code.
.myTextColor { color: #AF99AA; }
<p style="color:#AF99AA">This sample text font color is #AF99AA.</p>
Die Farbe dieses Textes ist #AF99AA.
.myBgColor { background-color: #AF99AA; }
<div style="background-color:#AF99AA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AF99AA.
.myBorderColor { border: 1px solid #AF99AA; }
<div style="border:3px solid #AF99AA">Div</div>
Die Grenzen von diesem div sind in Farbe #AF99AA.
.myOpacity80 { color: #AF99AA; opacity: 0.8; }
<p style="color:#AF99AA;opacity:0.8;">80%</p>
Text in Farbe #AF99AA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF99AA;}
<p style="text-shadow: 3px 3px 1px #AF99AA">Text here.</p>
Dieser Text hat den Schatten in Farbe #AF99AA.
.textShadow {text-shadow: 3px 3px 1px #AF99AA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF99AA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AF99AA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF99AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF99AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF99AA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AF99AA; -webkit-box-shadow: 1px 1px 3px 2px #AF99AA; box-shadow: 1px 1px 3px 2px #AF99AA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AF99AA; -webkit-box-shadow: 1px 1px 3px 2px #AF99AA; box-shadow:1px 1px 3px 2px #AF99AA;">
Div content here</div>
Dieser Text ist in der Farbe #AF99AA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AF99AA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AF99AA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AF99AA.