COLOR #C0F8CC

HEX: #C0F8CC RGB: (192,248,204)

Color info

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

RGB color model

#C0F8CC color RGB value is (192,248,204).

RGB: (192,248,204) (75%, 97%, 80%)

RGB channels and saturation

R 192 of 255 = 75%
G 248 of 255 = 97%
B 204 of 255 = 80%

192
248
204

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

Portions of RGB colors in percentages

R + G + B = 192 + 248 + 204 = 644 (100%)
R 192 of 644 ~ 29.81%
G 248 of 644 ~ 38.51%
B 204 of 644 ~ 31.68'%

%29.81
%38.51
%31.68

CMYK color model

#C0F8CC color CMYK value is (23,0,18,3).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 2.75%

CMYK: (23,0,18,3)
C23M0Y18K3 (23%, 0%, 18%, 3%)
(0.23 / 0.00 / 0.18 / 0.03)

CMYK percentages

%22.58
%0
%17.74
%2.75

Codes

Color #C0F8CC in popluar color models

C0 F8 CC
RGB 192 248 204
HSL 133° 80.00% 86.27%
HSB/HSV 133° 22.58% 97.25%
CMYK 22.58% 0.00% 17.74%
2.75%

Color #C0F8CC in popluar number systems.

HEX C0 F8 CC
Decimal 192 248 204
Binary 11000000 11111000 11001100
Octal 300 370 314

Shades and tints

Shades of #C0F8CC

#C0F8CC
(192,248,204)
#AFE2BA
(175,226,186)
#9ECCA8
(158,204,168)
#8DB696
(141,182,150)
#7CA084
(124,160,132)
#6B8A72
(107,138,114)
#5A7460
(90,116,96)
#495E4E
(73,94,78)
#38483C
(56,72,60)
#27322A
(39,50,42)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #C0F8CC

#C0F8CC
(192,248,204)
#C5F8D0
(197,248,208)
#CAF8D4
(202,248,212)
#CFF8D8
(207,248,216)
#D4F8DC
(212,248,220)
#D9F8E0
(217,248,224)
#DEF8E4
(222,248,228)
#E3F8E8
(227,248,232)
#E8F8EC
(232,248,236)
#EDF8F0
(237,248,240)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0F8CC; }

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

This text font color is #C0F8CC.

Background Color

.myBgColor { background-color: #C0F8CC; }

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

This div background color is #C0F8CC.

Border color

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

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

This div border color is #C0F8CC.

Opacity

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

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

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

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

This text has shadow with #C0F8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0F8CC.

Preview

Color preview on black background

This text has color #C0F8CC on black background.


Color preview on white background

This text has color #C0F8CC on white background.


Black color preview on #C0F8CC background

This text has black color on #C0F8CC background.


White color preview on #C0F8CC background

This text has white color on #C0F8CC background.


Related colors

Complementary color

Complementary color for #hex is #3F0733.


I love getcolorcode.com

Triadic colors

1 #CCC0F8 and #F8CCC0 with #C0F8CC are triadic colors.

2 #CCF8C0 and #F8C0CC with #C0F8CC are triadic colors.