COLOR #C6F4CE

HEX: #C6F4CE
RGB: (198,244,206)

Color info

#C6F4CE contains red, green and blue colors in about the same proportion. Web safe color of #C6F4CE is #CCFFCC (or #CFC).

RGB color model

#C6F4CE color RGB value is (198,244,206).

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

RGB channels and saturation

R 198 of 255 = 78%
G 244 of 255 = 96%
B 206 of 255 = 81%

198
244
206

R + G + B ~ 85%. #C6F4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 244 + 206 = 648 (100%)
R 198 of 648 ~ 30.56%
G 244 of 648 ~ 37.65%
B 206 of 648 ~ 31.79%

%30.56
%37.65
%31.79

CMYK color model

#C6F4CE color CMYK value is (19,0,16,4).

  • cyan value is 18.85%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 4.31%
CMYK:
(19,0,16,4)
C19M0Y16K4 
(19%,0%,16%,4%)
(0.19/0.00/0.16/0.04)	

CMYK percentages

%18.85
%0
%15.57
%4.31

Codes

Color #C6F4CE in popluar color models

C6F4CE
RGB198244206
HSL130°67.65%86.67%
HSB/HSV130°18.85%95.69%
CMYK18.85%0.00%15.57%
4.31%

Color #C6F4CE in popluar number systems.

HEXC6F4CE
Decimal198244206
Binary110001101111010011001110
Octal306364316

Shades and tints

Shades of #C6F4CE

#C6F4CE
(198,244,206)
#B4DEBC
(180,222,188)
#A2C8AA
(162,200,170)
#90B298
(144,178,152)
#7E9C86
(126,156,134)
#6C8674
(108,134,116)
#5A7062
(90,112,98)
#485A50
(72,90,80)
#36443E
(54,68,62)
#242E2C
(36,46,44)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #C6F4CE

#C6F4CE
(198,244,206)
#CBF5D2
(203,245,210)
#D0F6D6
(208,246,214)
#D5F7DA
(213,247,218)
#DAF8DE
(218,248,222)
#DFF9E2
(223,249,226)
#E4FAE6
(228,250,230)
#E9FBEA
(233,251,234)
#EEFCEE
(238,252,238)
#F3FDF2
(243,253,242)
#F8FEF6
(248,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F4CE; }

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

This text font color is #C6F4CE.


Background Color

.myBgColor { background-color: #C6F4CE; }

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

This div background color is #C6F4CE.


Border color

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

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

This div border color is #C6F4CE.


Opacity

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

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

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

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

This text has shadow with #C6F4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F4CE on black background.


Color preview on white background

This text has color #C6F4CE on white background.



Black color preview on #C6F4CE background

This text has black color on #C6F4CE background.


White color preview on #C6F4CE background

This text has white color on #C6F4CE background.