HEX: #C1ACE1
RGB: (193,172,225)
#C1ACE1 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C1ACE1 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C1ACE1 wird in RGB als (193,172,225) definiert.
RGB: (193,172,225) (76%,67%,88%)
R 193 von 255 = 76%
G 172 von 255 = 67%
B 225 von 255 = 88%
R + G + B ~ 77%. #C1ACE1 ziemlich helle Farbe.
R + G + B =
193 + 172 + 225 = 590 (100%)
R 193 von 590 ~ 32.71%
G 172 von 590 ~ 29.15%
B 225 von 590 ~ 38.14%
Die Farbe #C1ACE1 wird in CMYK als (14,24,0,12) definiert.
CMYK: (14,24,0,12) C14M24Y0K12 (14%,24%,0%,12%) (0.14/0.24/0.00/0.12)
C1 | AC | E1 | |
---|---|---|---|
RGB | 193 | 172 | 225 |
HSL | 264° | 46.90% | 77.84% |
HSB/HSV | 264° | 23.56% | 88.24% |
CMYK | 14.22% | 23.56% | 0.00% |
11.76% |
Hexadezimal | C1 | AC | E1 |
Dezimal | 193 | 172 | 225 |
Binär | 11000001 | 10101100 | 11100001 |
Oktal | 301 | 254 | 341 |
Beispiele css- und html für Elemente in der Farbe #C1ACE1. Bitte benutzen Sie auch rgb(193,172,225) statt hex-Code.
.myTextColor { color: #C1ACE1; }
<p style="color:#C1ACE1">This sample text font color is #C1ACE1.</p>
Die Farbe dieses Textes ist #C1ACE1.
.myBgColor { background-color: #C1ACE1; }
<div style="background-color:#C1ACE1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C1ACE1.
.myBorderColor { border: 1px solid #C1ACE1; }
<div style="border:3px solid #C1ACE1">Div</div>
Die Grenzen von diesem div sind in Farbe #C1ACE1.
.myOpacity80 { color: #C1ACE1; opacity: 0.8; }
<p style="color:#C1ACE1;opacity:0.8;">80%</p>
Text in Farbe #C1ACE1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C1ACE1;}
<p style="text-shadow: 3px 3px 1px #C1ACE1">Text here.</p>
Dieser Text hat den Schatten in Farbe #C1ACE1.
.textShadow {text-shadow: 3px 3px 1px #C1ACE1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C1ACE1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C1ACE1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C1ACE1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C1ACE1, Direction=45, Strength=4)">Text</p>
This text has shadow with #C1ACE1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C1ACE1; -webkit-box-shadow: 1px 1px 3px 2px #C1ACE1; box-shadow: 1px 1px 3px 2px #C1ACE1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C1ACE1; -webkit-box-shadow: 1px 1px 3px 2px #C1ACE1; box-shadow:1px 1px 3px 2px #C1ACE1;">
Div content here</div>
Dieser Text ist in der Farbe #C1ACE1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C1ACE1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C1ACE1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C1ACE1.