COLOR #C6D2FE

HEX: #C6D2FE
RGB: (198,210,254)

Color info

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

RGB color model

#C6D2FE color RGB value is (198,210,254).

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

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 254 of 255 = 100%

198
210
254

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

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 254 = 662 (100%)
R 198 of 662 ~ 29.91%
G 210 of 662 ~ 31.72%
B 254 of 662 ~ 38.37%

%29.91
%31.72
%38.37

CMYK color model

#C6D2FE color CMYK value is (22,17,0,0).

  • cyan value is 22.05%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(22,17,0,0)
C22M17Y0K0 
(22%,17%,0%,0%)
(0.22/0.17/0.00/0.00)	

CMYK percentages

%22.05
%17.32
%0
%0.39

Codes

Color #C6D2FE in popluar color models

C6D2FE
RGB198210254
HSL227°96.55%88.63%
HSB/HSV227°22.05%99.61%
CMYK22.05%17.32%0.00%
0.39%

Color #C6D2FE in popluar number systems.

HEXC6D2FE
Decimal198210254
Binary110001101101001011111110
Octal306322376

Shades and tints

Shades of #C6D2FE

#C6D2FE
(198,210,254)
#B4BFE7
(180,191,231)
#A2ACD0
(162,172,208)
#9099B9
(144,153,185)
#7E86A2
(126,134,162)
#6C738B
(108,115,139)
#5A6074
(90,96,116)
#484D5D
(72,77,93)
#363A46
(54,58,70)
#24272F
(36,39,47)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C6D2FE

#C6D2FE
(198,210,254)
#CBD6FE
(203,214,254)
#D0DAFE
(208,218,254)
#D5DEFE
(213,222,254)
#DAE2FE
(218,226,254)
#DFE6FE
(223,230,254)
#E4EAFE
(228,234,254)
#E9EEFE
(233,238,254)
#EEF2FE
(238,242,254)
#F3F6FE
(243,246,254)
#F8FAFE
(248,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D2FE; }

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

This text font color is #C6D2FE.


Background Color

.myBgColor { background-color: #C6D2FE; }

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

This div background color is #C6D2FE.


Border color

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

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

This div border color is #C6D2FE.


Opacity

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

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

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

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

This text has shadow with #C6D2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D2FE on black background.


Color preview on white background

This text has color #C6D2FE on white background.



Black color preview on #C6D2FE background

This text has black color on #C6D2FE background.


White color preview on #C6D2FE background

This text has white color on #C6D2FE background.