COLOR #C6C3C6

HEX: #C6C3C6
RGB: (198,195,198)

Renk bilgisi

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

RGB renk modeli

#C6C3C6 color RGB value is (198,195,198).

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

RGB bağlantıları ve doygunluk

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

198
195
198

R + G + B ~ 77%. #C6C3C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 195 + 198 = 591 (100%)
R 198 of 591 ~ 33.5%
G 195 of 591 ~ 32.99%
B 198 of 591 ~ 33.5%

%33.5
%32.99
%33.5

CMYK RENK MODELİ

#C6C3C6 rengi CMYK tonu (0,2,0,22).

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

CMYK yüzdeleri

%0
%1.52
%0
%22.35

Codes

Color #C6C3C6 in popluar color models

C6C3C6
RGB198195198
HSL300°2.56%77.06%
HSB/HSV300°1.52%77.65%
CMYK0.00%1.52%0.00%
22.35%

Color #C6C3C6 in popluar number systems.

HEXC6C3C6
Decimal198195198
Binary110001101100001111000110
Octal306303306

Shades and tints

Shades of #C6C3C6

#C6C3C6
(198,195,198)
#B4B2B4
(180,178,180)
#A2A1A2
(162,161,162)
#909090
(144,144,144)
#7E7F7E
(126,127,126)
#6C6E6C
(108,110,108)
#5A5D5A
(90,93,90)
#484C48
(72,76,72)
#363B36
(54,59,54)
#242A24
(36,42,36)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #C6C3C6

#C6C3C6
(198,195,198)
#CBC8CB
(203,200,203)
#D0CDD0
(208,205,208)
#D5D2D5
(213,210,213)
#DAD7DA
(218,215,218)
#DFDCDF
(223,220,223)
#E4E1E4
(228,225,228)
#E9E6E9
(233,230,233)
#EEEBEE
(238,235,238)
#F3F0F3
(243,240,243)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C3C6; }

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

This text font color is #C6C3C6.


Background Color

.myBgColor { background-color: #C6C3C6; }

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

This div background color is #C6C3C6.


Border color

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

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

This div border color is #C6C3C6.


Opacity

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

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

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

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

This text has shadow with #C6C3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C3C6 on black background.


Color preview on white background

This text has color #C6C3C6 on white background.



Black color preview on #C6C3C6 background

This text has black color on #C6C3C6 background.


White color preview on #C6C3C6 background

This text has white color on #C6C3C6 background.