COLOR #C9F9CA

HEX: #C9F9CA
RGB: (201,249,202)

Color info

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

RGB color model

#C9F9CA color RGB value is (201,249,202).

  • red value is 201;
  • green value is 249;
  • blue value is 202.
RGB:
(201,249,202)
(79%,98%,79%)

RGB channels and saturation

R 201 of 255 = 79%
G 249 of 255 = 98%
B 202 of 255 = 79%

201
249
202

R + G + B ~ 85%. #C9F9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 249 + 202 = 652 (100%)
R 201 of 652 ~ 30.83%
G 249 of 652 ~ 38.19%
B 202 of 652 ~ 30.98%

%30.83
%38.19
%30.98

CMYK color model

#C9F9CA color CMYK value is (19,0,19,2).

  • cyan value is 19.28%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 2.35%
CMYK:
(19,0,19,2)
C19M0Y19K2 
(19%,0%,19%,2%)
(0.19/0.00/0.19/0.02)	

CMYK percentages

%19.28
%0
%18.88
%2.35

Codes

Color #C9F9CA in popluar color models

C9F9CA
RGB201249202
HSL121°80.00%88.24%
HSB/HSV121°19.28%97.65%
CMYK19.28%0.00%18.88%
2.35%

Color #C9F9CA in popluar number systems.

HEXC9F9CA
Decimal201249202
Binary110010011111100111001010
Octal311371312

Shades and tints

Shades of #C9F9CA

#C9F9CA
(201,249,202)
#B7E3B8
(183,227,184)
#A5CDA6
(165,205,166)
#93B794
(147,183,148)
#81A182
(129,161,130)
#6F8B70
(111,139,112)
#5D755E
(93,117,94)
#4B5F4C
(75,95,76)
#39493A
(57,73,58)
#273328
(39,51,40)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #C9F9CA

#C9F9CA
(201,249,202)
#CDF9CE
(205,249,206)
#D1F9D2
(209,249,210)
#D5F9D6
(213,249,214)
#D9F9DA
(217,249,218)
#DDF9DE
(221,249,222)
#E1F9E2
(225,249,226)
#E5F9E6
(229,249,230)
#E9F9EA
(233,249,234)
#EDF9EE
(237,249,238)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F9CA color. Also use rgb(201,249,202) instead hex code.

Text Font Color

.myTextColor { color: #C9F9CA; }

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

This text font color is #C9F9CA.


Background Color

.myBgColor { background-color: #C9F9CA; }

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

This div background color is #C9F9CA.


Border color

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

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

This div border color is #C9F9CA.


Opacity

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

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

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

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

This text has shadow with #C9F9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F9CA on black background.


Color preview on white background

This text has color #C9F9CA on white background.



Black color preview on #C9F9CA background

This text has black color on #C9F9CA background.


White color preview on #C9F9CA background

This text has white color on #C9F9CA background.