HEX: #CCEABB
RGB: (204,234,187)
#CCEABB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #CCEABB ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #CCEABB wird in RGB als (204,234,187) definiert.
RGB: (204,234,187)
(80%, 92%, 73%)
R 204 von 255 = 80%
G 234 von 255 = 92%
B 187 von 255 = 73%
R + G + B ~ 82%. #CCEABB ziemlich helle Farbe.
R + G + B = 204 + 234 + 187 = 625 (100%)
R 204 von 625 ~ 32.64%
G 234 von 625 ~ 37.44%
B 187 von 625 ~ 29.92'%
Die Farbe #CCEABB wird in CMYK als (13,0,20,8) definiert.
CMYK: (13,0,20,8)
C13M0Y20K8 (13%, 0%, 20%, 8%)
(0.13 / 0.00 / 0.20 / 0.08)
Farbe #CCEABB in den populären Farbmodellen.
CC | EA | BB | |
---|---|---|---|
RGB | 204 | 234 | 187 |
HSL | 98° | 52.81% | 82.55% |
HSB/HSV | 98° | 20.09% | 91.76% |
CMYK | 12.82% | 0.00% | 20.09% |
8.24% |
Die Farbe #CCEABB in den populären Zahlensystemen.
Hexadezimal | CC | EA | BB |
Dezimal | 204 | 234 | 187 |
Binär | 11001100 | 11101010 | 10111011 |
Oktal | 314 | 352 | 273 |
Dunkle Töne der Farbe #CCEABB
Helle Töne der Farbe #CCEABB
Beispiele css- und html für Elemente in der Farbe #CCEABB. Bitte benutzen Sie auch rgb(204,234,187) statt hex-Code.
.myTextColor { color: #CCEABB; }
<p style="color:#CCEABB">This sample text font color is #CCEABB.</p>
Die Farbe dieses Textes ist #CCEABB.
.myBgColor { background-color: #CCEABB; }
<div style="background-color:#CCEABB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CCEABB.
.myBorderColor { border: 1px solid #CCEABB; }
<div style="border:3px solid #CCEABB">Div</div>
Die Grenzen von diesem div sind in Farbe #CCEABB.
.myOpacity80 { color: #CCEABB; opacity: 0.8; }
<p style="color:#CCEABB;opacity:0.8;">80%</p>
Text in Farbe #CCEABB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCEABB;}
<p style="text-shadow: 3px 3px 1px #CCEABB">Text here.</p>
Dieser Text hat den Schatten in Farbe #CCEABB.
.textShadow {text-shadow: 3px 3px 1px #CCEABB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCEABB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CCEABB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCEABB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCEABB, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCEABB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCEABB;
-webkit-box-shadow: 1px 1px 3px 2px #CCEABB;
box-shadow: 1px 1px 3px 2px #CCEABB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCEABB; -webkit-box-shadow: 1px 1px 3px 2px #CCEABB; box-shadow:1px 1px 3px 2px #CCEABB;">
Div content here
</div>
Dieser Text ist in der Farbe #CCEABB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CCEABB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CCEABB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CCEABB.
Kontrastfarbe für #hex ist #331544.