HEX: #ADCDC6
RGB: (173,205,198)
#ADCDC6 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADCDC6 ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADCDC6 wird in RGB als (173,205,198) definiert.
RGB: (173,205,198) (68%,80%,78%)
R 173 von 255 = 68%
G 205 von 255 = 80%
B 198 von 255 = 78%
R + G + B ~ 75%. #ADCDC6 ziemlich helle Farbe.
R + G + B =
173 + 205 + 198 = 576 (100%)
R 173 von 576 ~ 30.03%
G 205 von 576 ~ 35.59%
B 198 von 576 ~ 34.38%
Die Farbe #ADCDC6 wird in CMYK als (16,0,3,20) definiert.
CMYK: (16,0,3,20) C16M0Y3K20 (16%,0%,3%,20%) (0.16/0.00/0.03/0.20)
AD | CD | C6 | |
---|---|---|---|
RGB | 173 | 205 | 198 |
HSL | 167° | 24.24% | 74.12% |
HSB/HSV | 167° | 15.61% | 80.39% |
CMYK | 15.61% | 0.00% | 3.41% |
19.61% |
Hexadezimal | AD | CD | C6 |
Dezimal | 173 | 205 | 198 |
Binär | 10101101 | 11001101 | 11000110 |
Oktal | 255 | 315 | 306 |
Beispiele css- und html für Elemente in der Farbe #ADCDC6. Bitte benutzen Sie auch rgb(173,205,198) statt hex-Code.
.myTextColor { color: #ADCDC6; }
<p style="color:#ADCDC6">This sample text font color is #ADCDC6.</p>
Die Farbe dieses Textes ist #ADCDC6.
.myBgColor { background-color: #ADCDC6; }
<div style="background-color:#ADCDC6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADCDC6.
.myBorderColor { border: 1px solid #ADCDC6; }
<div style="border:3px solid #ADCDC6">Div</div>
Die Grenzen von diesem div sind in Farbe #ADCDC6.
.myOpacity80 { color: #ADCDC6; opacity: 0.8; }
<p style="color:#ADCDC6;opacity:0.8;">80%</p>
Text in Farbe #ADCDC6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADCDC6;}
<p style="text-shadow: 3px 3px 1px #ADCDC6">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADCDC6.
.textShadow {text-shadow: 3px 3px 1px #ADCDC6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADCDC6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADCDC6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADCDC6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADCDC6, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADCDC6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADCDC6; -webkit-box-shadow: 1px 1px 3px 2px #ADCDC6; box-shadow: 1px 1px 3px 2px #ADCDC6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADCDC6; -webkit-box-shadow: 1px 1px 3px 2px #ADCDC6; box-shadow:1px 1px 3px 2px #ADCDC6;">
Div content here</div>
Dieser Text ist in der Farbe #ADCDC6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADCDC6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADCDC6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADCDC6.