HEX: #ADC99D
RGB: (173,201,157)
#ADC99D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADC99D ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADC99D wird in RGB als (173,201,157) definiert.
RGB: (173,201,157) (68%,79%,62%)
R 173 von 255 = 68%
G 201 von 255 = 79%
B 157 von 255 = 62%
R + G + B ~ 70%. #ADC99D ziemlich helle Farbe.
R + G + B =
173 + 201 + 157 = 531 (100%)
R 173 von 531 ~ 32.58%
G 201 von 531 ~ 37.85%
B 157 von 531 ~ 29.57%
Die Farbe #ADC99D wird in CMYK als (14,0,22,21) definiert.
CMYK: (14,0,22,21) C14M0Y22K21 (14%,0%,22%,21%) (0.14/0.00/0.22/0.21)
AD | C9 | 9D | |
---|---|---|---|
RGB | 173 | 201 | 157 |
HSL | 98° | 28.95% | 70.20% |
HSB/HSV | 98° | 21.89% | 78.82% |
CMYK | 13.93% | 0.00% | 21.89% |
21.18% |
Hexadezimal | AD | C9 | 9D |
Dezimal | 173 | 201 | 157 |
Binär | 10101101 | 11001001 | 10011101 |
Oktal | 255 | 311 | 235 |
Beispiele css- und html für Elemente in der Farbe #ADC99D. Bitte benutzen Sie auch rgb(173,201,157) statt hex-Code.
.myTextColor { color: #ADC99D; }
<p style="color:#ADC99D">This sample text font color is #ADC99D.</p>
Die Farbe dieses Textes ist #ADC99D.
.myBgColor { background-color: #ADC99D; }
<div style="background-color:#ADC99D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADC99D.
.myBorderColor { border: 1px solid #ADC99D; }
<div style="border:3px solid #ADC99D">Div</div>
Die Grenzen von diesem div sind in Farbe #ADC99D.
.myOpacity80 { color: #ADC99D; opacity: 0.8; }
<p style="color:#ADC99D;opacity:0.8;">80%</p>
Text in Farbe #ADC99D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC99D;}
<p style="text-shadow: 3px 3px 1px #ADC99D">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADC99D.
.textShadow {text-shadow: 3px 3px 1px #ADC99D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC99D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADC99D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC99D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC99D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC99D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADC99D; -webkit-box-shadow: 1px 1px 3px 2px #ADC99D; box-shadow: 1px 1px 3px 2px #ADC99D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADC99D; -webkit-box-shadow: 1px 1px 3px 2px #ADC99D; box-shadow:1px 1px 3px 2px #ADC99D;">
Div content here</div>
Dieser Text ist in der Farbe #ADC99D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADC99D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADC99D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADC99D.