COLOR #C6F2DC

HEX: #C6F2DC
RGB: (198,242,220)

Color info

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

RGB color model

#C6F2DC color RGB value is (198,242,220).

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

RGB channels and saturation

R 198 of 255 = 78%
G 242 of 255 = 95%
B 220 of 255 = 86%

198
242
220

R + G + B ~ 86%. #C6F2DC is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 242 + 220 = 660 (100%)
R 198 of 660 ~ 30%
G 242 of 660 ~ 36.67%
B 220 of 660 ~ 33.33%

%30
%36.67
%33.33

CMYK color model

#C6F2DC color CMYK value is (18,0,9,5).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 5.10%
CMYK:
(18,0,9,5)
C18M0Y9K5 
(18%,0%,9%,5%)
(0.18/0.00/0.09/0.05)	

CMYK percentages

%18.18
%0
%9.09
%5.1

Codes

Color #C6F2DC in popluar color models

C6F2DC
RGB198242220
HSL150°62.86%86.27%
HSB/HSV150°18.18%94.90%
CMYK18.18%0.00%9.09%
5.10%

Color #C6F2DC in popluar number systems.

HEXC6F2DC
Decimal198242220
Binary110001101111001011011100
Octal306362334

Shades and tints

Shades of #C6F2DC

#C6F2DC
(198,242,220)
#B4DCC8
(180,220,200)
#A2C6B4
(162,198,180)
#90B0A0
(144,176,160)
#7E9A8C
(126,154,140)
#6C8478
(108,132,120)
#5A6E64
(90,110,100)
#485850
(72,88,80)
#36423C
(54,66,60)
#242C28
(36,44,40)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C6F2DC

#C6F2DC
(198,242,220)
#CBF3DF
(203,243,223)
#D0F4E2
(208,244,226)
#D5F5E5
(213,245,229)
#DAF6E8
(218,246,232)
#DFF7EB
(223,247,235)
#E4F8EE
(228,248,238)
#E9F9F1
(233,249,241)
#EEFAF4
(238,250,244)
#F3FBF7
(243,251,247)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F2DC; }

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

This text font color is #C6F2DC.


Background Color

.myBgColor { background-color: #C6F2DC; }

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

This div background color is #C6F2DC.


Border color

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

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

This div border color is #C6F2DC.


Opacity

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

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

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

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

This text has shadow with #C6F2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F2DC on black background.


Color preview on white background

This text has color #C6F2DC on white background.



Black color preview on #C6F2DC background

This text has black color on #C6F2DC background.


White color preview on #C6F2DC background

This text has white color on #C6F2DC background.