COLOR #C6CFD7

HEX: #C6CFD7
RGB: (198,207,215)

Color info

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

RGB color model

#C6CFD7 color RGB value is (198,207,215).

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

RGB channels and saturation

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

198
207
215

R + G + B ~ 81%. #C6CFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 215 = 620 (100%)
R 198 of 620 ~ 31.94%
G 207 of 620 ~ 33.39%
B 215 of 620 ~ 34.68%

%31.94
%33.39
%34.68

CMYK color model

#C6CFD7 color CMYK value is (8,4,0,16).

  • cyan value is 7.91%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(8,4,0,16)
C8M4Y0K16 
(8%,4%,0%,16%)
(0.08/0.04/0.00/0.16)	

CMYK percentages

%7.91
%3.72
%0
%15.69

Codes

Color #C6CFD7 in popluar color models

C6CFD7
RGB198207215
HSL208°17.53%80.98%
HSB/HSV208°7.91%84.31%
CMYK7.91%3.72%0.00%
15.69%

Color #C6CFD7 in popluar number systems.

HEXC6CFD7
Decimal198207215
Binary110001101100111111010111
Octal306317327

Shades and tints

Shades of #C6CFD7

#C6CFD7
(198,207,215)
#B4BDC4
(180,189,196)
#A2ABB1
(162,171,177)
#90999E
(144,153,158)
#7E878B
(126,135,139)
#6C7578
(108,117,120)
#5A6365
(90,99,101)
#485152
(72,81,82)
#363F3F
(54,63,63)
#242D2C
(36,45,44)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #C6CFD7

#C6CFD7
(198,207,215)
#CBD3DA
(203,211,218)
#D0D7DD
(208,215,221)
#D5DBE0
(213,219,224)
#DADFE3
(218,223,227)
#DFE3E6
(223,227,230)
#E4E7E9
(228,231,233)
#E9EBEC
(233,235,236)
#EEEFEF
(238,239,239)
#F3F3F2
(243,243,242)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CFD7; }

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

This text font color is #C6CFD7.


Background Color

.myBgColor { background-color: #C6CFD7; }

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

This div background color is #C6CFD7.


Border color

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

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

This div border color is #C6CFD7.


Opacity

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

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

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

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

This text has shadow with #C6CFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CFD7 on black background.


Color preview on white background

This text has color #C6CFD7 on white background.



Black color preview on #C6CFD7 background

This text has black color on #C6CFD7 background.


White color preview on #C6CFD7 background

This text has white color on #C6CFD7 background.