HEX: #ADB689
RGB: (173,182,137)
#ADB689 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADB689 ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADB689 wird in RGB als (173,182,137) definiert.
RGB: (173,182,137) (68%,71%,54%)
R 173 von 255 = 68%
G 182 von 255 = 71%
B 137 von 255 = 54%
R + G + B ~ 64%. #ADB689 ziemlich helle Farbe.
R + G + B =
173 + 182 + 137 = 492 (100%)
R 173 von 492 ~ 35.16%
G 182 von 492 ~ 36.99%
B 137 von 492 ~ 27.85%
Die Farbe #ADB689 wird in CMYK als (5,0,25,29) definiert.
CMYK: (5,0,25,29) C5M0Y25K29 (5%,0%,25%,29%) (0.05/0.00/0.25/0.29)
AD | B6 | 89 | |
---|---|---|---|
RGB | 173 | 182 | 137 |
HSL | 72° | 23.56% | 62.55% |
HSB/HSV | 72° | 24.73% | 71.37% |
CMYK | 4.95% | 0.00% | 24.73% |
28.63% |
Hexadezimal | AD | B6 | 89 |
Dezimal | 173 | 182 | 137 |
Binär | 10101101 | 10110110 | 10001001 |
Oktal | 255 | 266 | 211 |
Beispiele css- und html für Elemente in der Farbe #ADB689. Bitte benutzen Sie auch rgb(173,182,137) statt hex-Code.
.myTextColor { color: #ADB689; }
<p style="color:#ADB689">This sample text font color is #ADB689.</p>
Die Farbe dieses Textes ist #ADB689.
.myBgColor { background-color: #ADB689; }
<div style="background-color:#ADB689">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADB689.
.myBorderColor { border: 1px solid #ADB689; }
<div style="border:3px solid #ADB689">Div</div>
Die Grenzen von diesem div sind in Farbe #ADB689.
.myOpacity80 { color: #ADB689; opacity: 0.8; }
<p style="color:#ADB689;opacity:0.8;">80%</p>
Text in Farbe #ADB689 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB689;}
<p style="text-shadow: 3px 3px 1px #ADB689">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADB689.
.textShadow {text-shadow: 3px 3px 1px #ADB689, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB689, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADB689 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB689, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB689, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB689 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADB689; -webkit-box-shadow: 1px 1px 3px 2px #ADB689; box-shadow: 1px 1px 3px 2px #ADB689; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADB689; -webkit-box-shadow: 1px 1px 3px 2px #ADB689; box-shadow:1px 1px 3px 2px #ADB689;">
Div content here</div>
Dieser Text ist in der Farbe #ADB689 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADB689 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADB689.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADB689.