COLOR #C6D6DF

HEX: #C6D6DF
RGB: (198,214,223)

Color info

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

RGB color model

#C6D6DF color RGB value is (198,214,223).

  • red value is 198;
  • green value is 214;
  • blue value is 223.
RGB:
(198,214,223)
(78%,84%,87%)

RGB channels and saturation

R 198 of 255 = 78%
G 214 of 255 = 84%
B 223 of 255 = 87%

198
214
223

R + G + B ~ 83%. #C6D6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 214 + 223 = 635 (100%)
R 198 of 635 ~ 31.18%
G 214 of 635 ~ 33.7%
B 223 of 635 ~ 35.12%

%31.18
%33.7
%35.12

CMYK color model

#C6D6DF color CMYK value is (11,4,0,13).

  • cyan value is 11.21%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(11,4,0,13)
C11M4Y0K13 
(11%,4%,0%,13%)
(0.11/0.04/0.00/0.13)	

CMYK percentages

%11.21
%4.04
%0
%12.55

Codes

Color #C6D6DF in popluar color models

C6D6DF
RGB198214223
HSL202°28.09%82.55%
HSB/HSV202°11.21%87.45%
CMYK11.21%4.04%0.00%
12.55%

Color #C6D6DF in popluar number systems.

HEXC6D6DF
Decimal198214223
Binary110001101101011011011111
Octal306326337

Shades and tints

Shades of #C6D6DF

#C6D6DF
(198,214,223)
#B4C3CB
(180,195,203)
#A2B0B7
(162,176,183)
#909DA3
(144,157,163)
#7E8A8F
(126,138,143)
#6C777B
(108,119,123)
#5A6467
(90,100,103)
#485153
(72,81,83)
#363E3F
(54,62,63)
#242B2B
(36,43,43)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6D6DF

#C6D6DF
(198,214,223)
#CBD9E1
(203,217,225)
#D0DCE3
(208,220,227)
#D5DFE5
(213,223,229)
#DAE2E7
(218,226,231)
#DFE5E9
(223,229,233)
#E4E8EB
(228,232,235)
#E9EBED
(233,235,237)
#EEEEEF
(238,238,239)
#F3F1F1
(243,241,241)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D6DF; }

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

This text font color is #C6D6DF.


Background Color

.myBgColor { background-color: #C6D6DF; }

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

This div background color is #C6D6DF.


Border color

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

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

This div border color is #C6D6DF.


Opacity

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

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

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

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

This text has shadow with #C6D6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D6DF on black background.


Color preview on white background

This text has color #C6D6DF on white background.



Black color preview on #C6D6DF background

This text has black color on #C6D6DF background.


White color preview on #C6D6DF background

This text has white color on #C6D6DF background.