COLOR #C6C6C6

HEX: #C6C6C6
RGB: (198,198,198)

Renk bilgisi

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

RGB renk modeli

#C6C6C6 color RGB value is (198,198,198).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 198 of 255 = 78%
B 198 of 255 = 78%

198
198
198

R + G + B ~ 78%. #C6C6C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 198 + 198 = 594 (100%)
R 198 of 594 ~ 33.33%
G 198 of 594 ~ 33.33%
B 198 of 594 ~ 33.33%

%33.33
%33.33
%33.33

CMYK RENK MODELİ

#C6C6C6 rengi CMYK tonu (0,0,0,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(0,0,0,22)
C0M0Y0K22 
(0%,0%,0%,22%)
(0.00/0.00/0.00/0.22)	

CMYK yüzdeleri

%0
%0
%0
%22.35

Codes

Color #C6C6C6 in popluar color models

C6C6C6
RGB198198198
HSL0.00%0.78%
HSB/HSV0.00%0.78%
CMYK0.00%0.00%0.00%
22.35%

Color #C6C6C6 in popluar number systems.

HEXC6C6C6
Decimal198198198
Binary110001101100011011000110
Octal306306306

Shades and tints

Shades of #C6C6C6

#C6C6C6
(198,198,198)
#B4B4B4
(180,180,180)
#A2A2A2
(162,162,162)
#909090
(144,144,144)
#7E7E7E
(126,126,126)
#6C6C6C
(108,108,108)
#5A5A5A
(90,90,90)
#484848
(72,72,72)
#363636
(54,54,54)
#242424
(36,36,36)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #C6C6C6

#C6C6C6
(198,198,198)
#CBCBCB
(203,203,203)
#D0D0D0
(208,208,208)
#D5D5D5
(213,213,213)
#DADADA
(218,218,218)
#DFDFDF
(223,223,223)
#E4E4E4
(228,228,228)
#E9E9E9
(233,233,233)
#EEEEEE
(238,238,238)
#F3F3F3
(243,243,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6C6; }

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

This text font color is #C6C6C6.


Background Color

.myBgColor { background-color: #C6C6C6; }

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

This div background color is #C6C6C6.


Border color

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

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

This div border color is #C6C6C6.


Opacity

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

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

Text with #C6C6C6 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 #C6C6C6;}

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

This text has shadow with #C6C6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6C6 on black background.


Color preview on white background

This text has color #C6C6C6 on white background.



Black color preview on #C6C6C6 background

This text has black color on #C6C6C6 background.


White color preview on #C6C6C6 background

This text has white color on #C6C6C6 background.