COLOR #C6F7DC

HEX: #C6F7DC
RGB: (198,247,220)

Color info

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

RGB color model

#C6F7DC color RGB value is (198,247,220).

  • red value is 198;
  • green value is 247;
  • blue value is 220.
RGB:
(198,247,220)
(78%,97%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 247 of 255 = 97%
B 220 of 255 = 86%

198
247
220

R + G + B ~ 87%. #C6F7DC is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 247 + 220 = 665 (100%)
R 198 of 665 ~ 29.77%
G 247 of 665 ~ 37.14%
B 220 of 665 ~ 33.08%

%29.77
%37.14
%33.08

CMYK color model

#C6F7DC color CMYK value is (20,0,11,3).

  • cyan value is 19.84%
  • magenta value is 0.00%
  • yellow value is 10.93%
  • key color value is 3.14%
CMYK:
(20,0,11,3)
C20M0Y11K3 
(20%,0%,11%,3%)
(0.20/0.00/0.11/0.03)	

CMYK percentages

%19.84
%0
%10.93
%3.14

Codes

Color #C6F7DC in popluar color models

C6F7DC
RGB198247220
HSL147°75.38%87.25%
HSB/HSV147°19.84%96.86%
CMYK19.84%0.00%10.93%
3.14%

Color #C6F7DC in popluar number systems.

HEXC6F7DC
Decimal198247220
Binary110001101111011111011100
Octal306367334

Shades and tints

Shades of #C6F7DC

#C6F7DC
(198,247,220)
#B4E1C8
(180,225,200)
#A2CBB4
(162,203,180)
#90B5A0
(144,181,160)
#7E9F8C
(126,159,140)
#6C8978
(108,137,120)
#5A7364
(90,115,100)
#485D50
(72,93,80)
#36473C
(54,71,60)
#243128
(36,49,40)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #C6F7DC

#C6F7DC
(198,247,220)
#CBF7DF
(203,247,223)
#D0F7E2
(208,247,226)
#D5F7E5
(213,247,229)
#DAF7E8
(218,247,232)
#DFF7EB
(223,247,235)
#E4F7EE
(228,247,238)
#E9F7F1
(233,247,241)
#EEF7F4
(238,247,244)
#F3F7F7
(243,247,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F7DC color. Also use rgb(198,247,220) instead hex code.

Text Font Color

.myTextColor { color: #C6F7DC; }

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

This text font color is #C6F7DC.


Background Color

.myBgColor { background-color: #C6F7DC; }

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

This div background color is #C6F7DC.


Border color

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

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

This div border color is #C6F7DC.


Opacity

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

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

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

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

This text has shadow with #C6F7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F7DC on black background.


Color preview on white background

This text has color #C6F7DC on white background.



Black color preview on #C6F7DC background

This text has black color on #C6F7DC background.


White color preview on #C6F7DC background

This text has white color on #C6F7DC background.