HEX: #ADC7DC
RGB: (173,199,220)
#ADC7DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADC7DC ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADC7DC wird in RGB als (173,199,220) definiert.
RGB: (173,199,220) (68%,78%,86%)
R 173 von 255 = 68%
G 199 von 255 = 78%
B 220 von 255 = 86%
R + G + B ~ 77%. #ADC7DC ziemlich helle Farbe.
R + G + B =
173 + 199 + 220 = 592 (100%)
R 173 von 592 ~ 29.22%
G 199 von 592 ~ 33.61%
B 220 von 592 ~ 37.16%
Die Farbe #ADC7DC wird in CMYK als (21,10,0,14) definiert.
CMYK: (21,10,0,14) C21M10Y0K14 (21%,10%,0%,14%) (0.21/0.10/0.00/0.14)
AD | C7 | DC | |
---|---|---|---|
RGB | 173 | 199 | 220 |
HSL | 207° | 40.17% | 77.06% |
HSB/HSV | 207° | 21.36% | 86.27% |
CMYK | 21.36% | 9.55% | 0.00% |
13.73% |
Hexadezimal | AD | C7 | DC |
Dezimal | 173 | 199 | 220 |
Binär | 10101101 | 11000111 | 11011100 |
Oktal | 255 | 307 | 334 |
Beispiele css- und html für Elemente in der Farbe #ADC7DC. Bitte benutzen Sie auch rgb(173,199,220) statt hex-Code.
.myTextColor { color: #ADC7DC; }
<p style="color:#ADC7DC">This sample text font color is #ADC7DC.</p>
Die Farbe dieses Textes ist #ADC7DC.
.myBgColor { background-color: #ADC7DC; }
<div style="background-color:#ADC7DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADC7DC.
.myBorderColor { border: 1px solid #ADC7DC; }
<div style="border:3px solid #ADC7DC">Div</div>
Die Grenzen von diesem div sind in Farbe #ADC7DC.
.myOpacity80 { color: #ADC7DC; opacity: 0.8; }
<p style="color:#ADC7DC;opacity:0.8;">80%</p>
Text in Farbe #ADC7DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC7DC;}
<p style="text-shadow: 3px 3px 1px #ADC7DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADC7DC.
.textShadow {text-shadow: 3px 3px 1px #ADC7DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC7DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADC7DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC7DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC7DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC7DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADC7DC; -webkit-box-shadow: 1px 1px 3px 2px #ADC7DC; box-shadow: 1px 1px 3px 2px #ADC7DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADC7DC; -webkit-box-shadow: 1px 1px 3px 2px #ADC7DC; box-shadow:1px 1px 3px 2px #ADC7DC;">
Div content here</div>
Dieser Text ist in der Farbe #ADC7DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADC7DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADC7DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADC7DC.