HEX: #ADC1DA
RGB: (173,193,218)
#ADC1DA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADC1DA ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADC1DA wird in RGB als (173,193,218) definiert.
RGB: (173,193,218) (68%,76%,85%)
R 173 von 255 = 68%
G 193 von 255 = 76%
B 218 von 255 = 85%
R + G + B ~ 76%. #ADC1DA ziemlich helle Farbe.
R + G + B =
173 + 193 + 218 = 584 (100%)
R 173 von 584 ~ 29.62%
G 193 von 584 ~ 33.05%
B 218 von 584 ~ 37.33%
Die Farbe #ADC1DA wird in CMYK als (21,11,0,15) definiert.
CMYK: (21,11,0,15) C21M11Y0K15 (21%,11%,0%,15%) (0.21/0.11/0.00/0.15)
AD | C1 | DA | |
---|---|---|---|
RGB | 173 | 193 | 218 |
HSL | 213° | 37.82% | 76.67% |
HSB/HSV | 213° | 20.64% | 85.49% |
CMYK | 20.64% | 11.47% | 0.00% |
14.51% |
Hexadezimal | AD | C1 | DA |
Dezimal | 173 | 193 | 218 |
Binär | 10101101 | 11000001 | 11011010 |
Oktal | 255 | 301 | 332 |
Beispiele css- und html für Elemente in der Farbe #ADC1DA. Bitte benutzen Sie auch rgb(173,193,218) statt hex-Code.
.myTextColor { color: #ADC1DA; }
<p style="color:#ADC1DA">This sample text font color is #ADC1DA.</p>
Die Farbe dieses Textes ist #ADC1DA.
.myBgColor { background-color: #ADC1DA; }
<div style="background-color:#ADC1DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADC1DA.
.myBorderColor { border: 1px solid #ADC1DA; }
<div style="border:3px solid #ADC1DA">Div</div>
Die Grenzen von diesem div sind in Farbe #ADC1DA.
.myOpacity80 { color: #ADC1DA; opacity: 0.8; }
<p style="color:#ADC1DA;opacity:0.8;">80%</p>
Text in Farbe #ADC1DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC1DA;}
<p style="text-shadow: 3px 3px 1px #ADC1DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADC1DA.
.textShadow {text-shadow: 3px 3px 1px #ADC1DA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC1DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADC1DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC1DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC1DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC1DA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADC1DA; -webkit-box-shadow: 1px 1px 3px 2px #ADC1DA; box-shadow: 1px 1px 3px 2px #ADC1DA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADC1DA; -webkit-box-shadow: 1px 1px 3px 2px #ADC1DA; box-shadow:1px 1px 3px 2px #ADC1DA;">
Div content here</div>
Dieser Text ist in der Farbe #ADC1DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADC1DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADC1DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADC1DA.