COLOR #C6CCCF

HEX: #C6CCCF
RGB: (198,204,207)

Color info

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

RGB color model

#C6CCCF color RGB value is (198,204,207).

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

RGB channels and saturation

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

198
204
207

R + G + B ~ 80%. #C6CCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 204 + 207 = 609 (100%)
R 198 of 609 ~ 32.51%
G 204 of 609 ~ 33.5%
B 207 of 609 ~ 33.99%

%32.51
%33.5
%33.99

CMYK color model

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

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

CMYK percentages

%4.35
%1.45
%0
%18.82

Codes

Color #C6CCCF in popluar color models

C6CCCF
RGB198204207
HSL200°8.57%79.41%
HSB/HSV200°4.35%81.18%
CMYK4.35%1.45%0.00%
18.82%

Color #C6CCCF in popluar number systems.

HEXC6CCCF
Decimal198204207
Binary110001101100110011001111
Octal306314317

Shades and tints

Shades of #C6CCCF

#C6CCCF
(198,204,207)
#B4BABD
(180,186,189)
#A2A8AB
(162,168,171)
#909699
(144,150,153)
#7E8487
(126,132,135)
#6C7275
(108,114,117)
#5A6063
(90,96,99)
#484E51
(72,78,81)
#363C3F
(54,60,63)
#242A2D
(36,42,45)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #C6CCCF

#C6CCCF
(198,204,207)
#CBD0D3
(203,208,211)
#D0D4D7
(208,212,215)
#D5D8DB
(213,216,219)
#DADCDF
(218,220,223)
#DFE0E3
(223,224,227)
#E4E4E7
(228,228,231)
#E9E8EB
(233,232,235)
#EEECEF
(238,236,239)
#F3F0F3
(243,240,243)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCCF; }

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

This text font color is #C6CCCF.


Background Color

.myBgColor { background-color: #C6CCCF; }

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

This div background color is #C6CCCF.


Border color

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

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

This div border color is #C6CCCF.


Opacity

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

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

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

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

This text has shadow with #C6CCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CCCF on black background.


Color preview on white background

This text has color #C6CCCF on white background.



Black color preview on #C6CCCF background

This text has black color on #C6CCCF background.


White color preview on #C6CCCF background

This text has white color on #C6CCCF background.