HEX: #BEC3CC
RGB: (190,195,204)
#BEC3CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BEC3CC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #BEC3CC wird in RGB als (190,195,204) definiert.
RGB: (190,195,204) (75%,76%,80%)
R 190 von 255 = 75%
G 195 von 255 = 76%
B 204 von 255 = 80%
R + G + B ~ 77%. #BEC3CC ziemlich helle Farbe.
R + G + B =
190 + 195 + 204 = 589 (100%)
R 190 von 589 ~ 32.26%
G 195 von 589 ~ 33.11%
B 204 von 589 ~ 34.63%
Die Farbe #BEC3CC wird in CMYK als (7,4,0,20) definiert.
CMYK: (7,4,0,20) C7M4Y0K20 (7%,4%,0%,20%) (0.07/0.04/0.00/0.20)
BE | C3 | CC | |
---|---|---|---|
RGB | 190 | 195 | 204 |
HSL | 219° | 12.07% | 77.25% |
HSB/HSV | 219° | 6.86% | 80.00% |
CMYK | 6.86% | 4.41% | 0.00% |
20.00% |
Hexadezimal | BE | C3 | CC |
Dezimal | 190 | 195 | 204 |
Binär | 10111110 | 11000011 | 11001100 |
Oktal | 276 | 303 | 314 |
Beispiele css- und html für Elemente in der Farbe #BEC3CC. Bitte benutzen Sie auch rgb(190,195,204) statt hex-Code.
.myTextColor { color: #BEC3CC; }
<p style="color:#BEC3CC">This sample text font color is #BEC3CC.</p>
Die Farbe dieses Textes ist #BEC3CC.
.myBgColor { background-color: #BEC3CC; }
<div style="background-color:#BEC3CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEC3CC.
.myBorderColor { border: 1px solid #BEC3CC; }
<div style="border:3px solid #BEC3CC">Div</div>
Die Grenzen von diesem div sind in Farbe #BEC3CC.
.myOpacity80 { color: #BEC3CC; opacity: 0.8; }
<p style="color:#BEC3CC;opacity:0.8;">80%</p>
Text in Farbe #BEC3CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEC3CC;}
<p style="text-shadow: 3px 3px 1px #BEC3CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEC3CC.
.textShadow {text-shadow: 3px 3px 1px #BEC3CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEC3CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEC3CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC3CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEC3CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEC3CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BEC3CC; -webkit-box-shadow: 1px 1px 3px 2px #BEC3CC; box-shadow: 1px 1px 3px 2px #BEC3CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BEC3CC; -webkit-box-shadow: 1px 1px 3px 2px #BEC3CC; box-shadow:1px 1px 3px 2px #BEC3CC;">
Div content here</div>
Dieser Text ist in der Farbe #BEC3CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEC3CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEC3CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEC3CC.