HEX: #C7C6EA
RGB: (199,198,234)
#C7C6EA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7C6EA ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C7C6EA wird in RGB als (199,198,234) definiert.
RGB: (199,198,234) (78%,78%,92%)
R 199 von 255 = 78%
G 198 von 255 = 78%
B 234 von 255 = 92%
R + G + B ~ 83%. #C7C6EA ziemlich helle Farbe.
R + G + B =
199 + 198 + 234 = 631 (100%)
R 199 von 631 ~ 31.54%
G 198 von 631 ~ 31.38%
B 234 von 631 ~ 37.08%
Die Farbe #C7C6EA wird in CMYK als (15,15,0,8) definiert.
CMYK: (15,15,0,8) C15M15Y0K8 (15%,15%,0%,8%) (0.15/0.15/0.00/0.08)
C7 | C6 | EA | |
---|---|---|---|
RGB | 199 | 198 | 234 |
HSL | 242° | 46.15% | 84.71% |
HSB/HSV | 242° | 15.38% | 91.76% |
CMYK | 14.96% | 15.38% | 0.00% |
8.24% |
Hexadezimal | C7 | C6 | EA |
Dezimal | 199 | 198 | 234 |
Binär | 11000111 | 11000110 | 11101010 |
Oktal | 307 | 306 | 352 |
Beispiele css- und html für Elemente in der Farbe #C7C6EA. Bitte benutzen Sie auch rgb(199,198,234) statt hex-Code.
.myTextColor { color: #C7C6EA; }
<p style="color:#C7C6EA">This sample text font color is #C7C6EA.</p>
Die Farbe dieses Textes ist #C7C6EA.
.myBgColor { background-color: #C7C6EA; }
<div style="background-color:#C7C6EA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7C6EA.
.myBorderColor { border: 1px solid #C7C6EA; }
<div style="border:3px solid #C7C6EA">Div</div>
Die Grenzen von diesem div sind in Farbe #C7C6EA.
.myOpacity80 { color: #C7C6EA; opacity: 0.8; }
<p style="color:#C7C6EA;opacity:0.8;">80%</p>
Text in Farbe #C7C6EA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7C6EA;}
<p style="text-shadow: 3px 3px 1px #C7C6EA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7C6EA.
.textShadow {text-shadow: 3px 3px 1px #C7C6EA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7C6EA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7C6EA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7C6EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7C6EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7C6EA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7C6EA; -webkit-box-shadow: 1px 1px 3px 2px #C7C6EA; box-shadow: 1px 1px 3px 2px #C7C6EA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7C6EA; -webkit-box-shadow: 1px 1px 3px 2px #C7C6EA; box-shadow:1px 1px 3px 2px #C7C6EA;">
Div content here</div>
Dieser Text ist in der Farbe #C7C6EA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7C6EA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7C6EA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7C6EA.