HEX: #ADBDC5
RGB: (173,189,197)
#ADBDC5 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADBDC5 ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADBDC5 wird in RGB als (173,189,197) definiert.
RGB: (173,189,197) (68%,74%,77%)
R 173 von 255 = 68%
G 189 von 255 = 74%
B 197 von 255 = 77%
R + G + B ~ 73%. #ADBDC5 ziemlich helle Farbe.
R + G + B =
173 + 189 + 197 = 559 (100%)
R 173 von 559 ~ 30.95%
G 189 von 559 ~ 33.81%
B 197 von 559 ~ 35.24%
Die Farbe #ADBDC5 wird in CMYK als (12,4,0,23) definiert.
CMYK: (12,4,0,23) C12M4Y0K23 (12%,4%,0%,23%) (0.12/0.04/0.00/0.23)
AD | BD | C5 | |
---|---|---|---|
RGB | 173 | 189 | 197 |
HSL | 200° | 17.14% | 72.55% |
HSB/HSV | 200° | 12.18% | 77.25% |
CMYK | 12.18% | 4.06% | 0.00% |
22.75% |
Hexadezimal | AD | BD | C5 |
Dezimal | 173 | 189 | 197 |
Binär | 10101101 | 10111101 | 11000101 |
Oktal | 255 | 275 | 305 |
Beispiele css- und html für Elemente in der Farbe #ADBDC5. Bitte benutzen Sie auch rgb(173,189,197) statt hex-Code.
.myTextColor { color: #ADBDC5; }
<p style="color:#ADBDC5">This sample text font color is #ADBDC5.</p>
Die Farbe dieses Textes ist #ADBDC5.
.myBgColor { background-color: #ADBDC5; }
<div style="background-color:#ADBDC5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADBDC5.
.myBorderColor { border: 1px solid #ADBDC5; }
<div style="border:3px solid #ADBDC5">Div</div>
Die Grenzen von diesem div sind in Farbe #ADBDC5.
.myOpacity80 { color: #ADBDC5; opacity: 0.8; }
<p style="color:#ADBDC5;opacity:0.8;">80%</p>
Text in Farbe #ADBDC5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBDC5;}
<p style="text-shadow: 3px 3px 1px #ADBDC5">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADBDC5.
.textShadow {text-shadow: 3px 3px 1px #ADBDC5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBDC5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADBDC5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBDC5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBDC5, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBDC5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADBDC5; -webkit-box-shadow: 1px 1px 3px 2px #ADBDC5; box-shadow: 1px 1px 3px 2px #ADBDC5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADBDC5; -webkit-box-shadow: 1px 1px 3px 2px #ADBDC5; box-shadow:1px 1px 3px 2px #ADBDC5;">
Div content here</div>
Dieser Text ist in der Farbe #ADBDC5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADBDC5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADBDC5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADBDC5.