HEX: #ADC6BD
RGB: (173,198,189)
#ADC6BD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADC6BD ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADC6BD wird in RGB als (173,198,189) definiert.
RGB: (173,198,189)
(68%, 78%, 74%)
R 173 von 255 = 68%
G 198 von 255 = 78%
B 189 von 255 = 74%
R + G + B ~ 73%. #ADC6BD ziemlich helle Farbe.
R + G + B = 173 + 198 + 189 = 560 (100%)
R 173 von 560 ~ 30.89%
G 198 von 560 ~ 35.36%
B 189 von 560 ~ 33.75'%
Die Farbe #ADC6BD wird in CMYK als (13,0,5,22) definiert.
CMYK: (13,0,5,22)
C13M0Y5K22 (13%, 0%, 5%, 22%)
(0.13 / 0.00 / 0.05 / 0.22)
Farbe #ADC6BD in den populären Farbmodellen.
AD | C6 | BD | |
---|---|---|---|
RGB | 173 | 198 | 189 |
HSL | 158° | 17.99% | 72.75% |
HSB/HSV | 158° | 12.63% | 77.65% |
CMYK | 12.63% | 0.00% | 4.55% |
22.35% |
Die Farbe #ADC6BD in den populären Zahlensystemen.
Hexadezimal | AD | C6 | BD |
Dezimal | 173 | 198 | 189 |
Binär | 10101101 | 11000110 | 10111101 |
Oktal | 255 | 306 | 275 |
Dunkle Töne der Farbe #ADC6BD
Helle Töne der Farbe #ADC6BD
Beispiele css- und html für Elemente in der Farbe #ADC6BD. Bitte benutzen Sie auch rgb(173,198,189) statt hex-Code.
.myTextColor { color: #ADC6BD; }
<p style="color:#ADC6BD">This sample text font color is #ADC6BD.</p>
Die Farbe dieses Textes ist #ADC6BD.
.myBgColor { background-color: #ADC6BD; }
<div style="background-color:#ADC6BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADC6BD.
.myBorderColor { border: 1px solid #ADC6BD; }
<div style="border:3px solid #ADC6BD">Div</div>
Die Grenzen von diesem div sind in Farbe #ADC6BD.
.myOpacity80 { color: #ADC6BD; opacity: 0.8; }
<p style="color:#ADC6BD;opacity:0.8;">80%</p>
Text in Farbe #ADC6BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC6BD;}
<p style="text-shadow: 3px 3px 1px #ADC6BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADC6BD.
.textShadow {text-shadow: 3px 3px 1px #ADC6BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC6BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADC6BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC6BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC6BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC6BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC6BD;
-webkit-box-shadow: 1px 1px 3px 2px #ADC6BD;
box-shadow: 1px 1px 3px 2px #ADC6BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC6BD; -webkit-box-shadow: 1px 1px 3px 2px #ADC6BD; box-shadow:1px 1px 3px 2px #ADC6BD;">
Div content here
</div>
Dieser Text ist in der Farbe #ADC6BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADC6BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADC6BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADC6BD.
Kontrastfarbe für #hex ist #523942.