HEX: #C6E7CA
RGB: (198,231,202)
#C6E7CA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6E7CA ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C6E7CA wird in RGB als (198,231,202) definiert.
RGB: (198,231,202)
(78%, 91%, 79%)
R 198 von 255 = 78%
G 231 von 255 = 91%
B 202 von 255 = 79%
R + G + B ~ 83%. #C6E7CA ziemlich helle Farbe.
R + G + B = 198 + 231 + 202 = 631 (100%)
R 198 von 631 ~ 31.38%
G 231 von 631 ~ 36.61%
B 202 von 631 ~ 32.01'%
Die Farbe #C6E7CA wird in CMYK als (14,0,13,9) definiert.
CMYK: (14,0,13,9)
C14M0Y13K9 (14%, 0%, 13%, 9%)
(0.14 / 0.00 / 0.13 / 0.09)
Farbe #C6E7CA in den populären Farbmodellen.
C6 | E7 | CA | |
---|---|---|---|
RGB | 198 | 231 | 202 |
HSL | 127° | 40.74% | 84.12% |
HSB/HSV | 127° | 14.29% | 90.59% |
CMYK | 14.29% | 0.00% | 12.55% |
9.41% |
Die Farbe #C6E7CA in den populären Zahlensystemen.
Hexadezimal | C6 | E7 | CA |
Dezimal | 198 | 231 | 202 |
Binär | 11000110 | 11100111 | 11001010 |
Oktal | 306 | 347 | 312 |
Dunkle Töne der Farbe #C6E7CA
Helle Töne der Farbe #C6E7CA
Beispiele css- und html für Elemente in der Farbe #C6E7CA. Bitte benutzen Sie auch rgb(198,231,202) statt hex-Code.
.myTextColor { color: #C6E7CA; }
<p style="color:#C6E7CA">This sample text font color is #C6E7CA.</p>
Die Farbe dieses Textes ist #C6E7CA.
.myBgColor { background-color: #C6E7CA; }
<div style="background-color:#C6E7CA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6E7CA.
.myBorderColor { border: 1px solid #C6E7CA; }
<div style="border:3px solid #C6E7CA">Div</div>
Die Grenzen von diesem div sind in Farbe #C6E7CA.
.myOpacity80 { color: #C6E7CA; opacity: 0.8; }
<p style="color:#C6E7CA;opacity:0.8;">80%</p>
Text in Farbe #C6E7CA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6E7CA;}
<p style="text-shadow: 3px 3px 1px #C6E7CA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6E7CA.
.textShadow {text-shadow: 3px 3px 1px #C6E7CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6E7CA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6E7CA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6E7CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6E7CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6E7CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6E7CA;
-webkit-box-shadow: 1px 1px 3px 2px #C6E7CA;
box-shadow: 1px 1px 3px 2px #C6E7CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6E7CA; -webkit-box-shadow: 1px 1px 3px 2px #C6E7CA; box-shadow:1px 1px 3px 2px #C6E7CA;">
Div content here
</div>
Dieser Text ist in der Farbe #C6E7CA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6E7CA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6E7CA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6E7CA.
Kontrastfarbe für #hex ist #391835.