COLOR #C6C5A6

HEX: #C6C5A6
RGB: (198,197,166)

Renk bilgisi

#C6C5A6 contains red, green and blue colors in about the same proportion. #C6C5A6 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6C5A6 color RGB value is (198,197,166).

  • kırmız ton 198;
  • yeşil ton 197;
  • mavi ton 166.
RGB:
(198,197,166)
(78%,77%,65%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 197 of 255 = 77%
B 166 of 255 = 65%

198
197
166

R + G + B ~ 73%. #C6C5A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 197 + 166 = 561 (100%)
R 198 of 561 ~ 35.29%
G 197 of 561 ~ 35.12%
B 166 of 561 ~ 29.59%

%35.29
%35.12
%29.59

CMYK RENK MODELİ

#C6C5A6 rengi CMYK tonu (0,1,16,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.51%
  • sarı tonu 16.16%
  • ana renk tonu 22.35%
CMYK:
(0,1,16,22)
C0M1Y16K22 
(0%,1%,16%,22%)
(0.00/0.01/0.16/0.22)	

CMYK yüzdeleri

%0
%0.51
%16.16
%22.35

Codes

Color #C6C5A6 in popluar color models

C6C5A6
RGB198197166
HSL58°21.92%71.37%
HSB/HSV58°16.16%77.65%
CMYK0.00%0.51%16.16%
22.35%

Color #C6C5A6 in popluar number systems.

HEXC6C5A6
Decimal198197166
Binary110001101100010110100110
Octal306305246

Shades and tints

Shades of #C6C5A6

#C6C5A6
(198,197,166)
#B4B497
(180,180,151)
#A2A388
(162,163,136)
#909279
(144,146,121)
#7E816A
(126,129,106)
#6C705B
(108,112,91)
#5A5F4C
(90,95,76)
#484E3D
(72,78,61)
#363D2E
(54,61,46)
#242C1F
(36,44,31)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #C6C5A6

#C6C5A6
(198,197,166)
#CBCAAE
(203,202,174)
#D0CFB6
(208,207,182)
#D5D4BE
(213,212,190)
#DAD9C6
(218,217,198)
#DFDECE
(223,222,206)
#E4E3D6
(228,227,214)
#E9E8DE
(233,232,222)
#EEEDE6
(238,237,230)
#F3F2EE
(243,242,238)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C5A6 color. Also use rgb(198,197,166) instead hex code.

Text Font Color

.myTextColor { color: #C6C5A6; }

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

This text font color is #C6C5A6.


Background Color

.myBgColor { background-color: #C6C5A6; }

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

This div background color is #C6C5A6.


Border color

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

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

This div border color is #C6C5A6.


Opacity

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

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

Text with #C6C5A6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

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

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

This text has shadow with #C6C5A6 color.

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

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

This text has shadow with #C6C5A6 primary color and red secondary color.


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6C5A6;
-webkit-box-shadow: 1px 1px 3px 2px #C6C5A6;
box-shadow:1px 1px 3px 2px #C6C5A6;">
Div content here</div>
This div box has shadow with color #C6C5A6.

Preview

Color preview on black background

This text has color #C6C5A6 on black background.


Color preview on white background

This text has color #C6C5A6 on white background.



Black color preview on #C6C5A6 background

This text has black color on #C6C5A6 background.


White color preview on #C6C5A6 background

This text has white color on #C6C5A6 background.