FARBE #C5C6AD

HEX: #C5C6AD
RGB: (197,198,173)

Farbeninformationen

#C5C6AD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5C6AD ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).

Farbmodelle RGB

Die Farbe #C5C6AD wird in RGB als (197,198,173) definiert.

  • Rot hat einen Wert von 197;
  • Grün hat einen Wert von 198;
  • Blau hat einen Wert von 173.
RGB:
(197,198,173)
(77%,78%,68%)

Kanäle in RGB und Sättigung

R 197 von 255 = 77%
G 198 von 255 = 78%
B 173 von 255 = 68%

197
198
173

R + G + B ~ 74%. #C5C6AD ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
197 + 198 + 173 = 568 (100%)
R 197 von 568 ~ 34.68%
G 198 von 568 ~ 34.86%
B 173 von 568 ~ 30.46%

%34.68
%34.86
%30.46

Farbmodell CMYK

Die Farbe #C5C6AD wird in CMYK als (1,0,13,22) definiert.

  • Cyan hat einen Wert von 0.51%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 12.63%
  • Schlüsselfarbe hat einen Wert von 22.35%
CMYK:
(1,0,13,22)
C1M0Y13K22 
(1%,0%,13%,22%)
(0.01/0.00/0.13/0.22)	

CMYK-Kanäle in Prozent

%0.51
%0
%12.63
%22.35

Farbcodes

Farbe #C5C6AD in den populären Farbmodellen.

C5C6AD
RGB197198173
HSL62°17.99%72.75%
HSB/HSV62°12.63%77.65%
CMYK0.51%0.00%12.63%
22.35%

Die Farbe #C5C6AD in den populären Zahlensystemen.

HexadezimalC5C6AD
Dezimal197198173
Binär110001011100011010101101
Oktal305306255

Farbtöne

Dunkle Töne der Farbe #C5C6AD

#C5C6AD
(197,198,173)
#B4B49E
(180,180,158)
#A3A28F
(163,162,143)
#929080
(146,144,128)
#817E71
(129,126,113)
#706C62
(112,108,98)
#5F5A53
(95,90,83)
#4E4844
(78,72,68)
#3D3635
(61,54,53)
#2C2426
(44,36,38)
#1B1217
(27,18,23)
#000000
(0,0,0)

Helle Töne der Farbe #C5C6AD

#C5C6AD
(197,198,173)
#CACBB4
(202,203,180)
#CFD0BB
(207,208,187)
#D4D5C2
(212,213,194)
#D9DAC9
(217,218,201)
#DEDFD0
(222,223,208)
#E3E4D7
(227,228,215)
#E8E9DE
(232,233,222)
#EDEEE5
(237,238,229)
#F2F3EC
(242,243,236)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #C5C6AD. Bitte benutzen Sie auch rgb(197,198,173) statt hex-Code.

Textfarbe

.myTextColor { color: #C5C6AD; }

<p style="color:#C5C6AD">This sample text font color is #C5C6AD.</p>

Die Farbe dieses Textes ist #C5C6AD.


Hintergrundfarbe

.myBgColor { background-color: #C5C6AD; }

<div style="background-color:#C5C6AD">Inner text</div>

Der Hintergrund von diesem div ist in Farbe #C5C6AD.


Grenzfarbe

.myBorderColor { border: 1px solid #C5C6AD; }

<div style="border:3px solid #C5C6AD">Div</div>

Die Grenzen von diesem div sind in Farbe #C5C6AD.


Transparenz

.myOpacity80 { color: #C5C6AD; opacity: 0.8; }

<p style="color:#C5C6AD;opacity:0.8;">80%</p>

Text in Farbe #C5C6AD und mit Transparenz 100% | 80% | 50% | 30%.

Hintergrund mit Transparenzgrad 100%.

Hintergrund mit Transparenzgrad 80%.

Hintergrund mit Transparenzgrad 50%.

Hintergrund mit Transparenzgrad 30%.

Farbe des Textschattens

.textShadow {text-shadow: 3px 3px 1px #C5C6AD;}

<p style="text-shadow: 3px 3px 1px #C5C6AD">Text here.</p>

Dieser Text hat den Schatten in Farbe #C5C6AD.

.textShadow {text-shadow: 3px 3px 1px #C5C6AD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5C6AD, 5px 5px 20px red">Text here.</p>

Dieser Text hat den Schatten in Grundfarbe #C5C6AD und zusätzlichem Rot.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5C6AD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5C6AD, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5C6AD and red colors in old Internet Explorer.


Farbe des Schattens vom div-Element

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5C6AD;
  -webkit-box-shadow:	1px 1px 3px 2px #C5C6AD;
  box-shadow:		1px 1px 3px 2px #C5C6AD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5C6AD;
-webkit-box-shadow: 1px 1px 3px 2px #C5C6AD;
box-shadow:1px 1px 3px 2px #C5C6AD;">
Div content here</div>
Dieses div hat den Schatten in Farbe #C5C6AD.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

Dieser Text ist in der Farbe #C5C6AD auf dem schwarzen Hintergrund.


Farbenbeispiel auf dem weißen Hintergrund

Dieser Text ist in Farbe #C5C6AD auf dem weißen Hintergrund.



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #C5C6AD

Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5C6AD.


Beispiel eines weißen Textes auf dem Hintergrund in Farbe #C5C6AD

Dieser Text ist weiß auf dem Hintergrund in Farbe #C5C6AD.