COLOR #C6C9CA

HEX: #C6C9CA
RGB: (198,201,202)

Color info

#C6C9CA contains red, green and blue colors in about the same proportion. Web safe color of #C6C9CA is #CCCCCC (or #CCC).

RGB color model

#C6C9CA color RGB value is (198,201,202).

  • red value is 198;
  • green value is 201;
  • blue value is 202.
RGB:
(198,201,202)
(78%,79%,79%)

RGB channels and saturation

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

198
201
202

R + G + B ~ 79%. #C6C9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 201 + 202 = 601 (100%)
R 198 of 601 ~ 32.95%
G 201 of 601 ~ 33.44%
B 202 of 601 ~ 33.61%

%32.95
%33.44
%33.61

CMYK color model

#C6C9CA color CMYK value is (2,0,0,21).

  • cyan value is 1.98%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(2,0,0,21)
C2M0Y0K21 
(2%,0%,0%,21%)
(0.02/0.00/0.00/0.21)	

CMYK percentages

%1.98
%0.5
%0
%20.78

Codes

Color #C6C9CA in popluar color models

C6C9CA
RGB198201202
HSL195°3.64%78.43%
HSB/HSV195°1.98%79.22%
CMYK1.98%0.50%0.00%
20.78%

Color #C6C9CA in popluar number systems.

HEXC6C9CA
Decimal198201202
Binary110001101100100111001010
Octal306311312

Shades and tints

Shades of #C6C9CA

#C6C9CA
(198,201,202)
#B4B7B8
(180,183,184)
#A2A5A6
(162,165,166)
#909394
(144,147,148)
#7E8182
(126,129,130)
#6C6F70
(108,111,112)
#5A5D5E
(90,93,94)
#484B4C
(72,75,76)
#36393A
(54,57,58)
#242728
(36,39,40)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C6C9CA

#C6C9CA
(198,201,202)
#CBCDCE
(203,205,206)
#D0D1D2
(208,209,210)
#D5D5D6
(213,213,214)
#DAD9DA
(218,217,218)
#DFDDDE
(223,221,222)
#E4E1E2
(228,225,226)
#E9E5E6
(233,229,230)
#EEE9EA
(238,233,234)
#F3EDEE
(243,237,238)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9CA; }

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

This text font color is #C6C9CA.


Background Color

.myBgColor { background-color: #C6C9CA; }

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

This div background color is #C6C9CA.


Border color

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

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

This div border color is #C6C9CA.


Opacity

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

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

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

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

This text has shadow with #C6C9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C9CA on black background.


Color preview on white background

This text has color #C6C9CA on white background.



Black color preview on #C6C9CA background

This text has black color on #C6C9CA background.


White color preview on #C6C9CA background

This text has white color on #C6C9CA background.