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