HEX: #AEB387
RGB: (174,179,135)
#AEB387 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AEB387 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AEB387 wird in RGB als (174,179,135) definiert.
RGB: (174,179,135) (68%,70%,53%)
R 174 von 255 = 68%
G 179 von 255 = 70%
B 135 von 255 = 53%
R + G + B ~ 64%. #AEB387 ziemlich helle Farbe.
R + G + B =
174 + 179 + 135 = 488 (100%)
R 174 von 488 ~ 35.66%
G 179 von 488 ~ 36.68%
B 135 von 488 ~ 27.66%
Die Farbe #AEB387 wird in CMYK als (3,0,25,30) definiert.
CMYK: (3,0,25,30) C3M0Y25K30 (3%,0%,25%,30%) (0.03/0.00/0.25/0.30)
AE | B3 | 87 | |
---|---|---|---|
RGB | 174 | 179 | 135 |
HSL | 67° | 22.45% | 61.57% |
HSB/HSV | 67° | 24.58% | 70.20% |
CMYK | 2.79% | 0.00% | 24.58% |
29.80% |
Hexadezimal | AE | B3 | 87 |
Dezimal | 174 | 179 | 135 |
Binär | 10101110 | 10110011 | 10000111 |
Oktal | 256 | 263 | 207 |
Beispiele css- und html für Elemente in der Farbe #AEB387. Bitte benutzen Sie auch rgb(174,179,135) statt hex-Code.
.myTextColor { color: #AEB387; }
<p style="color:#AEB387">This sample text font color is #AEB387.</p>
Die Farbe dieses Textes ist #AEB387.
.myBgColor { background-color: #AEB387; }
<div style="background-color:#AEB387">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AEB387.
.myBorderColor { border: 1px solid #AEB387; }
<div style="border:3px solid #AEB387">Div</div>
Die Grenzen von diesem div sind in Farbe #AEB387.
.myOpacity80 { color: #AEB387; opacity: 0.8; }
<p style="color:#AEB387;opacity:0.8;">80%</p>
Text in Farbe #AEB387 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB387;}
<p style="text-shadow: 3px 3px 1px #AEB387">Text here.</p>
Dieser Text hat den Schatten in Farbe #AEB387.
.textShadow {text-shadow: 3px 3px 1px #AEB387, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB387, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AEB387 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB387, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB387, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB387 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AEB387; -webkit-box-shadow: 1px 1px 3px 2px #AEB387; box-shadow: 1px 1px 3px 2px #AEB387; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AEB387; -webkit-box-shadow: 1px 1px 3px 2px #AEB387; box-shadow:1px 1px 3px 2px #AEB387;">
Div content here</div>
Dieser Text ist in der Farbe #AEB387 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AEB387 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AEB387.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AEB387.