COLOR #C6DDF6

HEX: #C6DDF6
RGB: (198,221,246)

Color info

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

RGB color model

#C6DDF6 color RGB value is (198,221,246).

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

RGB channels and saturation

R 198 of 255 = 78%
G 221 of 255 = 87%
B 246 of 255 = 96%

198
221
246

R + G + B ~ 87%. #C6DDF6 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 221 + 246 = 665 (100%)
R 198 of 665 ~ 29.77%
G 221 of 665 ~ 33.23%
B 246 of 665 ~ 36.99%

%29.77
%33.23
%36.99

CMYK color model

#C6DDF6 color CMYK value is (20,10,0,4).

  • cyan value is 19.51%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(20,10,0,4)
C20M10Y0K4 
(20%,10%,0%,4%)
(0.20/0.10/0.00/0.04)	

CMYK percentages

%19.51
%10.16
%0
%3.53

Codes

Color #C6DDF6 in popluar color models

C6DDF6
RGB198221246
HSL211°72.73%87.06%
HSB/HSV211°19.51%96.47%
CMYK19.51%10.16%0.00%
3.53%

Color #C6DDF6 in popluar number systems.

HEXC6DDF6
Decimal198221246
Binary110001101101110111110110
Octal306335366

Shades and tints

Shades of #C6DDF6

#C6DDF6
(198,221,246)
#B4C9E0
(180,201,224)
#A2B5CA
(162,181,202)
#90A1B4
(144,161,180)
#7E8D9E
(126,141,158)
#6C7988
(108,121,136)
#5A6572
(90,101,114)
#48515C
(72,81,92)
#363D46
(54,61,70)
#242930
(36,41,48)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #C6DDF6

#C6DDF6
(198,221,246)
#CBE0F6
(203,224,246)
#D0E3F6
(208,227,246)
#D5E6F6
(213,230,246)
#DAE9F6
(218,233,246)
#DFECF6
(223,236,246)
#E4EFF6
(228,239,246)
#E9F2F6
(233,242,246)
#EEF5F6
(238,245,246)
#F3F8F6
(243,248,246)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DDF6; }

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

This text font color is #C6DDF6.


Background Color

.myBgColor { background-color: #C6DDF6; }

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

This div background color is #C6DDF6.


Border color

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

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

This div border color is #C6DDF6.


Opacity

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

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

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

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

This text has shadow with #C6DDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DDF6 on black background.


Color preview on white background

This text has color #C6DDF6 on white background.



Black color preview on #C6DDF6 background

This text has black color on #C6DDF6 background.


White color preview on #C6DDF6 background

This text has white color on #C6DDF6 background.