HEX: #ADA6BA
RGB: (173,166,186)
#ADA6BA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADA6BA ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #ADA6BA wird in RGB als (173,166,186) definiert.
RGB: (173,166,186) (68%,65%,73%)
R 173 von 255 = 68%
G 166 von 255 = 65%
B 186 von 255 = 73%
R + G + B ~ 69%. #ADA6BA ziemlich helle Farbe.
R + G + B =
173 + 166 + 186 = 525 (100%)
R 173 von 525 ~ 32.95%
G 166 von 525 ~ 31.62%
B 186 von 525 ~ 35.43%
Die Farbe #ADA6BA wird in CMYK als (7,11,0,27) definiert.
CMYK: (7,11,0,27) C7M11Y0K27 (7%,11%,0%,27%) (0.07/0.11/0.00/0.27)
AD | A6 | BA | |
---|---|---|---|
RGB | 173 | 166 | 186 |
HSL | 261° | 12.66% | 69.02% |
HSB/HSV | 261° | 10.75% | 72.94% |
CMYK | 6.99% | 10.75% | 0.00% |
27.06% |
Hexadezimal | AD | A6 | BA |
Dezimal | 173 | 166 | 186 |
Binär | 10101101 | 10100110 | 10111010 |
Oktal | 255 | 246 | 272 |
Beispiele css- und html für Elemente in der Farbe #ADA6BA. Bitte benutzen Sie auch rgb(173,166,186) statt hex-Code.
.myTextColor { color: #ADA6BA; }
<p style="color:#ADA6BA">This sample text font color is #ADA6BA.</p>
Die Farbe dieses Textes ist #ADA6BA.
.myBgColor { background-color: #ADA6BA; }
<div style="background-color:#ADA6BA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADA6BA.
.myBorderColor { border: 1px solid #ADA6BA; }
<div style="border:3px solid #ADA6BA">Div</div>
Die Grenzen von diesem div sind in Farbe #ADA6BA.
.myOpacity80 { color: #ADA6BA; opacity: 0.8; }
<p style="color:#ADA6BA;opacity:0.8;">80%</p>
Text in Farbe #ADA6BA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA6BA;}
<p style="text-shadow: 3px 3px 1px #ADA6BA">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADA6BA.
.textShadow {text-shadow: 3px 3px 1px #ADA6BA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA6BA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADA6BA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA6BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA6BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA6BA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADA6BA; -webkit-box-shadow: 1px 1px 3px 2px #ADA6BA; box-shadow: 1px 1px 3px 2px #ADA6BA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADA6BA; -webkit-box-shadow: 1px 1px 3px 2px #ADA6BA; box-shadow:1px 1px 3px 2px #ADA6BA;">
Div content here</div>
Dieser Text ist in der Farbe #ADA6BA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADA6BA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADA6BA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADA6BA.