HEX: #AE99EE
RGB: (174,153,238)
#AE99EE enthält hauptsächlich blaue Farbe. Für #AE99EE ist eine «websichere» Webfarbe #9999FF (oder kurz #99F).
Die Farbe #AE99EE wird in RGB als (174,153,238) definiert.
RGB: (174,153,238)
(68%, 60%, 93%)
R 174 von 255 = 68%
G 153 von 255 = 60%
B 238 von 255 = 93%
R + G + B ~ 74%. #AE99EE ziemlich helle Farbe.
R + G + B = 174 + 153 + 238 = 565 (100%)
R 174 von 565 ~ 30.8%
G 153 von 565 ~ 27.08%
B 238 von 565 ~ 42.12'%
Die Farbe #AE99EE wird in CMYK als (27,36,0,7) definiert.
CMYK: (27,36,0,7)
C27M36Y0K7 (27%, 36%, 0%, 7%)
(0.27 / 0.36 / 0.00 / 0.07)
Farbe #AE99EE in den populären Farbmodellen.
AE | 99 | EE | |
---|---|---|---|
RGB | 174 | 153 | 238 |
HSL | 255° | 71.43% | 76.67% |
HSB/HSV | 255° | 35.71% | 93.33% |
CMYK | 26.89% | 35.71% | 0.00% |
6.67% |
Die Farbe #AE99EE in den populären Zahlensystemen.
Hexadezimal | AE | 99 | EE |
Dezimal | 174 | 153 | 238 |
Binär | 10101110 | 10011001 | 11101110 |
Oktal | 256 | 231 | 356 |
Dunkle Töne der Farbe #AE99EE
Helle Töne der Farbe #AE99EE
Beispiele css- und html für Elemente in der Farbe #AE99EE. Bitte benutzen Sie auch rgb(174,153,238) statt hex-Code.
.myTextColor { color: #AE99EE; }
<p style="color:#AE99EE">This sample text font color is #AE99EE.</p>
Die Farbe dieses Textes ist #AE99EE.
.myBgColor { background-color: #AE99EE; }
<div style="background-color:#AE99EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AE99EE.
.myBorderColor { border: 1px solid #AE99EE; }
<div style="border:3px solid #AE99EE">Div</div>
Die Grenzen von diesem div sind in Farbe #AE99EE.
.myOpacity80 { color: #AE99EE; opacity: 0.8; }
<p style="color:#AE99EE;opacity:0.8;">80%</p>
Text in Farbe #AE99EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE99EE;}
<p style="text-shadow: 3px 3px 1px #AE99EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #AE99EE.
.textShadow {text-shadow: 3px 3px 1px #AE99EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE99EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AE99EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE99EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE99EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE99EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE99EE;
-webkit-box-shadow: 1px 1px 3px 2px #AE99EE;
box-shadow: 1px 1px 3px 2px #AE99EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE99EE; -webkit-box-shadow: 1px 1px 3px 2px #AE99EE; box-shadow:1px 1px 3px 2px #AE99EE;">
Div content here
</div>
Dieser Text ist in der Farbe #AE99EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AE99EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AE99EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AE99EE.
Kontrastfarbe für #hex ist #516611.