COLOR #C6CFDE

HEX: #C6CFDE
RGB: (198,207,222)

Color info

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

RGB color model

#C6CFDE color RGB value is (198,207,222).

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

RGB channels and saturation

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

198
207
222

R + G + B ~ 82%. #C6CFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 222 = 627 (100%)
R 198 of 627 ~ 31.58%
G 207 of 627 ~ 33.01%
B 222 of 627 ~ 35.41%

%31.58
%33.01
%35.41

CMYK color model

#C6CFDE color CMYK value is (11,7,0,13).

  • cyan value is 10.81%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(11,7,0,13)
C11M7Y0K13 
(11%,7%,0%,13%)
(0.11/0.07/0.00/0.13)	

CMYK percentages

%10.81
%6.76
%0
%12.94

Codes

Color #C6CFDE in popluar color models

C6CFDE
RGB198207222
HSL218°26.67%82.35%
HSB/HSV218°10.81%87.06%
CMYK10.81%6.76%0.00%
12.94%

Color #C6CFDE in popluar number systems.

HEXC6CFDE
Decimal198207222
Binary110001101100111111011110
Octal306317336

Shades and tints

Shades of #C6CFDE

#C6CFDE
(198,207,222)
#B4BDCA
(180,189,202)
#A2ABB6
(162,171,182)
#9099A2
(144,153,162)
#7E878E
(126,135,142)
#6C757A
(108,117,122)
#5A6366
(90,99,102)
#485152
(72,81,82)
#363F3E
(54,63,62)
#242D2A
(36,45,42)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #C6CFDE

#C6CFDE
(198,207,222)
#CBD3E1
(203,211,225)
#D0D7E4
(208,215,228)
#D5DBE7
(213,219,231)
#DADFEA
(218,223,234)
#DFE3ED
(223,227,237)
#E4E7F0
(228,231,240)
#E9EBF3
(233,235,243)
#EEEFF6
(238,239,246)
#F3F3F9
(243,243,249)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CFDE; }

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

This text font color is #C6CFDE.


Background Color

.myBgColor { background-color: #C6CFDE; }

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

This div background color is #C6CFDE.


Border color

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

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

This div border color is #C6CFDE.


Opacity

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

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

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

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

This text has shadow with #C6CFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CFDE on black background.


Color preview on white background

This text has color #C6CFDE on white background.



Black color preview on #C6CFDE background

This text has black color on #C6CFDE background.


White color preview on #C6CFDE background

This text has white color on #C6CFDE background.