HEX: #D4F0CC
RGB: (212,240,204)
#D4F0CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D4F0CC ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #D4F0CC wird in RGB als (212,240,204) definiert.
RGB: (212,240,204) (83%,94%,80%)
R 212 von 255 = 83%
G 240 von 255 = 94%
B 204 von 255 = 80%
R + G + B ~ 86%. #D4F0CC helle Farbe.
R + G + B =
212 + 240 + 204 = 656 (100%)
R 212 von 656 ~ 32.32%
G 240 von 656 ~ 36.59%
B 204 von 656 ~ 31.1%
Die Farbe #D4F0CC wird in CMYK als (12,0,15,6) definiert.
CMYK: (12,0,15,6) C12M0Y15K6 (12%,0%,15%,6%) (0.12/0.00/0.15/0.06)
D4 | F0 | CC | |
---|---|---|---|
RGB | 212 | 240 | 204 |
HSL | 107° | 54.55% | 87.06% |
HSB/HSV | 107° | 15.00% | 94.12% |
CMYK | 11.67% | 0.00% | 15.00% |
5.88% |
Hexadezimal | D4 | F0 | CC |
Dezimal | 212 | 240 | 204 |
Binär | 11010100 | 11110000 | 11001100 |
Oktal | 324 | 360 | 314 |
Beispiele css- und html für Elemente in der Farbe #D4F0CC. Bitte benutzen Sie auch rgb(212,240,204) statt hex-Code.
.myTextColor { color: #D4F0CC; }
<p style="color:#D4F0CC">This sample text font color is #D4F0CC.</p>
Die Farbe dieses Textes ist #D4F0CC.
.myBgColor { background-color: #D4F0CC; }
<div style="background-color:#D4F0CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D4F0CC.
.myBorderColor { border: 1px solid #D4F0CC; }
<div style="border:3px solid #D4F0CC">Div</div>
Die Grenzen von diesem div sind in Farbe #D4F0CC.
.myOpacity80 { color: #D4F0CC; opacity: 0.8; }
<p style="color:#D4F0CC;opacity:0.8;">80%</p>
Text in Farbe #D4F0CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4F0CC;}
<p style="text-shadow: 3px 3px 1px #D4F0CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #D4F0CC.
.textShadow {text-shadow: 3px 3px 1px #D4F0CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4F0CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D4F0CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4F0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4F0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4F0CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D4F0CC; -webkit-box-shadow: 1px 1px 3px 2px #D4F0CC; box-shadow: 1px 1px 3px 2px #D4F0CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D4F0CC; -webkit-box-shadow: 1px 1px 3px 2px #D4F0CC; box-shadow:1px 1px 3px 2px #D4F0CC;">
Div content here</div>
Dieser Text ist in der Farbe #D4F0CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D4F0CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D4F0CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D4F0CC.