HEX: #ADCCD8
RGB: (173,204,216)
#ADCCD8 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADCCD8 ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADCCD8 wird in RGB als (173,204,216) definiert.
RGB: (173,204,216)
(68%, 80%, 85%)
R 173 von 255 = 68%
G 204 von 255 = 80%
B 216 von 255 = 85%
R + G + B ~ 78%. #ADCCD8 ziemlich helle Farbe.
R + G + B = 173 + 204 + 216 = 593 (100%)
R 173 von 593 ~ 29.17%
G 204 von 593 ~ 34.4%
B 216 von 593 ~ 36.42'%
Die Farbe #ADCCD8 wird in CMYK als (20,6,0,15) definiert.
CMYK: (20,6,0,15)
C20M6Y0K15 (20%, 6%, 0%, 15%)
(0.20 / 0.06 / 0.00 / 0.15)
Farbe #ADCCD8 in den populären Farbmodellen.
AD | CC | D8 | |
---|---|---|---|
RGB | 173 | 204 | 216 |
HSL | 197° | 35.54% | 76.27% |
HSB/HSV | 197° | 19.91% | 84.71% |
CMYK | 19.91% | 5.56% | 0.00% |
15.29% |
Die Farbe #ADCCD8 in den populären Zahlensystemen.
Hexadezimal | AD | CC | D8 |
Dezimal | 173 | 204 | 216 |
Binär | 10101101 | 11001100 | 11011000 |
Oktal | 255 | 314 | 330 |
Dunkle Töne der Farbe #ADCCD8
Helle Töne der Farbe #ADCCD8
Beispiele css- und html für Elemente in der Farbe #ADCCD8. Bitte benutzen Sie auch rgb(173,204,216) statt hex-Code.
.myTextColor { color: #ADCCD8; }
<p style="color:#ADCCD8">This sample text font color is #ADCCD8.</p>
Die Farbe dieses Textes ist #ADCCD8.
.myBgColor { background-color: #ADCCD8; }
<div style="background-color:#ADCCD8">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADCCD8.
.myBorderColor { border: 1px solid #ADCCD8; }
<div style="border:3px solid #ADCCD8">Div</div>
Die Grenzen von diesem div sind in Farbe #ADCCD8.
.myOpacity80 { color: #ADCCD8; opacity: 0.8; }
<p style="color:#ADCCD8;opacity:0.8;">80%</p>
Text in Farbe #ADCCD8 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADCCD8;}
<p style="text-shadow: 3px 3px 1px #ADCCD8">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADCCD8.
.textShadow {text-shadow: 3px 3px 1px #ADCCD8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADCCD8, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADCCD8 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADCCD8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADCCD8, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADCCD8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADCCD8;
-webkit-box-shadow: 1px 1px 3px 2px #ADCCD8;
box-shadow: 1px 1px 3px 2px #ADCCD8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADCCD8; -webkit-box-shadow: 1px 1px 3px 2px #ADCCD8; box-shadow:1px 1px 3px 2px #ADCCD8;">
Div content here
</div>
Dieser Text ist in der Farbe #ADCCD8 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADCCD8 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADCCD8.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADCCD8.
Kontrastfarbe für #hex ist #523327.