COLOR #C6E2F8

HEX: #C6E2F8
RGB: (198,226,248)

Color info

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

RGB color model

#C6E2F8 color RGB value is (198,226,248).

  • red value is 198;
  • green value is 226;
  • blue value is 248.
RGB:
(198,226,248)
(78%,89%,97%)

RGB channels and saturation

R 198 of 255 = 78%
G 226 of 255 = 89%
B 248 of 255 = 97%

198
226
248

R + G + B ~ 88%. #C6E2F8 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 226 + 248 = 672 (100%)
R 198 of 672 ~ 29.46%
G 226 of 672 ~ 33.63%
B 248 of 672 ~ 36.9%

%29.46
%33.63
%36.9

CMYK color model

#C6E2F8 color CMYK value is (20,9,0,3).

  • cyan value is 20.16%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(20,9,0,3)
C20M9Y0K3 
(20%,9%,0%,3%)
(0.20/0.09/0.00/0.03)	

CMYK percentages

%20.16
%8.87
%0
%2.75

Codes

Color #C6E2F8 in popluar color models

C6E2F8
RGB198226248
HSL206°78.13%87.45%
HSB/HSV206°20.16%97.25%
CMYK20.16%8.87%0.00%
2.75%

Color #C6E2F8 in popluar number systems.

HEXC6E2F8
Decimal198226248
Binary110001101110001011111000
Octal306342370

Shades and tints

Shades of #C6E2F8

#C6E2F8
(198,226,248)
#B4CEE2
(180,206,226)
#A2BACC
(162,186,204)
#90A6B6
(144,166,182)
#7E92A0
(126,146,160)
#6C7E8A
(108,126,138)
#5A6A74
(90,106,116)
#48565E
(72,86,94)
#364248
(54,66,72)
#242E32
(36,46,50)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #C6E2F8

#C6E2F8
(198,226,248)
#CBE4F8
(203,228,248)
#D0E6F8
(208,230,248)
#D5E8F8
(213,232,248)
#DAEAF8
(218,234,248)
#DFECF8
(223,236,248)
#E4EEF8
(228,238,248)
#E9F0F8
(233,240,248)
#EEF2F8
(238,242,248)
#F3F4F8
(243,244,248)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E2F8 color. Also use rgb(198,226,248) instead hex code.

Text Font Color

.myTextColor { color: #C6E2F8; }

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

This text font color is #C6E2F8.


Background Color

.myBgColor { background-color: #C6E2F8; }

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

This div background color is #C6E2F8.


Border color

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

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

This div border color is #C6E2F8.


Opacity

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

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

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

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

This text has shadow with #C6E2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E2F8 on black background.


Color preview on white background

This text has color #C6E2F8 on white background.



Black color preview on #C6E2F8 background

This text has black color on #C6E2F8 background.


White color preview on #C6E2F8 background

This text has white color on #C6E2F8 background.