HEX: #ABC6CC
RGB: (171,198,204)
#ABC6CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ABC6CC ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ABC6CC wird in RGB als (171,198,204) definiert.
RGB: (171,198,204)
(67%, 78%, 80%)
R 171 von 255 = 67%
G 198 von 255 = 78%
B 204 von 255 = 80%
R + G + B ~ 75%. #ABC6CC ziemlich helle Farbe.
R + G + B = 171 + 198 + 204 = 573 (100%)
R 171 von 573 ~ 29.84%
G 198 von 573 ~ 34.55%
B 204 von 573 ~ 35.6'%
Die Farbe #ABC6CC wird in CMYK als (16,3,0,20) definiert.
CMYK: (16,3,0,20)
C16M3Y0K20 (16%, 3%, 0%, 20%)
(0.16 / 0.03 / 0.00 / 0.20)
Farbe #ABC6CC in den populären Farbmodellen.
AB | C6 | CC | |
---|---|---|---|
RGB | 171 | 198 | 204 |
HSL | 191° | 24.44% | 73.53% |
HSB/HSV | 191° | 16.18% | 80.00% |
CMYK | 16.18% | 2.94% | 0.00% |
20.00% |
Die Farbe #ABC6CC in den populären Zahlensystemen.
Hexadezimal | AB | C6 | CC |
Dezimal | 171 | 198 | 204 |
Binär | 10101011 | 11000110 | 11001100 |
Oktal | 253 | 306 | 314 |
Dunkle Töne der Farbe #ABC6CC
Helle Töne der Farbe #ABC6CC
Beispiele css- und html für Elemente in der Farbe #ABC6CC. Bitte benutzen Sie auch rgb(171,198,204) statt hex-Code.
.myTextColor { color: #ABC6CC; }
<p style="color:#ABC6CC">This sample text font color is #ABC6CC.</p>
Die Farbe dieses Textes ist #ABC6CC.
.myBgColor { background-color: #ABC6CC; }
<div style="background-color:#ABC6CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ABC6CC.
.myBorderColor { border: 1px solid #ABC6CC; }
<div style="border:3px solid #ABC6CC">Div</div>
Die Grenzen von diesem div sind in Farbe #ABC6CC.
.myOpacity80 { color: #ABC6CC; opacity: 0.8; }
<p style="color:#ABC6CC;opacity:0.8;">80%</p>
Text in Farbe #ABC6CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABC6CC;}
<p style="text-shadow: 3px 3px 1px #ABC6CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #ABC6CC.
.textShadow {text-shadow: 3px 3px 1px #ABC6CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABC6CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ABC6CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABC6CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABC6CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABC6CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABC6CC;
-webkit-box-shadow: 1px 1px 3px 2px #ABC6CC;
box-shadow: 1px 1px 3px 2px #ABC6CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABC6CC; -webkit-box-shadow: 1px 1px 3px 2px #ABC6CC; box-shadow:1px 1px 3px 2px #ABC6CC;">
Div content here
</div>
Dieser Text ist in der Farbe #ABC6CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ABC6CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ABC6CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ABC6CC.
Kontrastfarbe für #hex ist #543933.