HEX: #ADABCB
RGB: (173,171,203)
#ADABCB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADABCB ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #ADABCB wird in RGB als (173,171,203) definiert.
RGB: (173,171,203) (68%,67%,80%)
R 173 von 255 = 68%
G 171 von 255 = 67%
B 203 von 255 = 80%
R + G + B ~ 72%. #ADABCB ziemlich helle Farbe.
R + G + B =
173 + 171 + 203 = 547 (100%)
R 173 von 547 ~ 31.63%
G 171 von 547 ~ 31.26%
B 203 von 547 ~ 37.11%
Die Farbe #ADABCB wird in CMYK als (15,16,0,20) definiert.
CMYK: (15,16,0,20) C15M16Y0K20 (15%,16%,0%,20%) (0.15/0.16/0.00/0.20)
AD | AB | CB | |
---|---|---|---|
RGB | 173 | 171 | 203 |
HSL | 244° | 23.53% | 73.33% |
HSB/HSV | 244° | 15.76% | 79.61% |
CMYK | 14.78% | 15.76% | 0.00% |
20.39% |
Hexadezimal | AD | AB | CB |
Dezimal | 173 | 171 | 203 |
Binär | 10101101 | 10101011 | 11001011 |
Oktal | 255 | 253 | 313 |
Beispiele css- und html für Elemente in der Farbe #ADABCB. Bitte benutzen Sie auch rgb(173,171,203) statt hex-Code.
.myTextColor { color: #ADABCB; }
<p style="color:#ADABCB">This sample text font color is #ADABCB.</p>
Die Farbe dieses Textes ist #ADABCB.
.myBgColor { background-color: #ADABCB; }
<div style="background-color:#ADABCB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADABCB.
.myBorderColor { border: 1px solid #ADABCB; }
<div style="border:3px solid #ADABCB">Div</div>
Die Grenzen von diesem div sind in Farbe #ADABCB.
.myOpacity80 { color: #ADABCB; opacity: 0.8; }
<p style="color:#ADABCB;opacity:0.8;">80%</p>
Text in Farbe #ADABCB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADABCB;}
<p style="text-shadow: 3px 3px 1px #ADABCB">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADABCB.
.textShadow {text-shadow: 3px 3px 1px #ADABCB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADABCB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADABCB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADABCB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADABCB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADABCB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADABCB; -webkit-box-shadow: 1px 1px 3px 2px #ADABCB; box-shadow: 1px 1px 3px 2px #ADABCB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADABCB; -webkit-box-shadow: 1px 1px 3px 2px #ADABCB; box-shadow:1px 1px 3px 2px #ADABCB;">
Div content here</div>
Dieser Text ist in der Farbe #ADABCB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADABCB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADABCB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADABCB.