HEX: #C9ADBE
RGB: (201,173,190)
#C9ADBE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9ADBE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C9ADBE wird in RGB als (201,173,190) definiert.
RGB: (201,173,190)
(79%, 68%, 75%)
R 201 von 255 = 79%
G 173 von 255 = 68%
B 190 von 255 = 75%
R + G + B ~ 74%. #C9ADBE ziemlich helle Farbe.
R + G + B = 201 + 173 + 190 = 564 (100%)
R 201 von 564 ~ 35.64%
G 173 von 564 ~ 30.67%
B 190 von 564 ~ 33.69'%
Die Farbe #C9ADBE wird in CMYK als (0,14,5,21) definiert.
CMYK: (0,14,5,21)
C0M14Y5K21 (0%, 14%, 5%, 21%)
(0.00 / 0.14 / 0.05 / 0.21)
Farbe #C9ADBE in den populären Farbmodellen.
C9 | AD | BE | |
---|---|---|---|
RGB | 201 | 173 | 190 |
HSL | 324° | 20.59% | 73.33% |
HSB/HSV | 324° | 13.93% | 78.82% |
CMYK | 0.00% | 13.93% | 5.47% |
21.18% |
Die Farbe #C9ADBE in den populären Zahlensystemen.
Hexadezimal | C9 | AD | BE |
Dezimal | 201 | 173 | 190 |
Binär | 11001001 | 10101101 | 10111110 |
Oktal | 311 | 255 | 276 |
Dunkle Töne der Farbe #C9ADBE
Helle Töne der Farbe #C9ADBE
Beispiele css- und html für Elemente in der Farbe #C9ADBE. Bitte benutzen Sie auch rgb(201,173,190) statt hex-Code.
.myTextColor { color: #C9ADBE; }
<p style="color:#C9ADBE">This sample text font color is #C9ADBE.</p>
Die Farbe dieses Textes ist #C9ADBE.
.myBgColor { background-color: #C9ADBE; }
<div style="background-color:#C9ADBE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9ADBE.
.myBorderColor { border: 1px solid #C9ADBE; }
<div style="border:3px solid #C9ADBE">Div</div>
Die Grenzen von diesem div sind in Farbe #C9ADBE.
.myOpacity80 { color: #C9ADBE; opacity: 0.8; }
<p style="color:#C9ADBE;opacity:0.8;">80%</p>
Text in Farbe #C9ADBE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9ADBE;}
<p style="text-shadow: 3px 3px 1px #C9ADBE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9ADBE.
.textShadow {text-shadow: 3px 3px 1px #C9ADBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9ADBE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9ADBE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9ADBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9ADBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9ADBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9ADBE;
-webkit-box-shadow: 1px 1px 3px 2px #C9ADBE;
box-shadow: 1px 1px 3px 2px #C9ADBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9ADBE; -webkit-box-shadow: 1px 1px 3px 2px #C9ADBE; box-shadow:1px 1px 3px 2px #C9ADBE;">
Div content here
</div>
Dieser Text ist in der Farbe #C9ADBE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9ADBE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9ADBE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9ADBE.
Kontrastfarbe für #hex ist #365241.