HEX: #ADBEAC
RGB: (173,190,172)
#ADBEAC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADBEAC ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADBEAC wird in RGB als (173,190,172) definiert.
RGB: (173,190,172)
(68%, 75%, 67%)
R 173 von 255 = 68%
G 190 von 255 = 75%
B 172 von 255 = 67%
R + G + B ~ 70%. #ADBEAC ziemlich helle Farbe.
R + G + B = 173 + 190 + 172 = 535 (100%)
R 173 von 535 ~ 32.34%
G 190 von 535 ~ 35.51%
B 172 von 535 ~ 32.15'%
Die Farbe #ADBEAC wird in CMYK als (9,0,9,25) definiert.
CMYK: (9,0,9,25)
C9M0Y9K25 (9%, 0%, 9%, 25%)
(0.09 / 0.00 / 0.09 / 0.25)
Farbe #ADBEAC in den populären Farbmodellen.
AD | BE | AC | |
---|---|---|---|
RGB | 173 | 190 | 172 |
HSL | 117° | 12.16% | 70.98% |
HSB/HSV | 117° | 9.47% | 74.51% |
CMYK | 8.95% | 0.00% | 9.47% |
25.49% |
Die Farbe #ADBEAC in den populären Zahlensystemen.
Hexadezimal | AD | BE | AC |
Dezimal | 173 | 190 | 172 |
Binär | 10101101 | 10111110 | 10101100 |
Oktal | 255 | 276 | 254 |
Dunkle Töne der Farbe #ADBEAC
Helle Töne der Farbe #ADBEAC
Beispiele css- und html für Elemente in der Farbe #ADBEAC. Bitte benutzen Sie auch rgb(173,190,172) statt hex-Code.
.myTextColor { color: #ADBEAC; }
<p style="color:#ADBEAC">This sample text font color is #ADBEAC.</p>
Die Farbe dieses Textes ist #ADBEAC.
.myBgColor { background-color: #ADBEAC; }
<div style="background-color:#ADBEAC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADBEAC.
.myBorderColor { border: 1px solid #ADBEAC; }
<div style="border:3px solid #ADBEAC">Div</div>
Die Grenzen von diesem div sind in Farbe #ADBEAC.
.myOpacity80 { color: #ADBEAC; opacity: 0.8; }
<p style="color:#ADBEAC;opacity:0.8;">80%</p>
Text in Farbe #ADBEAC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBEAC;}
<p style="text-shadow: 3px 3px 1px #ADBEAC">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADBEAC.
.textShadow {text-shadow: 3px 3px 1px #ADBEAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBEAC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADBEAC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBEAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBEAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBEAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBEAC;
-webkit-box-shadow: 1px 1px 3px 2px #ADBEAC;
box-shadow: 1px 1px 3px 2px #ADBEAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBEAC; -webkit-box-shadow: 1px 1px 3px 2px #ADBEAC; box-shadow:1px 1px 3px 2px #ADBEAC;">
Div content here
</div>
Dieser Text ist in der Farbe #ADBEAC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADBEAC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADBEAC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADBEAC.
Kontrastfarbe für #ADBEAC ist #524153.