HEX: #ADD2BC
RGB: (173,210,188)
#ADD2BC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADD2BC ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADD2BC wird in RGB als (173,210,188) definiert.
RGB: (173,210,188)
(68%, 82%, 74%)
R 173 von 255 = 68%
G 210 von 255 = 82%
B 188 von 255 = 74%
R + G + B ~ 75%. #ADD2BC ziemlich helle Farbe.
R + G + B = 173 + 210 + 188 = 571 (100%)
R 173 von 571 ~ 30.3%
G 210 von 571 ~ 36.78%
B 188 von 571 ~ 32.92'%
Die Farbe #ADD2BC wird in CMYK als (18,0,10,18) definiert.
CMYK: (18,0,10,18) C18M0Y10K18 (18%,0%,10%,18%) (0.18/0.00/0.10/0.18)
Farbe #ADD2BC in den populären Farbmodellen.
AD | D2 | BC | |
---|---|---|---|
RGB | 173 | 210 | 188 |
HSL | 144° | 29.13% | 75.10% |
HSB/HSV | 144° | 17.62% | 82.35% |
CMYK | 17.62% | 0.00% | 10.48% |
17.65% |
Die Farbe #ADD2BC in den populären Zahlensystemen.
Hexadezimal | AD | D2 | BC |
Dezimal | 173 | 210 | 188 |
Binär | 10101101 | 11010010 | 10111100 |
Oktal | 255 | 322 | 274 |
Dunkle Töne der Farbe #ADD2BC
Helle Töne der Farbe #ADD2BC
Beispiele css- und html für Elemente in der Farbe #ADD2BC. Bitte benutzen Sie auch rgb(173,210,188) statt hex-Code.
.myTextColor { color: #ADD2BC; }
<p style="color:#ADD2BC">This sample text font color is #ADD2BC.</p>
Die Farbe dieses Textes ist #ADD2BC.
.myBgColor { background-color: #ADD2BC; }
<div style="background-color:#ADD2BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADD2BC.
.myBorderColor { border: 1px solid #ADD2BC; }
<div style="border:3px solid #ADD2BC">Div</div>
Die Grenzen von diesem div sind in Farbe #ADD2BC.
.myOpacity80 { color: #ADD2BC; opacity: 0.8; }
<p style="color:#ADD2BC;opacity:0.8;">80%</p>
Text in Farbe #ADD2BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD2BC;}
<p style="text-shadow: 3px 3px 1px #ADD2BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADD2BC.
.textShadow {text-shadow: 3px 3px 1px #ADD2BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD2BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADD2BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD2BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD2BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD2BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD2BC;
-webkit-box-shadow: 1px 1px 3px 2px #ADD2BC;
box-shadow: 1px 1px 3px 2px #ADD2BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD2BC; -webkit-box-shadow: 1px 1px 3px 2px #ADD2BC; box-shadow:1px 1px 3px 2px #ADD2BC;">
Div content here
</div>
Dieser Text ist in der Farbe #ADD2BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADD2BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADD2BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADD2BC.
Kontrastfarbe für #hex ist #522D43.