COLOR #C6C7CE

HEX: #C6C7CE
RGB: (198,199,206)

Color info

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

RGB color model

#C6C7CE color RGB value is (198,199,206).

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

RGB channels and saturation

R 198 of 255 = 78%
G 199 of 255 = 78%
B 206 of 255 = 81%

198
199
206

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

Portions of RGB colors in percentages

R + G + B =
198 + 199 + 206 = 603 (100%)
R 198 of 603 ~ 32.84%
G 199 of 603 ~ 33%
B 206 of 603 ~ 34.16%

%32.84
%33
%34.16

CMYK color model

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

  • cyan value is 3.88%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(4,3,0,19)
C4M3Y0K19 
(4%,3%,0%,19%)
(0.04/0.03/0.00/0.19)	

CMYK percentages

%3.88
%3.4
%0
%19.22

Codes

Color #C6C7CE in popluar color models

C6C7CE
RGB198199206
HSL233°7.55%79.22%
HSB/HSV233°3.88%80.78%
CMYK3.88%3.40%0.00%
19.22%

Color #C6C7CE in popluar number systems.

HEXC6C7CE
Decimal198199206
Binary110001101100011111001110
Octal306307316

Shades and tints

Shades of #C6C7CE

#C6C7CE
(198,199,206)
#B4B5BC
(180,181,188)
#A2A3AA
(162,163,170)
#909198
(144,145,152)
#7E7F86
(126,127,134)
#6C6D74
(108,109,116)
#5A5B62
(90,91,98)
#484950
(72,73,80)
#36373E
(54,55,62)
#24252C
(36,37,44)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #C6C7CE

#C6C7CE
(198,199,206)
#CBCCD2
(203,204,210)
#D0D1D6
(208,209,214)
#D5D6DA
(213,214,218)
#DADBDE
(218,219,222)
#DFE0E2
(223,224,226)
#E4E5E6
(228,229,230)
#E9EAEA
(233,234,234)
#EEEFEE
(238,239,238)
#F3F4F2
(243,244,242)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C7CE; }

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

This text font color is #C6C7CE.


Background Color

.myBgColor { background-color: #C6C7CE; }

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

This div background color is #C6C7CE.


Border color

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

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

This div border color is #C6C7CE.


Opacity

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

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

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

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

This text has shadow with #C6C7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C7CE on black background.


Color preview on white background

This text has color #C6C7CE on white background.



Black color preview on #C6C7CE background

This text has black color on #C6C7CE background.


White color preview on #C6C7CE background

This text has white color on #C6C7CE background.