COLOR #C6F0CA

HEX: #C6F0CA
RGB: (198,240,202)

Color info

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

RGB color model

#C6F0CA color RGB value is (198,240,202).

  • red value is 198;
  • green value is 240;
  • blue value is 202.
RGB:
(198,240,202)
(78%,94%,79%)

RGB channels and saturation

R 198 of 255 = 78%
G 240 of 255 = 94%
B 202 of 255 = 79%

198
240
202

R + G + B ~ 84%. #C6F0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 240 + 202 = 640 (100%)
R 198 of 640 ~ 30.94%
G 240 of 640 ~ 37.5%
B 202 of 640 ~ 31.56%

%30.94
%37.5
%31.56

CMYK color model

#C6F0CA color CMYK value is (18,0,16,6).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK:
(18,0,16,6)
C18M0Y16K6 
(18%,0%,16%,6%)
(0.18/0.00/0.16/0.06)	

CMYK percentages

%17.5
%0
%15.83
%5.88

Codes

Color #C6F0CA in popluar color models

C6F0CA
RGB198240202
HSL126°58.33%85.88%
HSB/HSV126°17.50%94.12%
CMYK17.50%0.00%15.83%
5.88%

Color #C6F0CA in popluar number systems.

HEXC6F0CA
Decimal198240202
Binary110001101111000011001010
Octal306360312

Shades and tints

Shades of #C6F0CA

#C6F0CA
(198,240,202)
#B4DBB8
(180,219,184)
#A2C6A6
(162,198,166)
#90B194
(144,177,148)
#7E9C82
(126,156,130)
#6C8770
(108,135,112)
#5A725E
(90,114,94)
#485D4C
(72,93,76)
#36483A
(54,72,58)
#243328
(36,51,40)
#121E16
(18,30,22)
#000000
(0,0,0)

Tints of #C6F0CA

#C6F0CA
(198,240,202)
#CBF1CE
(203,241,206)
#D0F2D2
(208,242,210)
#D5F3D6
(213,243,214)
#DAF4DA
(218,244,218)
#DFF5DE
(223,245,222)
#E4F6E2
(228,246,226)
#E9F7E6
(233,247,230)
#EEF8EA
(238,248,234)
#F3F9EE
(243,249,238)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F0CA color. Also use rgb(198,240,202) instead hex code.

Text Font Color

.myTextColor { color: #C6F0CA; }

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

This text font color is #C6F0CA.


Background Color

.myBgColor { background-color: #C6F0CA; }

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

This div background color is #C6F0CA.


Border color

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

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

This div border color is #C6F0CA.


Opacity

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

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

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

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

This text has shadow with #C6F0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F0CA on black background.


Color preview on white background

This text has color #C6F0CA on white background.



Black color preview on #C6F0CA background

This text has black color on #C6F0CA background.


White color preview on #C6F0CA background

This text has white color on #C6F0CA background.