COLOR #C0FCC4

HEX: #C0FCC4
RGB: (192,252,196)

Color info

#C0FCC4 contains mainly green and blue colors. Web safe color of #C0FCC4 is #CCFFCC (or #CFC).

RGB color model

#C0FCC4 color RGB value is (192,252,196).

  • red value is 192;
  • green value is 252;
  • blue value is 196.
RGB:
(192,252,196)
(75%,99%,77%)

RGB channels and saturation

R 192 of 255 = 75%
G 252 of 255 = 99%
B 196 of 255 = 77%

192
252
196

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

Portions of RGB colors in percentages

R + G + B =
192 + 252 + 196 = 640 (100%)
R 192 of 640 ~ 30%
G 252 of 640 ~ 39.38%
B 196 of 640 ~ 30.63%

%30
%39.38
%30.63

CMYK color model

#C0FCC4 color CMYK value is (24,0,22,1).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 1.18%
CMYK:
(24,0,22,1)
C24M0Y22K1 
(24%,0%,22%,1%)
(0.24/0.00/0.22/0.01)	

CMYK percentages

%23.81
%0
%22.22
%1.18

Codes

Color #C0FCC4 in popluar color models

C0FCC4
RGB192252196
HSL124°90.91%87.06%
HSB/HSV124°23.81%98.82%
CMYK23.81%0.00%22.22%
1.18%

Color #C0FCC4 in popluar number systems.

HEXC0FCC4
Decimal192252196
Binary110000001111110011000100
Octal300374304

Shades and tints

Shades of #C0FCC4

#C0FCC4
(192,252,196)
#AFE6B3
(175,230,179)
#9ED0A2
(158,208,162)
#8DBA91
(141,186,145)
#7CA480
(124,164,128)
#6B8E6F
(107,142,111)
#5A785E
(90,120,94)
#49624D
(73,98,77)
#384C3C
(56,76,60)
#27362B
(39,54,43)
#16201A
(22,32,26)
#000000
(0,0,0)

Tints of #C0FCC4

#C0FCC4
(192,252,196)
#C5FCC9
(197,252,201)
#CAFCCE
(202,252,206)
#CFFCD3
(207,252,211)
#D4FCD8
(212,252,216)
#D9FCDD
(217,252,221)
#DEFCE2
(222,252,226)
#E3FCE7
(227,252,231)
#E8FCEC
(232,252,236)
#EDFCF1
(237,252,241)
#F2FCF6
(242,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0FCC4 color. Also use rgb(192,252,196) instead hex code.

Text Font Color

.myTextColor { color: #C0FCC4; }

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

This text font color is #C0FCC4.


Background Color

.myBgColor { background-color: #C0FCC4; }

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

This div background color is #C0FCC4.


Border color

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

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

This div border color is #C0FCC4.


Opacity

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

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

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

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

This text has shadow with #C0FCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0FCC4 on black background.


Color preview on white background

This text has color #C0FCC4 on white background.



Black color preview on #C0FCC4 background

This text has black color on #C0FCC4 background.


White color preview on #C0FCC4 background

This text has white color on #C0FCC4 background.