COLOR #C6DDF7

HEX: #C6DDF7
RGB: (198,221,247)

Color info

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

RGB color model

#C6DDF7 color RGB value is (198,221,247).

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

RGB channels and saturation

R 198 of 255 = 78%
G 221 of 255 = 87%
B 247 of 255 = 97%

198
221
247

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

Portions of RGB colors in percentages

R + G + B =
198 + 221 + 247 = 666 (100%)
R 198 of 666 ~ 29.73%
G 221 of 666 ~ 33.18%
B 247 of 666 ~ 37.09%

%29.73
%33.18
%37.09

CMYK color model

#C6DDF7 color CMYK value is (20,11,0,3).

  • cyan value is 19.84%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(20,11,0,3)
C20M11Y0K3 
(20%,11%,0%,3%)
(0.20/0.11/0.00/0.03)	

CMYK percentages

%19.84
%10.53
%0
%3.14

Codes

Color #C6DDF7 in popluar color models

C6DDF7
RGB198221247
HSL212°75.38%87.25%
HSB/HSV212°19.84%96.86%
CMYK19.84%10.53%0.00%
3.14%

Color #C6DDF7 in popluar number systems.

HEXC6DDF7
Decimal198221247
Binary110001101101110111110111
Octal306335367

Shades and tints

Shades of #C6DDF7

#C6DDF7
(198,221,247)
#B4C9E1
(180,201,225)
#A2B5CB
(162,181,203)
#90A1B5
(144,161,181)
#7E8D9F
(126,141,159)
#6C7989
(108,121,137)
#5A6573
(90,101,115)
#48515D
(72,81,93)
#363D47
(54,61,71)
#242931
(36,41,49)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #C6DDF7

#C6DDF7
(198,221,247)
#CBE0F7
(203,224,247)
#D0E3F7
(208,227,247)
#D5E6F7
(213,230,247)
#DAE9F7
(218,233,247)
#DFECF7
(223,236,247)
#E4EFF7
(228,239,247)
#E9F2F7
(233,242,247)
#EEF5F7
(238,245,247)
#F3F8F7
(243,248,247)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DDF7; }

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

This text font color is #C6DDF7.


Background Color

.myBgColor { background-color: #C6DDF7; }

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

This div background color is #C6DDF7.


Border color

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

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

This div border color is #C6DDF7.


Opacity

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

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

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

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

This text has shadow with #C6DDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DDF7 on black background.


Color preview on white background

This text has color #C6DDF7 on white background.



Black color preview on #C6DDF7 background

This text has black color on #C6DDF7 background.


White color preview on #C6DDF7 background

This text has white color on #C6DDF7 background.