COLOR #C6FCDC

HEX: #C6FCDC
RGB: (198,252,220)

Color info

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

RGB color model

#C6FCDC color RGB value is (198,252,220).

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

RGB channels and saturation

R 198 of 255 = 78%
G 252 of 255 = 99%
B 220 of 255 = 86%

198
252
220

R + G + B ~ 88%. #C6FCDC is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 252 + 220 = 670 (100%)
R 198 of 670 ~ 29.55%
G 252 of 670 ~ 37.61%
B 220 of 670 ~ 32.84%

%29.55
%37.61
%32.84

CMYK color model

#C6FCDC color CMYK value is (21,0,13,1).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(21,0,13,1)
C21M0Y13K1 
(21%,0%,13%,1%)
(0.21/0.00/0.13/0.01)	

CMYK percentages

%21.43
%0
%12.7
%1.18

Codes

Color #C6FCDC in popluar color models

C6FCDC
RGB198252220
HSL144°90.00%88.24%
HSB/HSV144°21.43%98.82%
CMYK21.43%0.00%12.70%
1.18%

Color #C6FCDC in popluar number systems.

HEXC6FCDC
Decimal198252220
Binary110001101111110011011100
Octal306374334

Shades and tints

Shades of #C6FCDC

#C6FCDC
(198,252,220)
#B4E6C8
(180,230,200)
#A2D0B4
(162,208,180)
#90BAA0
(144,186,160)
#7EA48C
(126,164,140)
#6C8E78
(108,142,120)
#5A7864
(90,120,100)
#486250
(72,98,80)
#364C3C
(54,76,60)
#243628
(36,54,40)
#122014
(18,32,20)
#000000
(0,0,0)

Tints of #C6FCDC

#C6FCDC
(198,252,220)
#CBFCDF
(203,252,223)
#D0FCE2
(208,252,226)
#D5FCE5
(213,252,229)
#DAFCE8
(218,252,232)
#DFFCEB
(223,252,235)
#E4FCEE
(228,252,238)
#E9FCF1
(233,252,241)
#EEFCF4
(238,252,244)
#F3FCF7
(243,252,247)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FCDC; }

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

This text font color is #C6FCDC.


Background Color

.myBgColor { background-color: #C6FCDC; }

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

This div background color is #C6FCDC.


Border color

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

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

This div border color is #C6FCDC.


Opacity

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

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

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

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

This text has shadow with #C6FCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FCDC on black background.


Color preview on white background

This text has color #C6FCDC on white background.



Black color preview on #C6FCDC background

This text has black color on #C6FCDC background.


White color preview on #C6FCDC background

This text has white color on #C6FCDC background.