HEX: #C2ADD5
RGB: (194,173,213)
#C2ADD5 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C2ADD5 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C2ADD5 wird in RGB als (194,173,213) definiert.
RGB: (194,173,213) (76%,68%,84%)
R 194 von 255 = 76%
G 173 von 255 = 68%
B 213 von 255 = 84%
R + G + B ~ 76%. #C2ADD5 ziemlich helle Farbe.
R + G + B =
194 + 173 + 213 = 580 (100%)
R 194 von 580 ~ 33.45%
G 173 von 580 ~ 29.83%
B 213 von 580 ~ 36.72%
Die Farbe #C2ADD5 wird in CMYK als (9,19,0,16) definiert.
CMYK: (9,19,0,16) C9M19Y0K16 (9%,19%,0%,16%) (0.09/0.19/0.00/0.16)
C2 | AD | D5 | |
---|---|---|---|
RGB | 194 | 173 | 213 |
HSL | 272° | 32.26% | 75.69% |
HSB/HSV | 272° | 18.78% | 83.53% |
CMYK | 8.92% | 18.78% | 0.00% |
16.47% |
Hexadezimal | C2 | AD | D5 |
Dezimal | 194 | 173 | 213 |
Binär | 11000010 | 10101101 | 11010101 |
Oktal | 302 | 255 | 325 |
Beispiele css- und html für Elemente in der Farbe #C2ADD5. Bitte benutzen Sie auch rgb(194,173,213) statt hex-Code.
.myTextColor { color: #C2ADD5; }
<p style="color:#C2ADD5">This sample text font color is #C2ADD5.</p>
Die Farbe dieses Textes ist #C2ADD5.
.myBgColor { background-color: #C2ADD5; }
<div style="background-color:#C2ADD5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C2ADD5.
.myBorderColor { border: 1px solid #C2ADD5; }
<div style="border:3px solid #C2ADD5">Div</div>
Die Grenzen von diesem div sind in Farbe #C2ADD5.
.myOpacity80 { color: #C2ADD5; opacity: 0.8; }
<p style="color:#C2ADD5;opacity:0.8;">80%</p>
Text in Farbe #C2ADD5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C2ADD5;}
<p style="text-shadow: 3px 3px 1px #C2ADD5">Text here.</p>
Dieser Text hat den Schatten in Farbe #C2ADD5.
.textShadow {text-shadow: 3px 3px 1px #C2ADD5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C2ADD5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C2ADD5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2ADD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C2ADD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #C2ADD5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C2ADD5; -webkit-box-shadow: 1px 1px 3px 2px #C2ADD5; box-shadow: 1px 1px 3px 2px #C2ADD5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C2ADD5; -webkit-box-shadow: 1px 1px 3px 2px #C2ADD5; box-shadow:1px 1px 3px 2px #C2ADD5;">
Div content here</div>
Dieser Text ist in der Farbe #C2ADD5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C2ADD5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C2ADD5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C2ADD5.