HEX: #AB99CD
RGB: (171,153,205)
#AB99CD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB99CD ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #AB99CD wird in RGB als (171,153,205) definiert.
RGB: (171,153,205) (67%,60%,80%)
R 171 von 255 = 67%
G 153 von 255 = 60%
B 205 von 255 = 80%
R + G + B ~ 69%. #AB99CD ziemlich helle Farbe.
R + G + B =
171 + 153 + 205 = 529 (100%)
R 171 von 529 ~ 32.33%
G 153 von 529 ~ 28.92%
B 205 von 529 ~ 38.75%
Die Farbe #AB99CD wird in CMYK als (17,25,0,20) definiert.
CMYK: (17,25,0,20) C17M25Y0K20 (17%,25%,0%,20%) (0.17/0.25/0.00/0.20)
AB | 99 | CD | |
---|---|---|---|
RGB | 171 | 153 | 205 |
HSL | 261° | 34.21% | 70.20% |
HSB/HSV | 261° | 25.37% | 80.39% |
CMYK | 16.59% | 25.37% | 0.00% |
19.61% |
Hexadezimal | AB | 99 | CD |
Dezimal | 171 | 153 | 205 |
Binär | 10101011 | 10011001 | 11001101 |
Oktal | 253 | 231 | 315 |
Beispiele css- und html für Elemente in der Farbe #AB99CD. Bitte benutzen Sie auch rgb(171,153,205) statt hex-Code.
.myTextColor { color: #AB99CD; }
<p style="color:#AB99CD">This sample text font color is #AB99CD.</p>
Die Farbe dieses Textes ist #AB99CD.
.myBgColor { background-color: #AB99CD; }
<div style="background-color:#AB99CD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB99CD.
.myBorderColor { border: 1px solid #AB99CD; }
<div style="border:3px solid #AB99CD">Div</div>
Die Grenzen von diesem div sind in Farbe #AB99CD.
.myOpacity80 { color: #AB99CD; opacity: 0.8; }
<p style="color:#AB99CD;opacity:0.8;">80%</p>
Text in Farbe #AB99CD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB99CD;}
<p style="text-shadow: 3px 3px 1px #AB99CD">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB99CD.
.textShadow {text-shadow: 3px 3px 1px #AB99CD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB99CD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB99CD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB99CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB99CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB99CD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB99CD; -webkit-box-shadow: 1px 1px 3px 2px #AB99CD; box-shadow: 1px 1px 3px 2px #AB99CD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB99CD; -webkit-box-shadow: 1px 1px 3px 2px #AB99CD; box-shadow:1px 1px 3px 2px #AB99CD;">
Div content here</div>
Dieser Text ist in der Farbe #AB99CD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB99CD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB99CD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB99CD.