COLOR #C9F3A6

HEX: #C9F3A6
RGB: (201,243,166)

Color info

#C9F3A6 contains mainly red and green colors. Web safe color of #C9F3A6 is #CCFF99 (or #CF9).

RGB color model

#C9F3A6 color RGB value is (201,243,166).

  • red value is 201;
  • green value is 243;
  • blue value is 166.
RGB:
(201,243,166)
(79%,95%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 243 of 255 = 95%
B 166 of 255 = 65%

201
243
166

R + G + B ~ 80%. #C9F3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 243 + 166 = 610 (100%)
R 201 of 610 ~ 32.95%
G 243 of 610 ~ 39.84%
B 166 of 610 ~ 27.21%

%32.95
%39.84
%27.21

CMYK color model

#C9F3A6 color CMYK value is (17,0,32,5).

  • cyan value is 17.28%
  • magenta value is 0.00%
  • yellow value is 31.69%
  • key color value is 4.71%
CMYK:
(17,0,32,5)
C17M0Y32K5 
(17%,0%,32%,5%)
(0.17/0.00/0.32/0.05)	

CMYK percentages

%17.28
%0
%31.69
%4.71

Codes

Color #C9F3A6 in popluar color models

C9F3A6
RGB201243166
HSL93°76.24%80.20%
HSB/HSV93°31.69%95.29%
CMYK17.28%0.00%31.69%
4.71%

Color #C9F3A6 in popluar number systems.

HEXC9F3A6
Decimal201243166
Binary110010011111001110100110
Octal311363246

Shades and tints

Shades of #C9F3A6

#C9F3A6
(201,243,166)
#B7DD97
(183,221,151)
#A5C788
(165,199,136)
#93B179
(147,177,121)
#819B6A
(129,155,106)
#6F855B
(111,133,91)
#5D6F4C
(93,111,76)
#4B593D
(75,89,61)
#39432E
(57,67,46)
#272D1F
(39,45,31)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #C9F3A6

#C9F3A6
(201,243,166)
#CDF4AE
(205,244,174)
#D1F5B6
(209,245,182)
#D5F6BE
(213,246,190)
#D9F7C6
(217,247,198)
#DDF8CE
(221,248,206)
#E1F9D6
(225,249,214)
#E5FADE
(229,250,222)
#E9FBE6
(233,251,230)
#EDFCEE
(237,252,238)
#F1FDF6
(241,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F3A6 color. Also use rgb(201,243,166) instead hex code.

Text Font Color

.myTextColor { color: #C9F3A6; }

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

This text font color is #C9F3A6.


Background Color

.myBgColor { background-color: #C9F3A6; }

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

This div background color is #C9F3A6.


Border color

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

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

This div border color is #C9F3A6.


Opacity

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

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

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

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

This text has shadow with #C9F3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F3A6 on black background.


Color preview on white background

This text has color #C9F3A6 on white background.



Black color preview on #C9F3A6 background

This text has black color on #C9F3A6 background.


White color preview on #C9F3A6 background

This text has white color on #C9F3A6 background.