HEX: #ABBCC9
RGB: (171,188,201)
#ABBCC9 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ABBCC9 ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ABBCC9 wird in RGB als (171,188,201) definiert.
RGB: (171,188,201)
(67%, 74%, 79%)
R 171 von 255 = 67%
G 188 von 255 = 74%
B 201 von 255 = 79%
R + G + B ~ 73%. #ABBCC9 ziemlich helle Farbe.
R + G + B = 171 + 188 + 201 = 560 (100%)
R 171 von 560 ~ 30.54%
G 188 von 560 ~ 33.57%
B 201 von 560 ~ 35.89'%
Die Farbe #ABBCC9 wird in CMYK als (15,6,0,21) definiert.
CMYK: (15,6,0,21)
C15M6Y0K21 (15%, 6%, 0%, 21%)
(0.15 / 0.06 / 0.00 / 0.21)
Farbe #ABBCC9 in den populären Farbmodellen.
AB | BC | C9 | |
---|---|---|---|
RGB | 171 | 188 | 201 |
HSL | 206° | 21.74% | 72.94% |
HSB/HSV | 206° | 14.93% | 78.82% |
CMYK | 14.93% | 6.47% | 0.00% |
21.18% |
Die Farbe #ABBCC9 in den populären Zahlensystemen.
Hexadezimal | AB | BC | C9 |
Dezimal | 171 | 188 | 201 |
Binär | 10101011 | 10111100 | 11001001 |
Oktal | 253 | 274 | 311 |
Dunkle Töne der Farbe #ABBCC9
Helle Töne der Farbe #ABBCC9
Beispiele css- und html für Elemente in der Farbe #ABBCC9. Bitte benutzen Sie auch rgb(171,188,201) statt hex-Code.
.myTextColor { color: #ABBCC9; }
<p style="color:#ABBCC9">This sample text font color is #ABBCC9.</p>
Die Farbe dieses Textes ist #ABBCC9.
.myBgColor { background-color: #ABBCC9; }
<div style="background-color:#ABBCC9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ABBCC9.
.myBorderColor { border: 1px solid #ABBCC9; }
<div style="border:3px solid #ABBCC9">Div</div>
Die Grenzen von diesem div sind in Farbe #ABBCC9.
.myOpacity80 { color: #ABBCC9; opacity: 0.8; }
<p style="color:#ABBCC9;opacity:0.8;">80%</p>
Text in Farbe #ABBCC9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABBCC9;}
<p style="text-shadow: 3px 3px 1px #ABBCC9">Text here.</p>
Dieser Text hat den Schatten in Farbe #ABBCC9.
.textShadow {text-shadow: 3px 3px 1px #ABBCC9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABBCC9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ABBCC9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABBCC9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABBCC9, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABBCC9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABBCC9;
-webkit-box-shadow: 1px 1px 3px 2px #ABBCC9;
box-shadow: 1px 1px 3px 2px #ABBCC9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABBCC9; -webkit-box-shadow: 1px 1px 3px 2px #ABBCC9; box-shadow:1px 1px 3px 2px #ABBCC9;">
Div content here
</div>
Dieser Text ist in der Farbe #ABBCC9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ABBCC9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ABBCC9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ABBCC9.
Kontrastfarbe für #hex ist #544336.