COLOR #C6E6FE

HEX: #C6E6FE
RGB: (198,230,254)

Color info

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

RGB color model

#C6E6FE color RGB value is (198,230,254).

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

RGB channels and saturation

R 198 of 255 = 78%
G 230 of 255 = 90%
B 254 of 255 = 100%

198
230
254

R + G + B ~ 89%. #C6E6FE is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 230 + 254 = 682 (100%)
R 198 of 682 ~ 29.03%
G 230 of 682 ~ 33.72%
B 254 of 682 ~ 37.24%

%29.03
%33.72
%37.24

CMYK color model

#C6E6FE color CMYK value is (22,9,0,0).

  • cyan value is 22.05%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(22,9,0,0)
C22M9Y0K0 
(22%,9%,0%,0%)
(0.22/0.09/0.00/0.00)	

CMYK percentages

%22.05
%9.45
%0
%0.39

Codes

Color #C6E6FE in popluar color models

C6E6FE
RGB198230254
HSL206°96.55%88.63%
HSB/HSV206°22.05%99.61%
CMYK22.05%9.45%0.00%
0.39%

Color #C6E6FE in popluar number systems.

HEXC6E6FE
Decimal198230254
Binary110001101110011011111110
Octal306346376

Shades and tints

Shades of #C6E6FE

#C6E6FE
(198,230,254)
#B4D2E7
(180,210,231)
#A2BED0
(162,190,208)
#90AAB9
(144,170,185)
#7E96A2
(126,150,162)
#6C828B
(108,130,139)
#5A6E74
(90,110,116)
#485A5D
(72,90,93)
#364646
(54,70,70)
#24322F
(36,50,47)
#121E18
(18,30,24)
#000000
(0,0,0)

Tints of #C6E6FE

#C6E6FE
(198,230,254)
#CBE8FE
(203,232,254)
#D0EAFE
(208,234,254)
#D5ECFE
(213,236,254)
#DAEEFE
(218,238,254)
#DFF0FE
(223,240,254)
#E4F2FE
(228,242,254)
#E9F4FE
(233,244,254)
#EEF6FE
(238,246,254)
#F3F8FE
(243,248,254)
#F8FAFE
(248,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E6FE; }

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

This text font color is #C6E6FE.


Background Color

.myBgColor { background-color: #C6E6FE; }

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

This div background color is #C6E6FE.


Border color

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

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

This div border color is #C6E6FE.


Opacity

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

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

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

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

This text has shadow with #C6E6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E6FE on black background.


Color preview on white background

This text has color #C6E6FE on white background.



Black color preview on #C6E6FE background

This text has black color on #C6E6FE background.


White color preview on #C6E6FE background

This text has white color on #C6E6FE background.