COLOR #C6C9C6

HEX: #C6C9C6
RGB: (198,201,198)

Renk bilgisi

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

RGB renk modeli

#C6C9C6 color RGB value is (198,201,198).

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

RGB bağlantıları ve doygunluk

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

198
201
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 201 + 198 = 597 (100%)
R 198 of 597 ~ 33.17%
G 201 of 597 ~ 33.67%
B 198 of 597 ~ 33.17%

%33.17
%33.67
%33.17

CMYK RENK MODELİ

#C6C9C6 rengi CMYK tonu (1,0,1,21).

  • camgöbeği tonu 1.49%
  • eflatun tonu 0.00%
  • sarı tonu 1.49%
  • ana renk tonu 21.18%
CMYK:
(1,0,1,21)
C1M0Y1K21 
(1%,0%,1%,21%)
(0.01/0.00/0.01/0.21)	

CMYK yüzdeleri

%1.49
%0
%1.49
%21.18

Codes

Color #C6C9C6 in popluar color models

C6C9C6
RGB198201198
HSL120°2.70%78.24%
HSB/HSV120°1.49%78.82%
CMYK1.49%0.00%1.49%
21.18%

Color #C6C9C6 in popluar number systems.

HEXC6C9C6
Decimal198201198
Binary110001101100100111000110
Octal306311306

Shades and tints

Shades of #C6C9C6

#C6C9C6
(198,201,198)
#B4B7B4
(180,183,180)
#A2A5A2
(162,165,162)
#909390
(144,147,144)
#7E817E
(126,129,126)
#6C6F6C
(108,111,108)
#5A5D5A
(90,93,90)
#484B48
(72,75,72)
#363936
(54,57,54)
#242724
(36,39,36)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C6C9C6

#C6C9C6
(198,201,198)
#CBCDCB
(203,205,203)
#D0D1D0
(208,209,208)
#D5D5D5
(213,213,213)
#DAD9DA
(218,217,218)
#DFDDDF
(223,221,223)
#E4E1E4
(228,225,228)
#E9E5E9
(233,229,233)
#EEE9EE
(238,233,238)
#F3EDF3
(243,237,243)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9C6; }

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

This text font color is #C6C9C6.


Background Color

.myBgColor { background-color: #C6C9C6; }

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

This div background color is #C6C9C6.


Border color

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

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

This div border color is #C6C9C6.


Opacity

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

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

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

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

This text has shadow with #C6C9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C9C6 on black background.


Color preview on white background

This text has color #C6C9C6 on white background.



Black color preview on #C6C9C6 background

This text has black color on #C6C9C6 background.


White color preview on #C6C9C6 background

This text has white color on #C6C9C6 background.