HEX: #C5AECC
RGB: (197,174,204)
#C5AECC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5AECC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C5AECC wird in RGB als (197,174,204) definiert.
RGB: (197,174,204) (77%,68%,80%)
R 197 von 255 = 77%
G 174 von 255 = 68%
B 204 von 255 = 80%
R + G + B ~ 75%. #C5AECC ziemlich helle Farbe.
R + G + B =
197 + 174 + 204 = 575 (100%)
R 197 von 575 ~ 34.26%
G 174 von 575 ~ 30.26%
B 204 von 575 ~ 35.48%
Die Farbe #C5AECC wird in CMYK als (3,15,0,20) definiert.
CMYK: (3,15,0,20) C3M15Y0K20 (3%,15%,0%,20%) (0.03/0.15/0.00/0.20)
C5 | AE | CC | |
---|---|---|---|
RGB | 197 | 174 | 204 |
HSL | 286° | 22.73% | 74.12% |
HSB/HSV | 286° | 14.71% | 80.00% |
CMYK | 3.43% | 14.71% | 0.00% |
20.00% |
Hexadezimal | C5 | AE | CC |
Dezimal | 197 | 174 | 204 |
Binär | 11000101 | 10101110 | 11001100 |
Oktal | 305 | 256 | 314 |
Beispiele css- und html für Elemente in der Farbe #C5AECC. Bitte benutzen Sie auch rgb(197,174,204) statt hex-Code.
.myTextColor { color: #C5AECC; }
<p style="color:#C5AECC">This sample text font color is #C5AECC.</p>
Die Farbe dieses Textes ist #C5AECC.
.myBgColor { background-color: #C5AECC; }
<div style="background-color:#C5AECC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5AECC.
.myBorderColor { border: 1px solid #C5AECC; }
<div style="border:3px solid #C5AECC">Div</div>
Die Grenzen von diesem div sind in Farbe #C5AECC.
.myOpacity80 { color: #C5AECC; opacity: 0.8; }
<p style="color:#C5AECC;opacity:0.8;">80%</p>
Text in Farbe #C5AECC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5AECC;}
<p style="text-shadow: 3px 3px 1px #C5AECC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5AECC.
.textShadow {text-shadow: 3px 3px 1px #C5AECC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5AECC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5AECC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5AECC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5AECC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5AECC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5AECC; -webkit-box-shadow: 1px 1px 3px 2px #C5AECC; box-shadow: 1px 1px 3px 2px #C5AECC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5AECC; -webkit-box-shadow: 1px 1px 3px 2px #C5AECC; box-shadow:1px 1px 3px 2px #C5AECC;">
Div content here</div>
Dieser Text ist in der Farbe #C5AECC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5AECC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5AECC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5AECC.