COLOR #C6DDEF

HEX: #C6DDEF
RGB: (198,221,239)

Color info

#C6DDEF contains red, green and blue colors in about the same proportion. Web safe color of #C6DDEF is #CCCCFF (or #CCF).

RGB color model

#C6DDEF color RGB value is (198,221,239).

  • red value is 198;
  • green value is 221;
  • blue value is 239.
RGB:
(198,221,239)
(78%,87%,94%)

RGB channels and saturation

R 198 of 255 = 78%
G 221 of 255 = 87%
B 239 of 255 = 94%

198
221
239

R + G + B ~ 86%. #C6DDEF is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 221 + 239 = 658 (100%)
R 198 of 658 ~ 30.09%
G 221 of 658 ~ 33.59%
B 239 of 658 ~ 36.32%

%30.09
%33.59
%36.32

CMYK color model

#C6DDEF color CMYK value is (17,8,0,6).

  • cyan value is 17.15%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(17,8,0,6)
C17M8Y0K6 
(17%,8%,0%,6%)
(0.17/0.08/0.00/0.06)	

CMYK percentages

%17.15
%7.53
%0
%6.27

Codes

Color #C6DDEF in popluar color models

C6DDEF
RGB198221239
HSL206°56.16%85.69%
HSB/HSV206°17.15%93.73%
CMYK17.15%7.53%0.00%
6.27%

Color #C6DDEF in popluar number systems.

HEXC6DDEF
Decimal198221239
Binary110001101101110111101111
Octal306335357

Shades and tints

Shades of #C6DDEF

#C6DDEF
(198,221,239)
#B4C9DA
(180,201,218)
#A2B5C5
(162,181,197)
#90A1B0
(144,161,176)
#7E8D9B
(126,141,155)
#6C7986
(108,121,134)
#5A6571
(90,101,113)
#48515C
(72,81,92)
#363D47
(54,61,71)
#242932
(36,41,50)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #C6DDEF

#C6DDEF
(198,221,239)
#CBE0F0
(203,224,240)
#D0E3F1
(208,227,241)
#D5E6F2
(213,230,242)
#DAE9F3
(218,233,243)
#DFECF4
(223,236,244)
#E4EFF5
(228,239,245)
#E9F2F6
(233,242,246)
#EEF5F7
(238,245,247)
#F3F8F8
(243,248,248)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DDEF color. Also use rgb(198,221,239) instead hex code.

Text Font Color

.myTextColor { color: #C6DDEF; }

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

This text font color is #C6DDEF.


Background Color

.myBgColor { background-color: #C6DDEF; }

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

This div background color is #C6DDEF.


Border color

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

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

This div border color is #C6DDEF.


Opacity

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

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

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

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

This text has shadow with #C6DDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DDEF on black background.


Color preview on white background

This text has color #C6DDEF on white background.



Black color preview on #C6DDEF background

This text has black color on #C6DDEF background.


White color preview on #C6DDEF background

This text has white color on #C6DDEF background.