HEX: #AD7ECC
RGB: (173,126,204)
#AD7ECC enthält hauptsächlich rote und blaue Farbe. Für #AD7ECC ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AD7ECC wird in RGB als (173,126,204) definiert.
RGB: (173,126,204)
(68%, 49%, 80%)
R 173 von 255 = 68%
G 126 von 255 = 49%
B 204 von 255 = 80%
R + G + B ~ 66%. #AD7ECC ziemlich helle Farbe.
R + G + B = 173 + 126 + 204 = 503 (100%)
R 173 von 503 ~ 34.39%
G 126 von 503 ~ 25.05%
B 204 von 503 ~ 40.56'%
Die Farbe #AD7ECC wird in CMYK als (15,38,0,20) definiert.
CMYK: (15,38,0,20)
C15M38Y0K20 (15%, 38%, 0%, 20%)
(0.15 / 0.38 / 0.00 / 0.20)
Farbe #AD7ECC in den populären Farbmodellen.
AD | 7E | CC | |
---|---|---|---|
RGB | 173 | 126 | 204 |
HSL | 276° | 43.33% | 64.71% |
HSB/HSV | 276° | 38.24% | 80.00% |
CMYK | 15.20% | 38.24% | 0.00% |
20.00% |
Die Farbe #AD7ECC in den populären Zahlensystemen.
Hexadezimal | AD | 7E | CC |
Dezimal | 173 | 126 | 204 |
Binär | 10101101 | 1111110 | 11001100 |
Oktal | 255 | 176 | 314 |
Dunkle Töne der Farbe #AD7ECC
Helle Töne der Farbe #AD7ECC
Beispiele css- und html für Elemente in der Farbe #AD7ECC. Bitte benutzen Sie auch rgb(173,126,204) statt hex-Code.
.myTextColor { color: #AD7ECC; }
<p style="color:#AD7ECC">This sample text font color is #AD7ECC.</p>
Die Farbe dieses Textes ist #AD7ECC.
.myBgColor { background-color: #AD7ECC; }
<div style="background-color:#AD7ECC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD7ECC.
.myBorderColor { border: 1px solid #AD7ECC; }
<div style="border:3px solid #AD7ECC">Div</div>
Die Grenzen von diesem div sind in Farbe #AD7ECC.
.myOpacity80 { color: #AD7ECC; opacity: 0.8; }
<p style="color:#AD7ECC;opacity:0.8;">80%</p>
Text in Farbe #AD7ECC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7ECC;}
<p style="text-shadow: 3px 3px 1px #AD7ECC">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD7ECC.
.textShadow {text-shadow: 3px 3px 1px #AD7ECC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7ECC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD7ECC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7ECC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7ECC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7ECC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7ECC;
-webkit-box-shadow: 1px 1px 3px 2px #AD7ECC;
box-shadow: 1px 1px 3px 2px #AD7ECC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7ECC; -webkit-box-shadow: 1px 1px 3px 2px #AD7ECC; box-shadow:1px 1px 3px 2px #AD7ECC;">
Div content here
</div>
Dieser Text ist in der Farbe #AD7ECC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD7ECC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD7ECC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD7ECC.
Kontrastfarbe für #hex ist #528133.