COLOR #C9F2CC

HEX: #C9F2CC
RGB: (201,242,204)

Color info

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

RGB color model

#C9F2CC color RGB value is (201,242,204).

  • red value is 201;
  • green value is 242;
  • blue value is 204.
RGB:
(201,242,204)
(79%,95%,80%)

RGB channels and saturation

R 201 of 255 = 79%
G 242 of 255 = 95%
B 204 of 255 = 80%

201
242
204

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

Portions of RGB colors in percentages

R + G + B =
201 + 242 + 204 = 647 (100%)
R 201 of 647 ~ 31.07%
G 242 of 647 ~ 37.4%
B 204 of 647 ~ 31.53%

%31.07
%37.4
%31.53

CMYK color model

#C9F2CC color CMYK value is (17,0,16,5).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 5.10%
CMYK:
(17,0,16,5)
C17M0Y16K5 
(17%,0%,16%,5%)
(0.17/0.00/0.16/0.05)	

CMYK percentages

%16.94
%0
%15.7
%5.1

Codes

Color #C9F2CC in popluar color models

C9F2CC
RGB201242204
HSL124°61.19%86.86%
HSB/HSV124°16.94%94.90%
CMYK16.94%0.00%15.70%
5.10%

Color #C9F2CC in popluar number systems.

HEXC9F2CC
Decimal201242204
Binary110010011111001011001100
Octal311362314

Shades and tints

Shades of #C9F2CC

#C9F2CC
(201,242,204)
#B7DCBA
(183,220,186)
#A5C6A8
(165,198,168)
#93B096
(147,176,150)
#819A84
(129,154,132)
#6F8472
(111,132,114)
#5D6E60
(93,110,96)
#4B584E
(75,88,78)
#39423C
(57,66,60)
#272C2A
(39,44,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #C9F2CC

#C9F2CC
(201,242,204)
#CDF3D0
(205,243,208)
#D1F4D4
(209,244,212)
#D5F5D8
(213,245,216)
#D9F6DC
(217,246,220)
#DDF7E0
(221,247,224)
#E1F8E4
(225,248,228)
#E5F9E8
(229,249,232)
#E9FAEC
(233,250,236)
#EDFBF0
(237,251,240)
#F1FCF4
(241,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F2CC color. Also use rgb(201,242,204) instead hex code.

Text Font Color

.myTextColor { color: #C9F2CC; }

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

This text font color is #C9F2CC.


Background Color

.myBgColor { background-color: #C9F2CC; }

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

This div background color is #C9F2CC.


Border color

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

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

This div border color is #C9F2CC.


Opacity

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

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

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

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

This text has shadow with #C9F2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F2CC on black background.


Color preview on white background

This text has color #C9F2CC on white background.



Black color preview on #C9F2CC background

This text has black color on #C9F2CC background.


White color preview on #C9F2CC background

This text has white color on #C9F2CC background.