COLOR #C9FCC0

HEX: #C9FCC0
RGB: (201,252,192)

Color info

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

RGB color model

#C9FCC0 color RGB value is (201,252,192).

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

RGB channels and saturation

R 201 of 255 = 79%
G 252 of 255 = 99%
B 192 of 255 = 75%

201
252
192

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

Portions of RGB colors in percentages

R + G + B =
201 + 252 + 192 = 645 (100%)
R 201 of 645 ~ 31.16%
G 252 of 645 ~ 39.07%
B 192 of 645 ~ 29.77%

%31.16
%39.07
%29.77

CMYK color model

#C9FCC0 color CMYK value is (20,0,24,1).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 1.18%
CMYK:
(20,0,24,1)
C20M0Y24K1 
(20%,0%,24%,1%)
(0.20/0.00/0.24/0.01)	

CMYK percentages

%20.24
%0
%23.81
%1.18

Codes

Color #C9FCC0 in popluar color models

C9FCC0
RGB201252192
HSL111°90.91%87.06%
HSB/HSV111°23.81%98.82%
CMYK20.24%0.00%23.81%
1.18%

Color #C9FCC0 in popluar number systems.

HEXC9FCC0
Decimal201252192
Binary110010011111110011000000
Octal311374300

Shades and tints

Shades of #C9FCC0

#C9FCC0
(201,252,192)
#B7E6AF
(183,230,175)
#A5D09E
(165,208,158)
#93BA8D
(147,186,141)
#81A47C
(129,164,124)
#6F8E6B
(111,142,107)
#5D785A
(93,120,90)
#4B6249
(75,98,73)
#394C38
(57,76,56)
#273627
(39,54,39)
#152016
(21,32,22)
#000000
(0,0,0)

Tints of #C9FCC0

#C9FCC0
(201,252,192)
#CDFCC5
(205,252,197)
#D1FCCA
(209,252,202)
#D5FCCF
(213,252,207)
#D9FCD4
(217,252,212)
#DDFCD9
(221,252,217)
#E1FCDE
(225,252,222)
#E5FCE3
(229,252,227)
#E9FCE8
(233,252,232)
#EDFCED
(237,252,237)
#F1FCF2
(241,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FCC0; }

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

This text font color is #C9FCC0.


Background Color

.myBgColor { background-color: #C9FCC0; }

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

This div background color is #C9FCC0.


Border color

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

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

This div border color is #C9FCC0.


Opacity

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

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

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

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

This text has shadow with #C9FCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FCC0 on black background.


Color preview on white background

This text has color #C9FCC0 on white background.



Black color preview on #C9FCC0 background

This text has black color on #C9FCC0 background.


White color preview on #C9FCC0 background

This text has white color on #C9FCC0 background.