HEX: #ADABC4
RGB: (173,171,196)
#ADABC4 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADABC4 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #ADABC4 wird in RGB als (173,171,196) definiert.
RGB: (173,171,196)
(68%, 67%, 77%)
R 173 von 255 = 68%
G 171 von 255 = 67%
B 196 von 255 = 77%
R + G + B ~ 71%. #ADABC4 ziemlich helle Farbe.
R + G + B = 173 + 171 + 196 = 540 (100%)
R 173 von 540 ~ 32.04%
G 171 von 540 ~ 31.67%
B 196 von 540 ~ 36.3'%
Die Farbe #ADABC4 wird in CMYK als (12,13,0,23) definiert.
CMYK: (12,13,0,23) C12M13Y0K23 (12%,13%,0%,23%) (0.12/0.13/0.00/0.23)
Farbe #ADABC4 in den populären Farbmodellen.
AD | AB | C4 | |
---|---|---|---|
RGB | 173 | 171 | 196 |
HSL | 245° | 17.48% | 71.96% |
HSB/HSV | 245° | 12.76% | 76.86% |
CMYK | 11.73% | 12.76% | 0.00% |
23.14% |
Die Farbe #ADABC4 in den populären Zahlensystemen.
Hexadezimal | AD | AB | C4 |
Dezimal | 173 | 171 | 196 |
Binär | 10101101 | 10101011 | 11000100 |
Oktal | 255 | 253 | 304 |
Dunkle Töne der Farbe #ADABC4
Helle Töne der Farbe #ADABC4
Beispiele css- und html für Elemente in der Farbe #ADABC4. Bitte benutzen Sie auch rgb(173,171,196) statt hex-Code.
.myTextColor { color: #ADABC4; }
<p style="color:#ADABC4">This sample text font color is #ADABC4.</p>
Die Farbe dieses Textes ist #ADABC4.
.myBgColor { background-color: #ADABC4; }
<div style="background-color:#ADABC4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADABC4.
.myBorderColor { border: 1px solid #ADABC4; }
<div style="border:3px solid #ADABC4">Div</div>
Die Grenzen von diesem div sind in Farbe #ADABC4.
.myOpacity80 { color: #ADABC4; opacity: 0.8; }
<p style="color:#ADABC4;opacity:0.8;">80%</p>
Text in Farbe #ADABC4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADABC4;}
<p style="text-shadow: 3px 3px 1px #ADABC4">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADABC4.
.textShadow {text-shadow: 3px 3px 1px #ADABC4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADABC4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADABC4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADABC4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADABC4, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADABC4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADABC4;
-webkit-box-shadow: 1px 1px 3px 2px #ADABC4;
box-shadow: 1px 1px 3px 2px #ADABC4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADABC4; -webkit-box-shadow: 1px 1px 3px 2px #ADABC4; box-shadow:1px 1px 3px 2px #ADABC4;">
Div content here
</div>
Dieser Text ist in der Farbe #ADABC4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADABC4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADABC4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADABC4.
Kontrastfarbe für #hex ist #52543B.