HEX: #ADDBE6
RGB: (173,219,230)
#ADDBE6 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADDBE6 ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADDBE6 wird in RGB als (173,219,230) definiert.
RGB: (173,219,230)
(68%, 86%, 90%)
R 173 von 255 = 68%
G 219 von 255 = 86%
B 230 von 255 = 90%
R + G + B ~ 81%. #ADDBE6 ziemlich helle Farbe.
R + G + B = 173 + 219 + 230 = 622 (100%)
R 173 von 622 ~ 27.81%
G 219 von 622 ~ 35.21%
B 230 von 622 ~ 36.98'%
Die Farbe #ADDBE6 wird in CMYK als (25,5,0,10) definiert.
CMYK: (25,5,0,10) C25M5Y0K10 (25%,5%,0%,10%) (0.25/0.05/0.00/0.10)
Farbe #ADDBE6 in den populären Farbmodellen.
AD | DB | E6 | |
---|---|---|---|
RGB | 173 | 219 | 230 |
HSL | 192° | 53.27% | 79.02% |
HSB/HSV | 192° | 24.78% | 90.20% |
CMYK | 24.78% | 4.78% | 0.00% |
9.80% |
Die Farbe #ADDBE6 in den populären Zahlensystemen.
Hexadezimal | AD | DB | E6 |
Dezimal | 173 | 219 | 230 |
Binär | 10101101 | 11011011 | 11100110 |
Oktal | 255 | 333 | 346 |
Dunkle Töne der Farbe #ADDBE6
Helle Töne der Farbe #ADDBE6
Beispiele css- und html für Elemente in der Farbe #ADDBE6. Bitte benutzen Sie auch rgb(173,219,230) statt hex-Code.
.myTextColor { color: #ADDBE6; }
<p style="color:#ADDBE6">This sample text font color is #ADDBE6.</p>
Die Farbe dieses Textes ist #ADDBE6.
.myBgColor { background-color: #ADDBE6; }
<div style="background-color:#ADDBE6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADDBE6.
.myBorderColor { border: 1px solid #ADDBE6; }
<div style="border:3px solid #ADDBE6">Div</div>
Die Grenzen von diesem div sind in Farbe #ADDBE6.
.myOpacity80 { color: #ADDBE6; opacity: 0.8; }
<p style="color:#ADDBE6;opacity:0.8;">80%</p>
Text in Farbe #ADDBE6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDBE6;}
<p style="text-shadow: 3px 3px 1px #ADDBE6">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADDBE6.
.textShadow {text-shadow: 3px 3px 1px #ADDBE6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDBE6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADDBE6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDBE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDBE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDBE6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDBE6;
-webkit-box-shadow: 1px 1px 3px 2px #ADDBE6;
box-shadow: 1px 1px 3px 2px #ADDBE6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDBE6; -webkit-box-shadow: 1px 1px 3px 2px #ADDBE6; box-shadow:1px 1px 3px 2px #ADDBE6;">
Div content here
</div>
Dieser Text ist in der Farbe #ADDBE6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADDBE6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADDBE6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADDBE6.
Kontrastfarbe für #hex ist #522419.