HEX: #ACB980
RGB: (172,185,128)
#ACB980 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ACB980 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ACB980 wird in RGB als (172,185,128) definiert.
RGB: (172,185,128) (67%,73%,50%)
R 172 von 255 = 67%
G 185 von 255 = 73%
B 128 von 255 = 50%
R + G + B ~ 63%. #ACB980 ziemlich helle Farbe.
R + G + B =
172 + 185 + 128 = 485 (100%)
R 172 von 485 ~ 35.46%
G 185 von 485 ~ 38.14%
B 128 von 485 ~ 26.39%
Die Farbe #ACB980 wird in CMYK als (7,0,31,27) definiert.
CMYK: (7,0,31,27) C7M0Y31K27 (7%,0%,31%,27%) (0.07/0.00/0.31/0.27)
AC | B9 | 80 | |
---|---|---|---|
RGB | 172 | 185 | 128 |
HSL | 74° | 28.93% | 61.37% |
HSB/HSV | 74° | 30.81% | 72.55% |
CMYK | 7.03% | 0.00% | 30.81% |
27.45% |
Hexadezimal | AC | B9 | 80 |
Dezimal | 172 | 185 | 128 |
Binär | 10101100 | 10111001 | 10000000 |
Oktal | 254 | 271 | 200 |
Beispiele css- und html für Elemente in der Farbe #ACB980. Bitte benutzen Sie auch rgb(172,185,128) statt hex-Code.
.myTextColor { color: #ACB980; }
<p style="color:#ACB980">This sample text font color is #ACB980.</p>
Die Farbe dieses Textes ist #ACB980.
.myBgColor { background-color: #ACB980; }
<div style="background-color:#ACB980">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ACB980.
.myBorderColor { border: 1px solid #ACB980; }
<div style="border:3px solid #ACB980">Div</div>
Die Grenzen von diesem div sind in Farbe #ACB980.
.myOpacity80 { color: #ACB980; opacity: 0.8; }
<p style="color:#ACB980;opacity:0.8;">80%</p>
Text in Farbe #ACB980 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACB980;}
<p style="text-shadow: 3px 3px 1px #ACB980">Text here.</p>
Dieser Text hat den Schatten in Farbe #ACB980.
.textShadow {text-shadow: 3px 3px 1px #ACB980, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACB980, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ACB980 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACB980, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACB980, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACB980 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ACB980; -webkit-box-shadow: 1px 1px 3px 2px #ACB980; box-shadow: 1px 1px 3px 2px #ACB980; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ACB980; -webkit-box-shadow: 1px 1px 3px 2px #ACB980; box-shadow:1px 1px 3px 2px #ACB980;">
Div content here</div>
Dieser Text ist in der Farbe #ACB980 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ACB980 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ACB980.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ACB980.