HEX: #ADB59C
RGB: (173,181,156)
#ADB59C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADB59C ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADB59C wird in RGB als (173,181,156) definiert.
RGB: (173,181,156) (68%,71%,61%)
R 173 von 255 = 68%
G 181 von 255 = 71%
B 156 von 255 = 61%
R + G + B ~ 67%. #ADB59C ziemlich helle Farbe.
R + G + B =
173 + 181 + 156 = 510 (100%)
R 173 von 510 ~ 33.92%
G 181 von 510 ~ 35.49%
B 156 von 510 ~ 30.59%
Die Farbe #ADB59C wird in CMYK als (4,0,14,29) definiert.
CMYK: (4,0,14,29) C4M0Y14K29 (4%,0%,14%,29%) (0.04/0.00/0.14/0.29)
AD | B5 | 9C | |
---|---|---|---|
RGB | 173 | 181 | 156 |
HSL | 79° | 14.45% | 66.08% |
HSB/HSV | 79° | 13.81% | 70.98% |
CMYK | 4.42% | 0.00% | 13.81% |
29.02% |
Hexadezimal | AD | B5 | 9C |
Dezimal | 173 | 181 | 156 |
Binär | 10101101 | 10110101 | 10011100 |
Oktal | 255 | 265 | 234 |
Beispiele css- und html für Elemente in der Farbe #ADB59C. Bitte benutzen Sie auch rgb(173,181,156) statt hex-Code.
.myTextColor { color: #ADB59C; }
<p style="color:#ADB59C">This sample text font color is #ADB59C.</p>
Die Farbe dieses Textes ist #ADB59C.
.myBgColor { background-color: #ADB59C; }
<div style="background-color:#ADB59C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADB59C.
.myBorderColor { border: 1px solid #ADB59C; }
<div style="border:3px solid #ADB59C">Div</div>
Die Grenzen von diesem div sind in Farbe #ADB59C.
.myOpacity80 { color: #ADB59C; opacity: 0.8; }
<p style="color:#ADB59C;opacity:0.8;">80%</p>
Text in Farbe #ADB59C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB59C;}
<p style="text-shadow: 3px 3px 1px #ADB59C">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADB59C.
.textShadow {text-shadow: 3px 3px 1px #ADB59C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB59C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADB59C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB59C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB59C, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB59C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADB59C; -webkit-box-shadow: 1px 1px 3px 2px #ADB59C; box-shadow: 1px 1px 3px 2px #ADB59C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADB59C; -webkit-box-shadow: 1px 1px 3px 2px #ADB59C; box-shadow:1px 1px 3px 2px #ADB59C;">
Div content here</div>
Dieser Text ist in der Farbe #ADB59C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADB59C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADB59C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADB59C.