COLOR #C9FCB9

HEX: #C9FCB9
RGB: (201,252,185)

Color info

#C9FCB9 contains mainly red and green colors. Web safe color of #C9FCB9 is #CCFFCC (or #CFC).

RGB color model

#C9FCB9 color RGB value is (201,252,185).

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

RGB channels and saturation

R 201 of 255 = 79%
G 252 of 255 = 99%
B 185 of 255 = 73%

201
252
185

R + G + B ~ 84%. #C9FCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 252 + 185 = 638 (100%)
R 201 of 638 ~ 31.5%
G 252 of 638 ~ 39.5%
B 185 of 638 ~ 29%

%31.5
%39.5
%29

CMYK color model

#C9FCB9 color CMYK value is (20,0,27,1).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 1.18%
CMYK:
(20,0,27,1)
C20M0Y27K1 
(20%,0%,27%,1%)
(0.20/0.00/0.27/0.01)	

CMYK percentages

%20.24
%0
%26.59
%1.18

Codes

Color #C9FCB9 in popluar color models

C9FCB9
RGB201252185
HSL106°91.78%85.69%
HSB/HSV106°26.59%98.82%
CMYK20.24%0.00%26.59%
1.18%

Color #C9FCB9 in popluar number systems.

HEXC9FCB9
Decimal201252185
Binary110010011111110010111001
Octal311374271

Shades and tints

Shades of #C9FCB9

#C9FCB9
(201,252,185)
#B7E6A9
(183,230,169)
#A5D099
(165,208,153)
#93BA89
(147,186,137)
#81A479
(129,164,121)
#6F8E69
(111,142,105)
#5D7859
(93,120,89)
#4B6249
(75,98,73)
#394C39
(57,76,57)
#273629
(39,54,41)
#152019
(21,32,25)
#000000
(0,0,0)

Tints of #C9FCB9

#C9FCB9
(201,252,185)
#CDFCBF
(205,252,191)
#D1FCC5
(209,252,197)
#D5FCCB
(213,252,203)
#D9FCD1
(217,252,209)
#DDFCD7
(221,252,215)
#E1FCDD
(225,252,221)
#E5FCE3
(229,252,227)
#E9FCE9
(233,252,233)
#EDFCEF
(237,252,239)
#F1FCF5
(241,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FCB9; }

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

This text font color is #C9FCB9.


Background Color

.myBgColor { background-color: #C9FCB9; }

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

This div background color is #C9FCB9.


Border color

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

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

This div border color is #C9FCB9.


Opacity

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

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

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

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

This text has shadow with #C9FCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FCB9 on black background.


Color preview on white background

This text has color #C9FCB9 on white background.



Black color preview on #C9FCB9 background

This text has black color on #C9FCB9 background.


White color preview on #C9FCB9 background

This text has white color on #C9FCB9 background.