FARBE #ABFF7E

HEX: #ABFF7E
RGB: (171,255,126)

Farbeninformationen

#ABFF7E enthält hauptsächlich grüne Farbe. Für #ABFF7E ist eine «websichere» Webfarbe #99FF66 (oder kurz #9F6).

Farbmodelle RGB

Die Farbe #ABFF7E wird in RGB als (171,255,126) definiert.

  • Rot hat einen Wert von 171;
  • Grün hat einen Wert von 255;
  • Blau hat einen Wert von 126.
RGB:
(171,255,126)
(67%,100%,49%)

Kanäle in RGB und Sättigung

R 171 von 255 = 67%
G 255 von 255 = 100%
B 126 von 255 = 49%

171
255
126

R + G + B ~ 72%. #ABFF7E ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
171 + 255 + 126 = 552 (100%)
R 171 von 552 ~ 30.98%
G 255 von 552 ~ 46.2%
B 126 von 552 ~ 22.83%

%30.98
%46.2
%22.83

Farbmodell CMYK

Die Farbe #ABFF7E wird in CMYK als (33,0,51,0) definiert.

  • Cyan hat einen Wert von 32.94%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 50.59%
  • Schlüsselfarbe hat einen Wert von 0.00%
CMYK:
(33,0,51,0)
C33M0Y51K0 
(33%,0%,51%,0%)
(0.33/0.00/0.51/0.00)	

CMYK-Kanäle in Prozent

%32.94
%0
%50.59
%0

Farbcodes

Farbe #ABFF7E in den populären Farbmodellen.

ABFF7E
RGB171255126
HSL99°100.00%74.71%
HSB/HSV99°50.59%100.00%
CMYK32.94%0.00%50.59%
0.00%

Die Farbe #ABFF7E in den populären Zahlensystemen.

HexadezimalABFF7E
Dezimal171255126
Binär10101011111111111111110
Oktal253377176

Farbtöne

Dunkle Töne der Farbe #ABFF7E

#ABFF7E
(171,255,126)
#9CE873
(156,232,115)
#8DD168
(141,209,104)
#7EBA5D
(126,186,93)
#6FA352
(111,163,82)
#608C47
(96,140,71)
#51753C
(81,117,60)
#425E31
(66,94,49)
#334726
(51,71,38)
#24301B
(36,48,27)
#151910
(21,25,16)
#000000
(0,0,0)

Helle Töne der Farbe #ABFF7E

#ABFF7E
(171,255,126)
#B2FF89
(178,255,137)
#B9FF94
(185,255,148)
#C0FF9F
(192,255,159)
#C7FFAA
(199,255,170)
#CEFFB5
(206,255,181)
#D5FFC0
(213,255,192)
#DCFFCB
(220,255,203)
#E3FFD6
(227,255,214)
#EAFFE1
(234,255,225)
#F1FFEC
(241,255,236)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #ABFF7E. Bitte benutzen Sie auch rgb(171,255,126) statt hex-Code.

Textfarbe

.myTextColor { color: #ABFF7E; }

<p style="color:#ABFF7E">This sample text font color is #ABFF7E.</p>

Die Farbe dieses Textes ist #ABFF7E.


Hintergrundfarbe

.myBgColor { background-color: #ABFF7E; }

<div style="background-color:#ABFF7E">Inner text</div>

Der Hintergrund von diesem div ist in Farbe #ABFF7E.


Grenzfarbe

.myBorderColor { border: 1px solid #ABFF7E; }

<div style="border:3px solid #ABFF7E">Div</div>

Die Grenzen von diesem div sind in Farbe #ABFF7E.


Transparenz

.myOpacity80 { color: #ABFF7E; opacity: 0.8; }

<p style="color:#ABFF7E;opacity:0.8;">80%</p>

Text in Farbe #ABFF7E und mit Transparenz 100% | 80% | 50% | 30%.

Hintergrund mit Transparenzgrad 100%.

Hintergrund mit Transparenzgrad 80%.

Hintergrund mit Transparenzgrad 50%.

Hintergrund mit Transparenzgrad 30%.

Farbe des Textschattens

.textShadow {text-shadow: 3px 3px 1px #ABFF7E;}

<p style="text-shadow: 3px 3px 1px #ABFF7E">Text here.</p>

Dieser Text hat den Schatten in Farbe #ABFF7E.

.textShadow {text-shadow: 3px 3px 1px #ABFF7E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABFF7E, 5px 5px 20px red">Text here.</p>

Dieser Text hat den Schatten in Grundfarbe #ABFF7E und zusätzlichem Rot.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABFF7E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABFF7E, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABFF7E and red colors in old Internet Explorer.


Farbe des Schattens vom div-Element

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ABFF7E;
  -webkit-box-shadow:	1px 1px 3px 2px #ABFF7E;
  box-shadow:		1px 1px 3px 2px #ABFF7E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABFF7E;
-webkit-box-shadow: 1px 1px 3px 2px #ABFF7E;
box-shadow:1px 1px 3px 2px #ABFF7E;">
Div content here</div>
Dieses div hat den Schatten in Farbe #ABFF7E.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

Dieser Text ist in der Farbe #ABFF7E auf dem schwarzen Hintergrund.


Farbenbeispiel auf dem weißen Hintergrund

Dieser Text ist in Farbe #ABFF7E auf dem weißen Hintergrund.



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #ABFF7E

Dieser Text ist schwarz auf dem Hintergrund in Farbe #ABFF7E.


Beispiel eines weißen Textes auf dem Hintergrund in Farbe #ABFF7E

Dieser Text ist weiß auf dem Hintergrund in Farbe #ABFF7E.