COLOR #C6F2F8

HEX: #C6F2F8
RGB: (198,242,248)

Color info

#C6F2F8 contains red, green and blue colors in about the same proportion. Web safe color of #C6F2F8 is #CCFFFF (or #CFF).

RGB color model

#C6F2F8 color RGB value is (198,242,248).

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

RGB channels and saturation

R 198 of 255 = 78%
G 242 of 255 = 95%
B 248 of 255 = 97%

198
242
248

R + G + B ~ 90%. #C6F2F8 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 242 + 248 = 688 (100%)
R 198 of 688 ~ 28.78%
G 242 of 688 ~ 35.17%
B 248 of 688 ~ 36.05%

%28.78
%35.17
%36.05

CMYK color model

#C6F2F8 color CMYK value is (20,2,0,3).

  • cyan value is 20.16%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(20,2,0,3)
C20M2Y0K3 
(20%,2%,0%,3%)
(0.20/0.02/0.00/0.03)	

CMYK percentages

%20.16
%2.42
%0
%2.75

Codes

Color #C6F2F8 in popluar color models

C6F2F8
RGB198242248
HSL187°78.13%87.45%
HSB/HSV187°20.16%97.25%
CMYK20.16%2.42%0.00%
2.75%

Color #C6F2F8 in popluar number systems.

HEXC6F2F8
Decimal198242248
Binary110001101111001011111000
Octal306362370

Shades and tints

Shades of #C6F2F8

#C6F2F8
(198,242,248)
#B4DCE2
(180,220,226)
#A2C6CC
(162,198,204)
#90B0B6
(144,176,182)
#7E9AA0
(126,154,160)
#6C848A
(108,132,138)
#5A6E74
(90,110,116)
#48585E
(72,88,94)
#364248
(54,66,72)
#242C32
(36,44,50)
#12161C
(18,22,28)
#000000
(0,0,0)

Tints of #C6F2F8

#C6F2F8
(198,242,248)
#CBF3F8
(203,243,248)
#D0F4F8
(208,244,248)
#D5F5F8
(213,245,248)
#DAF6F8
(218,246,248)
#DFF7F8
(223,247,248)
#E4F8F8
(228,248,248)
#E9F9F8
(233,249,248)
#EEFAF8
(238,250,248)
#F3FBF8
(243,251,248)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F2F8; }

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

This text font color is #C6F2F8.


Background Color

.myBgColor { background-color: #C6F2F8; }

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

This div background color is #C6F2F8.


Border color

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

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

This div border color is #C6F2F8.


Opacity

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

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

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

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

This text has shadow with #C6F2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F2F8 on black background.


Color preview on white background

This text has color #C6F2F8 on white background.



Black color preview on #C6F2F8 background

This text has black color on #C6F2F8 background.


White color preview on #C6F2F8 background

This text has white color on #C6F2F8 background.