COLOR #C9FCA1

HEX: #C9FCA1
RGB: (201,252,161)

Color info

#C9FCA1 contains mainly red and green colors. Web safe color of #C9FCA1 is #CCFF99 (or #CF9).

RGB color model

#C9FCA1 color RGB value is (201,252,161).

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

RGB channels and saturation

R 201 of 255 = 79%
G 252 of 255 = 99%
B 161 of 255 = 63%

201
252
161

R + G + B ~ 80%. #C9FCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 252 + 161 = 614 (100%)
R 201 of 614 ~ 32.74%
G 252 of 614 ~ 41.04%
B 161 of 614 ~ 26.22%

%32.74
%41.04
%26.22

CMYK color model

#C9FCA1 color CMYK value is (20,0,36,1).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 1.18%
CMYK:
(20,0,36,1)
C20M0Y36K1 
(20%,0%,36%,1%)
(0.20/0.00/0.36/0.01)	

CMYK percentages

%20.24
%0
%36.11
%1.18

Codes

Color #C9FCA1 in popluar color models

C9FCA1
RGB201252161
HSL94°93.81%80.98%
HSB/HSV94°36.11%98.82%
CMYK20.24%0.00%36.11%
1.18%

Color #C9FCA1 in popluar number systems.

HEXC9FCA1
Decimal201252161
Binary110010011111110010100001
Octal311374241

Shades and tints

Shades of #C9FCA1

#C9FCA1
(201,252,161)
#B7E693
(183,230,147)
#A5D085
(165,208,133)
#93BA77
(147,186,119)
#81A469
(129,164,105)
#6F8E5B
(111,142,91)
#5D784D
(93,120,77)
#4B623F
(75,98,63)
#394C31
(57,76,49)
#273623
(39,54,35)
#152015
(21,32,21)
#000000
(0,0,0)

Tints of #C9FCA1

#C9FCA1
(201,252,161)
#CDFCA9
(205,252,169)
#D1FCB1
(209,252,177)
#D5FCB9
(213,252,185)
#D9FCC1
(217,252,193)
#DDFCC9
(221,252,201)
#E1FCD1
(225,252,209)
#E5FCD9
(229,252,217)
#E9FCE1
(233,252,225)
#EDFCE9
(237,252,233)
#F1FCF1
(241,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FCA1; }

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

This text font color is #C9FCA1.


Background Color

.myBgColor { background-color: #C9FCA1; }

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

This div background color is #C9FCA1.


Border color

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

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

This div border color is #C9FCA1.


Opacity

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

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

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

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

This text has shadow with #C9FCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FCA1 on black background.


Color preview on white background

This text has color #C9FCA1 on white background.



Black color preview on #C9FCA1 background

This text has black color on #C9FCA1 background.


White color preview on #C9FCA1 background

This text has white color on #C9FCA1 background.