HEX: #71B2CC
RGB: (113,178,204)
#71B2CC enthält hauptsächlich grüne und blaue Farbe. Für #71B2CC ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #71B2CC wird in RGB als (113,178,204) definiert.
RGB: (113,178,204)
(44%, 70%, 80%)
R 113 von 255 = 44%
G 178 von 255 = 70%
B 204 von 255 = 80%
R + G + B ~ 65%. #71B2CC ziemlich helle Farbe.
R + G + B = 113 + 178 + 204 = 495 (100%)
R 113 von 495 ~ 22.83%
G 178 von 495 ~ 35.96%
B 204 von 495 ~ 41.21'%
Die Farbe #71B2CC wird in CMYK als (45,13,0,20) definiert.
CMYK: (45,13,0,20)
C45M13Y0K20 (45%, 13%, 0%, 20%)
(0.45 / 0.13 / 0.00 / 0.20)
Farbe #71B2CC in den populären Farbmodellen.
71 | B2 | CC | |
---|---|---|---|
RGB | 113 | 178 | 204 |
HSL | 197° | 47.15% | 62.16% |
HSB/HSV | 197° | 44.61% | 80.00% |
CMYK | 44.61% | 12.75% | 0.00% |
20.00% |
Die Farbe #71B2CC in den populären Zahlensystemen.
Hexadezimal | 71 | B2 | CC |
Dezimal | 113 | 178 | 204 |
Binär | 1110001 | 10110010 | 11001100 |
Oktal | 161 | 262 | 314 |
Dunkle Töne der Farbe #71B2CC
Helle Töne der Farbe #71B2CC
Beispiele css- und html für Elemente in der Farbe #71B2CC. Bitte benutzen Sie auch rgb(113,178,204) statt hex-Code.
.myTextColor { color: #71B2CC; }
<p style="color:#71B2CC">This sample text font color is #71B2CC.</p>
Die Farbe dieses Textes ist #71B2CC.
.myBgColor { background-color: #71B2CC; }
<div style="background-color:#71B2CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71B2CC.
.myBorderColor { border: 1px solid #71B2CC; }
<div style="border:3px solid #71B2CC">Div</div>
Die Grenzen von diesem div sind in Farbe #71B2CC.
.myOpacity80 { color: #71B2CC; opacity: 0.8; }
<p style="color:#71B2CC;opacity:0.8;">80%</p>
Text in Farbe #71B2CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B2CC;}
<p style="text-shadow: 3px 3px 1px #71B2CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #71B2CC.
.textShadow {text-shadow: 3px 3px 1px #71B2CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B2CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71B2CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B2CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B2CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B2CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B2CC;
-webkit-box-shadow: 1px 1px 3px 2px #71B2CC;
box-shadow: 1px 1px 3px 2px #71B2CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B2CC; -webkit-box-shadow: 1px 1px 3px 2px #71B2CC; box-shadow:1px 1px 3px 2px #71B2CC;">
Div content here
</div>
Dieser Text ist in der Farbe #71B2CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71B2CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71B2CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71B2CC.
Kontrastfarbe für #hex ist #8E4D33.