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