HEX: #ADDEB3
RGB: (173,222,179)
#ADDEB3 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADDEB3 ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADDEB3 wird in RGB als (173,222,179) definiert.
RGB: (173,222,179)
(68%, 87%, 70%)
R 173 von 255 = 68%
G 222 von 255 = 87%
B 179 von 255 = 70%
R + G + B ~ 75%. #ADDEB3 ziemlich helle Farbe.
R + G + B = 173 + 222 + 179 = 574 (100%)
R 173 von 574 ~ 30.14%
G 222 von 574 ~ 38.68%
B 179 von 574 ~ 31.18'%
Die Farbe #ADDEB3 wird in CMYK als (22,0,19,13) definiert.
CMYK: (22,0,19,13) C22M0Y19K13 (22%,0%,19%,13%) (0.22/0.00/0.19/0.13)
Farbe #ADDEB3 in den populären Farbmodellen.
AD | DE | B3 | |
---|---|---|---|
RGB | 173 | 222 | 179 |
HSL | 127° | 42.61% | 77.45% |
HSB/HSV | 127° | 22.07% | 87.06% |
CMYK | 22.07% | 0.00% | 19.37% |
12.94% |
Die Farbe #ADDEB3 in den populären Zahlensystemen.
Hexadezimal | AD | DE | B3 |
Dezimal | 173 | 222 | 179 |
Binär | 10101101 | 11011110 | 10110011 |
Oktal | 255 | 336 | 263 |
Dunkle Töne der Farbe #ADDEB3
Helle Töne der Farbe #ADDEB3
Beispiele css- und html für Elemente in der Farbe #ADDEB3. Bitte benutzen Sie auch rgb(173,222,179) statt hex-Code.
.myTextColor { color: #ADDEB3; }
<p style="color:#ADDEB3">This sample text font color is #ADDEB3.</p>
Die Farbe dieses Textes ist #ADDEB3.
.myBgColor { background-color: #ADDEB3; }
<div style="background-color:#ADDEB3">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADDEB3.
.myBorderColor { border: 1px solid #ADDEB3; }
<div style="border:3px solid #ADDEB3">Div</div>
Die Grenzen von diesem div sind in Farbe #ADDEB3.
.myOpacity80 { color: #ADDEB3; opacity: 0.8; }
<p style="color:#ADDEB3;opacity:0.8;">80%</p>
Text in Farbe #ADDEB3 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDEB3;}
<p style="text-shadow: 3px 3px 1px #ADDEB3">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADDEB3.
.textShadow {text-shadow: 3px 3px 1px #ADDEB3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDEB3, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADDEB3 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDEB3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDEB3, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDEB3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDEB3;
-webkit-box-shadow: 1px 1px 3px 2px #ADDEB3;
box-shadow: 1px 1px 3px 2px #ADDEB3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDEB3; -webkit-box-shadow: 1px 1px 3px 2px #ADDEB3; box-shadow:1px 1px 3px 2px #ADDEB3;">
Div content here
</div>
Dieser Text ist in der Farbe #ADDEB3 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADDEB3 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADDEB3.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADDEB3.
Kontrastfarbe für #hex ist #52214C.