HEX: #C7ADC1
RGB: (199,173,193)
#C7ADC1 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7ADC1 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C7ADC1 wird in RGB als (199,173,193) definiert.
RGB: (199,173,193) (78%,68%,76%)
R 199 von 255 = 78%
G 173 von 255 = 68%
B 193 von 255 = 76%
R + G + B ~ 74%. #C7ADC1 ziemlich helle Farbe.
R + G + B =
199 + 173 + 193 = 565 (100%)
R 199 von 565 ~ 35.22%
G 173 von 565 ~ 30.62%
B 193 von 565 ~ 34.16%
Die Farbe #C7ADC1 wird in CMYK als (0,13,3,22) definiert.
CMYK: (0,13,3,22) C0M13Y3K22 (0%,13%,3%,22%) (0.00/0.13/0.03/0.22)
C7 | AD | C1 | |
---|---|---|---|
RGB | 199 | 173 | 193 |
HSL | 314° | 18.84% | 72.94% |
HSB/HSV | 314° | 13.07% | 78.04% |
CMYK | 0.00% | 13.07% | 3.02% |
21.96% |
Hexadezimal | C7 | AD | C1 |
Dezimal | 199 | 173 | 193 |
Binär | 11000111 | 10101101 | 11000001 |
Oktal | 307 | 255 | 301 |
Beispiele css- und html für Elemente in der Farbe #C7ADC1. Bitte benutzen Sie auch rgb(199,173,193) statt hex-Code.
.myTextColor { color: #C7ADC1; }
<p style="color:#C7ADC1">This sample text font color is #C7ADC1.</p>
Die Farbe dieses Textes ist #C7ADC1.
.myBgColor { background-color: #C7ADC1; }
<div style="background-color:#C7ADC1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7ADC1.
.myBorderColor { border: 1px solid #C7ADC1; }
<div style="border:3px solid #C7ADC1">Div</div>
Die Grenzen von diesem div sind in Farbe #C7ADC1.
.myOpacity80 { color: #C7ADC1; opacity: 0.8; }
<p style="color:#C7ADC1;opacity:0.8;">80%</p>
Text in Farbe #C7ADC1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7ADC1;}
<p style="text-shadow: 3px 3px 1px #C7ADC1">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7ADC1.
.textShadow {text-shadow: 3px 3px 1px #C7ADC1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7ADC1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7ADC1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7ADC1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7ADC1, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7ADC1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7ADC1; -webkit-box-shadow: 1px 1px 3px 2px #C7ADC1; box-shadow: 1px 1px 3px 2px #C7ADC1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7ADC1; -webkit-box-shadow: 1px 1px 3px 2px #C7ADC1; box-shadow:1px 1px 3px 2px #C7ADC1;">
Div content here</div>
Dieser Text ist in der Farbe #C7ADC1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7ADC1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7ADC1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7ADC1.