HEX: #C9ADE2
RGB: (201,173,226)
#C9ADE2 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9ADE2 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C9ADE2 wird in RGB als (201,173,226) definiert.
RGB: (201,173,226) (79%,68%,89%)
R 201 von 255 = 79%
G 173 von 255 = 68%
B 226 von 255 = 89%
R + G + B ~ 79%. #C9ADE2 ziemlich helle Farbe.
R + G + B =
201 + 173 + 226 = 600 (100%)
R 201 von 600 ~ 33.5%
G 173 von 600 ~ 28.83%
B 226 von 600 ~ 37.67%
Die Farbe #C9ADE2 wird in CMYK als (11,23,0,11) definiert.
CMYK: (11,23,0,11) C11M23Y0K11 (11%,23%,0%,11%) (0.11/0.23/0.00/0.11)
C9 | AD | E2 | |
---|---|---|---|
RGB | 201 | 173 | 226 |
HSL | 272° | 47.75% | 78.24% |
HSB/HSV | 272° | 23.45% | 88.63% |
CMYK | 11.06% | 23.45% | 0.00% |
11.37% |
Hexadezimal | C9 | AD | E2 |
Dezimal | 201 | 173 | 226 |
Binär | 11001001 | 10101101 | 11100010 |
Oktal | 311 | 255 | 342 |
Beispiele css- und html für Elemente in der Farbe #C9ADE2. Bitte benutzen Sie auch rgb(201,173,226) statt hex-Code.
.myTextColor { color: #C9ADE2; }
<p style="color:#C9ADE2">This sample text font color is #C9ADE2.</p>
Die Farbe dieses Textes ist #C9ADE2.
.myBgColor { background-color: #C9ADE2; }
<div style="background-color:#C9ADE2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9ADE2.
.myBorderColor { border: 1px solid #C9ADE2; }
<div style="border:3px solid #C9ADE2">Div</div>
Die Grenzen von diesem div sind in Farbe #C9ADE2.
.myOpacity80 { color: #C9ADE2; opacity: 0.8; }
<p style="color:#C9ADE2;opacity:0.8;">80%</p>
Text in Farbe #C9ADE2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9ADE2;}
<p style="text-shadow: 3px 3px 1px #C9ADE2">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9ADE2.
.textShadow {text-shadow: 3px 3px 1px #C9ADE2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9ADE2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9ADE2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9ADE2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9ADE2, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9ADE2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9ADE2; -webkit-box-shadow: 1px 1px 3px 2px #C9ADE2; box-shadow: 1px 1px 3px 2px #C9ADE2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9ADE2; -webkit-box-shadow: 1px 1px 3px 2px #C9ADE2; box-shadow:1px 1px 3px 2px #C9ADE2;">
Div content here</div>
Dieser Text ist in der Farbe #C9ADE2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9ADE2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9ADE2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9ADE2.