COLOR #C6F6F4

HEX: #C6F6F4
RGB: (198,246,244)

Color info

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

RGB color model

#C6F6F4 color RGB value is (198,246,244).

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

RGB channels and saturation

R 198 of 255 = 78%
G 246 of 255 = 96%
B 244 of 255 = 96%

198
246
244

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

Portions of RGB colors in percentages

R + G + B =
198 + 246 + 244 = 688 (100%)
R 198 of 688 ~ 28.78%
G 246 of 688 ~ 35.76%
B 244 of 688 ~ 35.47%

%28.78
%35.76
%35.47

CMYK color model

#C6F6F4 color CMYK value is (20,0,1,4).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 3.53%
CMYK:
(20,0,1,4)
C20M0Y1K4 
(20%,0%,1%,4%)
(0.20/0.00/0.01/0.04)	

CMYK percentages

%19.51
%0
%0.81
%3.53

Codes

Color #C6F6F4 in popluar color models

C6F6F4
RGB198246244
HSL178°72.73%87.06%
HSB/HSV178°19.51%96.47%
CMYK19.51%0.00%0.81%
3.53%

Color #C6F6F4 in popluar number systems.

HEXC6F6F4
Decimal198246244
Binary110001101111011011110100
Octal306366364

Shades and tints

Shades of #C6F6F4

#C6F6F4
(198,246,244)
#B4E0DE
(180,224,222)
#A2CAC8
(162,202,200)
#90B4B2
(144,180,178)
#7E9E9C
(126,158,156)
#6C8886
(108,136,134)
#5A7270
(90,114,112)
#485C5A
(72,92,90)
#364644
(54,70,68)
#24302E
(36,48,46)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #C6F6F4

#C6F6F4
(198,246,244)
#CBF6F5
(203,246,245)
#D0F6F6
(208,246,246)
#D5F6F7
(213,246,247)
#DAF6F8
(218,246,248)
#DFF6F9
(223,246,249)
#E4F6FA
(228,246,250)
#E9F6FB
(233,246,251)
#EEF6FC
(238,246,252)
#F3F6FD
(243,246,253)
#F8F6FE
(248,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F6F4; }

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

This text font color is #C6F6F4.


Background Color

.myBgColor { background-color: #C6F6F4; }

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

This div background color is #C6F6F4.


Border color

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

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

This div border color is #C6F6F4.


Opacity

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

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

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

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

This text has shadow with #C6F6F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F6F4 on black background.


Color preview on white background

This text has color #C6F6F4 on white background.



Black color preview on #C6F6F4 background

This text has black color on #C6F6F4 background.


White color preview on #C6F6F4 background

This text has white color on #C6F6F4 background.