COLOR #C9F8CA

HEX: #C9F8CA
RGB: (201,248,202)

Color info

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

RGB color model

#C9F8CA color RGB value is (201,248,202).

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

RGB channels and saturation

R 201 of 255 = 79%
G 248 of 255 = 97%
B 202 of 255 = 79%

201
248
202

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

Portions of RGB colors in percentages

R + G + B =
201 + 248 + 202 = 651 (100%)
R 201 of 651 ~ 30.88%
G 248 of 651 ~ 38.1%
B 202 of 651 ~ 31.03%

%30.88
%38.1
%31.03

CMYK color model

#C9F8CA color CMYK value is (19,0,19,3).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 2.75%
CMYK:
(19,0,19,3)
C19M0Y19K3 
(19%,0%,19%,3%)
(0.19/0.00/0.19/0.03)	

CMYK percentages

%18.95
%0
%18.55
%2.75

Codes

Color #C9F8CA in popluar color models

C9F8CA
RGB201248202
HSL121°77.05%88.04%
HSB/HSV121°18.95%97.25%
CMYK18.95%0.00%18.55%
2.75%

Color #C9F8CA in popluar number systems.

HEXC9F8CA
Decimal201248202
Binary110010011111100011001010
Octal311370312

Shades and tints

Shades of #C9F8CA

#C9F8CA
(201,248,202)
#B7E2B8
(183,226,184)
#A5CCA6
(165,204,166)
#93B694
(147,182,148)
#81A082
(129,160,130)
#6F8A70
(111,138,112)
#5D745E
(93,116,94)
#4B5E4C
(75,94,76)
#39483A
(57,72,58)
#273228
(39,50,40)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #C9F8CA

#C9F8CA
(201,248,202)
#CDF8CE
(205,248,206)
#D1F8D2
(209,248,210)
#D5F8D6
(213,248,214)
#D9F8DA
(217,248,218)
#DDF8DE
(221,248,222)
#E1F8E2
(225,248,226)
#E5F8E6
(229,248,230)
#E9F8EA
(233,248,234)
#EDF8EE
(237,248,238)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F8CA; }

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

This text font color is #C9F8CA.


Background Color

.myBgColor { background-color: #C9F8CA; }

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

This div background color is #C9F8CA.


Border color

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

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

This div border color is #C9F8CA.


Opacity

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

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

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

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

This text has shadow with #C9F8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F8CA on black background.


Color preview on white background

This text has color #C9F8CA on white background.



Black color preview on #C9F8CA background

This text has black color on #C9F8CA background.


White color preview on #C9F8CA background

This text has white color on #C9F8CA background.