COLOR #C9FCD1

HEX: #C9FCD1
RGB: (201,252,209)

Color info

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

RGB color model

#C9FCD1 color RGB value is (201,252,209).

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

RGB channels and saturation

R 201 of 255 = 79%
G 252 of 255 = 99%
B 209 of 255 = 82%

201
252
209

R + G + B ~ 87%. #C9FCD1 is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 252 + 209 = 662 (100%)
R 201 of 662 ~ 30.36%
G 252 of 662 ~ 38.07%
B 209 of 662 ~ 31.57%

%30.36
%38.07
%31.57

CMYK color model

#C9FCD1 color CMYK value is (20,0,17,1).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 17.06%
  • key color value is 1.18%
CMYK:
(20,0,17,1)
C20M0Y17K1 
(20%,0%,17%,1%)
(0.20/0.00/0.17/0.01)	

CMYK percentages

%20.24
%0
%17.06
%1.18

Codes

Color #C9FCD1 in popluar color models

C9FCD1
RGB201252209
HSL129°89.47%88.82%
HSB/HSV129°20.24%98.82%
CMYK20.24%0.00%17.06%
1.18%

Color #C9FCD1 in popluar number systems.

HEXC9FCD1
Decimal201252209
Binary110010011111110011010001
Octal311374321

Shades and tints

Shades of #C9FCD1

#C9FCD1
(201,252,209)
#B7E6BE
(183,230,190)
#A5D0AB
(165,208,171)
#93BA98
(147,186,152)
#81A485
(129,164,133)
#6F8E72
(111,142,114)
#5D785F
(93,120,95)
#4B624C
(75,98,76)
#394C39
(57,76,57)
#273626
(39,54,38)
#152013
(21,32,19)
#000000
(0,0,0)

Tints of #C9FCD1

#C9FCD1
(201,252,209)
#CDFCD5
(205,252,213)
#D1FCD9
(209,252,217)
#D5FCDD
(213,252,221)
#D9FCE1
(217,252,225)
#DDFCE5
(221,252,229)
#E1FCE9
(225,252,233)
#E5FCED
(229,252,237)
#E9FCF1
(233,252,241)
#EDFCF5
(237,252,245)
#F1FCF9
(241,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FCD1; }

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

This text font color is #C9FCD1.


Background Color

.myBgColor { background-color: #C9FCD1; }

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

This div background color is #C9FCD1.


Border color

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

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

This div border color is #C9FCD1.


Opacity

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

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

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

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

This text has shadow with #C9FCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FCD1 on black background.


Color preview on white background

This text has color #C9FCD1 on white background.



Black color preview on #C9FCD1 background

This text has black color on #C9FCD1 background.


White color preview on #C9FCD1 background

This text has white color on #C9FCD1 background.