COLOR #C0F2C7

HEX: #C0F2C7
RGB: (192,242,199)

Color info

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

RGB color model

#C0F2C7 color RGB value is (192,242,199).

  • red value is 192;
  • green value is 242;
  • blue value is 199.
RGB:
(192,242,199)
(75%,95%,78%)

RGB channels and saturation

R 192 of 255 = 75%
G 242 of 255 = 95%
B 199 of 255 = 78%

192
242
199

R + G + B ~ 83%. #C0F2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 242 + 199 = 633 (100%)
R 192 of 633 ~ 30.33%
G 242 of 633 ~ 38.23%
B 199 of 633 ~ 31.44%

%30.33
%38.23
%31.44

CMYK color model

#C0F2C7 color CMYK value is (21,0,18,5).

  • cyan value is 20.66%
  • magenta value is 0.00%
  • yellow value is 17.77%
  • key color value is 5.10%
CMYK:
(21,0,18,5)
C21M0Y18K5 
(21%,0%,18%,5%)
(0.21/0.00/0.18/0.05)	

CMYK percentages

%20.66
%0
%17.77
%5.1

Codes

Color #C0F2C7 in popluar color models

C0F2C7
RGB192242199
HSL128°65.79%85.10%
HSB/HSV128°20.66%94.90%
CMYK20.66%0.00%17.77%
5.10%

Color #C0F2C7 in popluar number systems.

HEXC0F2C7
Decimal192242199
Binary110000001111001011000111
Octal300362307

Shades and tints

Shades of #C0F2C7

#C0F2C7
(192,242,199)
#AFDCB5
(175,220,181)
#9EC6A3
(158,198,163)
#8DB091
(141,176,145)
#7C9A7F
(124,154,127)
#6B846D
(107,132,109)
#5A6E5B
(90,110,91)
#495849
(73,88,73)
#384237
(56,66,55)
#272C25
(39,44,37)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #C0F2C7

#C0F2C7
(192,242,199)
#C5F3CC
(197,243,204)
#CAF4D1
(202,244,209)
#CFF5D6
(207,245,214)
#D4F6DB
(212,246,219)
#D9F7E0
(217,247,224)
#DEF8E5
(222,248,229)
#E3F9EA
(227,249,234)
#E8FAEF
(232,250,239)
#EDFBF4
(237,251,244)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0F2C7 color. Also use rgb(192,242,199) instead hex code.

Text Font Color

.myTextColor { color: #C0F2C7; }

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

This text font color is #C0F2C7.


Background Color

.myBgColor { background-color: #C0F2C7; }

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

This div background color is #C0F2C7.


Border color

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

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

This div border color is #C0F2C7.


Opacity

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

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

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

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

This text has shadow with #C0F2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0F2C7 on black background.


Color preview on white background

This text has color #C0F2C7 on white background.



Black color preview on #C0F2C7 background

This text has black color on #C0F2C7 background.


White color preview on #C0F2C7 background

This text has white color on #C0F2C7 background.