COLOR #C6DFED

HEX: #C6DFED
RGB: (198,223,237)

Color info

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

RGB color model

#C6DFED color RGB value is (198,223,237).

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

RGB channels and saturation

R 198 of 255 = 78%
G 223 of 255 = 87%
B 237 of 255 = 93%

198
223
237

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

Portions of RGB colors in percentages

R + G + B =
198 + 223 + 237 = 658 (100%)
R 198 of 658 ~ 30.09%
G 223 of 658 ~ 33.89%
B 237 of 658 ~ 36.02%

%30.09
%33.89
%36.02

CMYK color model

#C6DFED color CMYK value is (16,6,0,7).

  • cyan value is 16.46%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,6,0,7)
C16M6Y0K7 
(16%,6%,0%,7%)
(0.16/0.06/0.00/0.07)	

CMYK percentages

%16.46
%5.91
%0
%7.06

Codes

Color #C6DFED in popluar color models

C6DFED
RGB198223237
HSL202°52.00%85.29%
HSB/HSV202°16.46%92.94%
CMYK16.46%5.91%0.00%
7.06%

Color #C6DFED in popluar number systems.

HEXC6DFED
Decimal198223237
Binary110001101101111111101101
Octal306337355

Shades and tints

Shades of #C6DFED

#C6DFED
(198,223,237)
#B4CBD8
(180,203,216)
#A2B7C3
(162,183,195)
#90A3AE
(144,163,174)
#7E8F99
(126,143,153)
#6C7B84
(108,123,132)
#5A676F
(90,103,111)
#48535A
(72,83,90)
#363F45
(54,63,69)
#242B30
(36,43,48)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #C6DFED

#C6DFED
(198,223,237)
#CBE1EE
(203,225,238)
#D0E3EF
(208,227,239)
#D5E5F0
(213,229,240)
#DAE7F1
(218,231,241)
#DFE9F2
(223,233,242)
#E4EBF3
(228,235,243)
#E9EDF4
(233,237,244)
#EEEFF5
(238,239,245)
#F3F1F6
(243,241,246)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DFED; }

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

This text font color is #C6DFED.


Background Color

.myBgColor { background-color: #C6DFED; }

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

This div background color is #C6DFED.


Border color

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

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

This div border color is #C6DFED.


Opacity

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

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

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

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

This text has shadow with #C6DFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DFED on black background.


Color preview on white background

This text has color #C6DFED on white background.



Black color preview on #C6DFED background

This text has black color on #C6DFED background.


White color preview on #C6DFED background

This text has white color on #C6DFED background.