COLOR #C6C6CF

HEX: #C6C6CF
RGB: (198,198,207)

Color info

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

RGB color model

#C6C6CF color RGB value is (198,198,207).

  • red value is 198;
  • green value is 198;
  • blue value is 207.
RGB:
(198,198,207)
(78%,78%,81%)

RGB channels and saturation

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

198
198
207

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

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 207 = 603 (100%)
R 198 of 603 ~ 32.84%
G 198 of 603 ~ 32.84%
B 207 of 603 ~ 34.33%

%32.84
%32.84
%34.33

CMYK color model

#C6C6CF color CMYK value is (4,4,0,19).

  • cyan value is 4.35%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,4,0,19)
C4M4Y0K19 
(4%,4%,0%,19%)
(0.04/0.04/0.00/0.19)	

CMYK percentages

%4.35
%4.35
%0
%18.82

Codes

Color #C6C6CF in popluar color models

C6C6CF
RGB198198207
HSL240°8.57%79.41%
HSB/HSV240°4.35%81.18%
CMYK4.35%4.35%0.00%
18.82%

Color #C6C6CF in popluar number systems.

HEXC6C6CF
Decimal198198207
Binary110001101100011011001111
Octal306306317

Shades and tints

Shades of #C6C6CF

#C6C6CF
(198,198,207)
#B4B4BD
(180,180,189)
#A2A2AB
(162,162,171)
#909099
(144,144,153)
#7E7E87
(126,126,135)
#6C6C75
(108,108,117)
#5A5A63
(90,90,99)
#484851
(72,72,81)
#36363F
(54,54,63)
#24242D
(36,36,45)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #C6C6CF

#C6C6CF
(198,198,207)
#CBCBD3
(203,203,211)
#D0D0D7
(208,208,215)
#D5D5DB
(213,213,219)
#DADADF
(218,218,223)
#DFDFE3
(223,223,227)
#E4E4E7
(228,228,231)
#E9E9EB
(233,233,235)
#EEEEEF
(238,238,239)
#F3F3F3
(243,243,243)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6CF; }

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

This text font color is #C6C6CF.


Background Color

.myBgColor { background-color: #C6C6CF; }

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

This div background color is #C6C6CF.


Border color

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

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

This div border color is #C6C6CF.


Opacity

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

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

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

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

This text has shadow with #C6C6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6CF on black background.


Color preview on white background

This text has color #C6C6CF on white background.



Black color preview on #C6C6CF background

This text has black color on #C6C6CF background.


White color preview on #C6C6CF background

This text has white color on #C6C6CF background.