HEX: #ADBBAC
RGB: (173,187,172)
#ADBBAC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADBBAC ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADBBAC wird in RGB als (173,187,172) definiert.
RGB: (173,187,172) (68%,73%,67%)
R 173 von 255 = 68%
G 187 von 255 = 73%
B 172 von 255 = 67%
R + G + B ~ 69%. #ADBBAC ziemlich helle Farbe.
R + G + B =
173 + 187 + 172 = 532 (100%)
R 173 von 532 ~ 32.52%
G 187 von 532 ~ 35.15%
B 172 von 532 ~ 32.33%
Die Farbe #ADBBAC wird in CMYK als (7,0,8,27) definiert.
CMYK: (7,0,8,27) C7M0Y8K27 (7%,0%,8%,27%) (0.07/0.00/0.08/0.27)
AD | BB | AC | |
---|---|---|---|
RGB | 173 | 187 | 172 |
HSL | 116° | 9.93% | 70.39% |
HSB/HSV | 116° | 8.02% | 73.33% |
CMYK | 7.49% | 0.00% | 8.02% |
26.67% |
Hexadezimal | AD | BB | AC |
Dezimal | 173 | 187 | 172 |
Binär | 10101101 | 10111011 | 10101100 |
Oktal | 255 | 273 | 254 |
Beispiele css- und html für Elemente in der Farbe #ADBBAC. Bitte benutzen Sie auch rgb(173,187,172) statt hex-Code.
.myTextColor { color: #ADBBAC; }
<p style="color:#ADBBAC">This sample text font color is #ADBBAC.</p>
Die Farbe dieses Textes ist #ADBBAC.
.myBgColor { background-color: #ADBBAC; }
<div style="background-color:#ADBBAC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADBBAC.
.myBorderColor { border: 1px solid #ADBBAC; }
<div style="border:3px solid #ADBBAC">Div</div>
Die Grenzen von diesem div sind in Farbe #ADBBAC.
.myOpacity80 { color: #ADBBAC; opacity: 0.8; }
<p style="color:#ADBBAC;opacity:0.8;">80%</p>
Text in Farbe #ADBBAC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBBAC;}
<p style="text-shadow: 3px 3px 1px #ADBBAC">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADBBAC.
.textShadow {text-shadow: 3px 3px 1px #ADBBAC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBBAC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADBBAC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBBAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBBAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBBAC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADBBAC; -webkit-box-shadow: 1px 1px 3px 2px #ADBBAC; box-shadow: 1px 1px 3px 2px #ADBBAC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADBBAC; -webkit-box-shadow: 1px 1px 3px 2px #ADBBAC; box-shadow:1px 1px 3px 2px #ADBBAC;">
Div content here</div>
Dieser Text ist in der Farbe #ADBBAC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADBBAC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADBBAC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADBBAC.