COLOR #C6D2EF

HEX: #C6D2EF
RGB: (198,210,239)

Color info

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

RGB color model

#C6D2EF color RGB value is (198,210,239).

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

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 239 of 255 = 94%

198
210
239

R + G + B ~ 85%. #C6D2EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 239 = 647 (100%)
R 198 of 647 ~ 30.6%
G 210 of 647 ~ 32.46%
B 239 of 647 ~ 36.94%

%30.6
%32.46
%36.94

CMYK color model

#C6D2EF color CMYK value is (17,12,0,6).

  • cyan value is 17.15%
  • magenta value is 12.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(17,12,0,6)
C17M12Y0K6 
(17%,12%,0%,6%)
(0.17/0.12/0.00/0.06)	

CMYK percentages

%17.15
%12.13
%0
%6.27

Codes

Color #C6D2EF in popluar color models

C6D2EF
RGB198210239
HSL222°56.16%85.69%
HSB/HSV222°17.15%93.73%
CMYK17.15%12.13%0.00%
6.27%

Color #C6D2EF in popluar number systems.

HEXC6D2EF
Decimal198210239
Binary110001101101001011101111
Octal306322357

Shades and tints

Shades of #C6D2EF

#C6D2EF
(198,210,239)
#B4BFDA
(180,191,218)
#A2ACC5
(162,172,197)
#9099B0
(144,153,176)
#7E869B
(126,134,155)
#6C7386
(108,115,134)
#5A6071
(90,96,113)
#484D5C
(72,77,92)
#363A47
(54,58,71)
#242732
(36,39,50)
#12141D
(18,20,29)
#000000
(0,0,0)

Tints of #C6D2EF

#C6D2EF
(198,210,239)
#CBD6F0
(203,214,240)
#D0DAF1
(208,218,241)
#D5DEF2
(213,222,242)
#DAE2F3
(218,226,243)
#DFE6F4
(223,230,244)
#E4EAF5
(228,234,245)
#E9EEF6
(233,238,246)
#EEF2F7
(238,242,247)
#F3F6F8
(243,246,248)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D2EF; }

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

This text font color is #C6D2EF.


Background Color

.myBgColor { background-color: #C6D2EF; }

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

This div background color is #C6D2EF.


Border color

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

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

This div border color is #C6D2EF.


Opacity

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

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

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

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

This text has shadow with #C6D2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D2EF on black background.


Color preview on white background

This text has color #C6D2EF on white background.



Black color preview on #C6D2EF background

This text has black color on #C6D2EF background.


White color preview on #C6D2EF background

This text has white color on #C6D2EF background.