HEX: #AAD8CC
RGB: (170,216,204)
#AAD8CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AAD8CC ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #AAD8CC wird in RGB als (170,216,204) definiert.
RGB: (170,216,204)
(67%, 85%, 80%)
R 170 von 255 = 67%
G 216 von 255 = 85%
B 204 von 255 = 80%
R + G + B ~ 77%. #AAD8CC ziemlich helle Farbe.
R + G + B = 170 + 216 + 204 = 590 (100%)
R 170 von 590 ~ 28.81%
G 216 von 590 ~ 36.61%
B 204 von 590 ~ 34.58'%
Die Farbe #AAD8CC wird in CMYK als (21,0,6,15) definiert.
CMYK: (21,0,6,15)
C21M0Y6K15 (21%, 0%, 6%, 15%)
(0.21 / 0.00 / 0.06 / 0.15)
Farbe #AAD8CC in den populären Farbmodellen.
AA | D8 | CC | |
---|---|---|---|
RGB | 170 | 216 | 204 |
HSL | 164° | 37.10% | 75.69% |
HSB/HSV | 164° | 21.30% | 84.71% |
CMYK | 21.30% | 0.00% | 5.56% |
15.29% |
Die Farbe #AAD8CC in den populären Zahlensystemen.
Hexadezimal | AA | D8 | CC |
Dezimal | 170 | 216 | 204 |
Binär | 10101010 | 11011000 | 11001100 |
Oktal | 252 | 330 | 314 |
Dunkle Töne der Farbe #AAD8CC
Helle Töne der Farbe #AAD8CC
Beispiele css- und html für Elemente in der Farbe #AAD8CC. Bitte benutzen Sie auch rgb(170,216,204) statt hex-Code.
.myTextColor { color: #AAD8CC; }
<p style="color:#AAD8CC">This sample text font color is #AAD8CC.</p>
Die Farbe dieses Textes ist #AAD8CC.
.myBgColor { background-color: #AAD8CC; }
<div style="background-color:#AAD8CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AAD8CC.
.myBorderColor { border: 1px solid #AAD8CC; }
<div style="border:3px solid #AAD8CC">Div</div>
Die Grenzen von diesem div sind in Farbe #AAD8CC.
.myOpacity80 { color: #AAD8CC; opacity: 0.8; }
<p style="color:#AAD8CC;opacity:0.8;">80%</p>
Text in Farbe #AAD8CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AAD8CC;}
<p style="text-shadow: 3px 3px 1px #AAD8CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #AAD8CC.
.textShadow {text-shadow: 3px 3px 1px #AAD8CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AAD8CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AAD8CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAD8CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AAD8CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AAD8CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAD8CC;
-webkit-box-shadow: 1px 1px 3px 2px #AAD8CC;
box-shadow: 1px 1px 3px 2px #AAD8CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAD8CC; -webkit-box-shadow: 1px 1px 3px 2px #AAD8CC; box-shadow:1px 1px 3px 2px #AAD8CC;">
Div content here
</div>
Dieser Text ist in der Farbe #AAD8CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AAD8CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AAD8CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AAD8CC.
Kontrastfarbe für #hex ist #552733.