HEX: #AFBBDD
RGB: (175,187,221)
#AFBBDD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AFBBDD ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #AFBBDD wird in RGB als (175,187,221) definiert.
RGB: (175,187,221) (69%,73%,87%)
R 175 von 255 = 69%
G 187 von 255 = 73%
B 221 von 255 = 87%
R + G + B ~ 76%. #AFBBDD ziemlich helle Farbe.
R + G + B =
175 + 187 + 221 = 583 (100%)
R 175 von 583 ~ 30.02%
G 187 von 583 ~ 32.08%
B 221 von 583 ~ 37.91%
Die Farbe #AFBBDD wird in CMYK als (21,15,0,13) definiert.
CMYK: (21,15,0,13) C21M15Y0K13 (21%,15%,0%,13%) (0.21/0.15/0.00/0.13)
AF | BB | DD | |
---|---|---|---|
RGB | 175 | 187 | 221 |
HSL | 224° | 40.35% | 77.65% |
HSB/HSV | 224° | 20.81% | 86.67% |
CMYK | 20.81% | 15.38% | 0.00% |
13.33% |
Hexadezimal | AF | BB | DD |
Dezimal | 175 | 187 | 221 |
Binär | 10101111 | 10111011 | 11011101 |
Oktal | 257 | 273 | 335 |
Beispiele css- und html für Elemente in der Farbe #AFBBDD. Bitte benutzen Sie auch rgb(175,187,221) statt hex-Code.
.myTextColor { color: #AFBBDD; }
<p style="color:#AFBBDD">This sample text font color is #AFBBDD.</p>
Die Farbe dieses Textes ist #AFBBDD.
.myBgColor { background-color: #AFBBDD; }
<div style="background-color:#AFBBDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AFBBDD.
.myBorderColor { border: 1px solid #AFBBDD; }
<div style="border:3px solid #AFBBDD">Div</div>
Die Grenzen von diesem div sind in Farbe #AFBBDD.
.myOpacity80 { color: #AFBBDD; opacity: 0.8; }
<p style="color:#AFBBDD;opacity:0.8;">80%</p>
Text in Farbe #AFBBDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AFBBDD;}
<p style="text-shadow: 3px 3px 1px #AFBBDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #AFBBDD.
.textShadow {text-shadow: 3px 3px 1px #AFBBDD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AFBBDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AFBBDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFBBDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AFBBDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AFBBDD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AFBBDD; -webkit-box-shadow: 1px 1px 3px 2px #AFBBDD; box-shadow: 1px 1px 3px 2px #AFBBDD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AFBBDD; -webkit-box-shadow: 1px 1px 3px 2px #AFBBDD; box-shadow:1px 1px 3px 2px #AFBBDD;">
Div content here</div>
Dieser Text ist in der Farbe #AFBBDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AFBBDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AFBBDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AFBBDD.