COLOR #C0F0CC

HEX: #C0F0CC RGB: (192,240,204)

Color info

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

RGB color model

#C0F0CC color RGB value is (192,240,204).

RGB: (192,240,204) (75%, 94%, 80%)

RGB channels and saturation

R 192 of 255 = 75%
G 240 of 255 = 94%
B 204 of 255 = 80%

192
240
204

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

Portions of RGB colors in percentages

R + G + B = 192 + 240 + 204 = 636 (100%)
R 192 of 636 ~ 30.19%
G 240 of 636 ~ 37.74%
B 204 of 636 ~ 32.08'%

%30.19
%37.74
%32.08

CMYK color model

#C0F0CC color CMYK value is (20,0,15,6).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%

CMYK: (20,0,15,6)
C20M0Y15K6 (20%, 0%, 15%, 6%)
(0.20 / 0.00 / 0.15 / 0.06)

CMYK percentages

%20
%0
%15
%5.88

Codes

Color #C0F0CC in popluar color models

C0 F0 CC
RGB 192 240 204
HSL 135° 61.54% 84.71%
HSB/HSV 135° 20.00% 94.12%
CMYK 20.00% 0.00% 15.00%
5.88%

Color #C0F0CC in popluar number systems.

HEX C0 F0 CC
Decimal 192 240 204
Binary 11000000 11110000 11001100
Octal 300 360 314

Shades and tints

Shades of #C0F0CC

#C0F0CC
(192,240,204)
#AFDBBA
(175,219,186)
#9EC6A8
(158,198,168)
#8DB196
(141,177,150)
#7C9C84
(124,156,132)
#6B8772
(107,135,114)
#5A7260
(90,114,96)
#495D4E
(73,93,78)
#38483C
(56,72,60)
#27332A
(39,51,42)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #C0F0CC

#C0F0CC
(192,240,204)
#C5F1D0
(197,241,208)
#CAF2D4
(202,242,212)
#CFF3D8
(207,243,216)
#D4F4DC
(212,244,220)
#D9F5E0
(217,245,224)
#DEF6E4
(222,246,228)
#E3F7E8
(227,247,232)
#E8F8EC
(232,248,236)
#EDF9F0
(237,249,240)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0F0CC color. Also use rgb(192,240,204) instead hex code.

Text Font Color

.myTextColor { color: #C0F0CC; }

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

This text font color is #C0F0CC.

Background Color

.myBgColor { background-color: #C0F0CC; }

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

This div background color is #C0F0CC.

Border color

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

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

This div border color is #C0F0CC.

Opacity

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

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

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

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

This text has shadow with #C0F0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0F0CC.

Preview

Color preview on black background

This text has color #C0F0CC on black background.


Color preview on white background

This text has color #C0F0CC on white background.


Black color preview on #C0F0CC background

This text has black color on #C0F0CC background.


White color preview on #C0F0CC background

This text has white color on #C0F0CC background.


Related colors

Complementary color

Complementary color for #hex is #3F0F33.


I love getcolorcode.com

Triadic colors

1 #CCC0F0 and #F0CCC0 with #C0F0CC are triadic colors.

2 #CCF0C0 and #F0C0CC with #C0F0CC are triadic colors.