COLOR #C6D7F6

HEX: #C6D7F6
RGB: (198,215,246)

Color info

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

RGB color model

#C6D7F6 color RGB value is (198,215,246).

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

RGB channels and saturation

R 198 of 255 = 78%
G 215 of 255 = 84%
B 246 of 255 = 96%

198
215
246

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

Portions of RGB colors in percentages

R + G + B =
198 + 215 + 246 = 659 (100%)
R 198 of 659 ~ 30.05%
G 215 of 659 ~ 32.63%
B 246 of 659 ~ 37.33%

%30.05
%32.63
%37.33

CMYK color model

#C6D7F6 color CMYK value is (20,13,0,4).

  • cyan value is 19.51%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(20,13,0,4)
C20M13Y0K4 
(20%,13%,0%,4%)
(0.20/0.13/0.00/0.04)	

CMYK percentages

%19.51
%12.6
%0
%3.53

Codes

Color #C6D7F6 in popluar color models

C6D7F6
RGB198215246
HSL219°72.73%87.06%
HSB/HSV219°19.51%96.47%
CMYK19.51%12.60%0.00%
3.53%

Color #C6D7F6 in popluar number systems.

HEXC6D7F6
Decimal198215246
Binary110001101101011111110110
Octal306327366

Shades and tints

Shades of #C6D7F6

#C6D7F6
(198,215,246)
#B4C4E0
(180,196,224)
#A2B1CA
(162,177,202)
#909EB4
(144,158,180)
#7E8B9E
(126,139,158)
#6C7888
(108,120,136)
#5A6572
(90,101,114)
#48525C
(72,82,92)
#363F46
(54,63,70)
#242C30
(36,44,48)
#12191A
(18,25,26)
#000000
(0,0,0)

Tints of #C6D7F6

#C6D7F6
(198,215,246)
#CBDAF6
(203,218,246)
#D0DDF6
(208,221,246)
#D5E0F6
(213,224,246)
#DAE3F6
(218,227,246)
#DFE6F6
(223,230,246)
#E4E9F6
(228,233,246)
#E9ECF6
(233,236,246)
#EEEFF6
(238,239,246)
#F3F2F6
(243,242,246)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D7F6; }

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

This text font color is #C6D7F6.


Background Color

.myBgColor { background-color: #C6D7F6; }

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

This div background color is #C6D7F6.


Border color

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

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

This div border color is #C6D7F6.


Opacity

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

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

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

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

This text has shadow with #C6D7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D7F6 on black background.


Color preview on white background

This text has color #C6D7F6 on white background.



Black color preview on #C6D7F6 background

This text has black color on #C6D7F6 background.


White color preview on #C6D7F6 background

This text has white color on #C6D7F6 background.