COLOR #C9F2AA

HEX: #C9F2AA RGB: (201,242,170)

Color info

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

RGB color model

#C9F2AA color RGB value is (201,242,170).

RGB: (201,242,170) (79%, 95%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 242 of 255 = 95%
B 170 of 255 = 67%

201
242
170

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

Portions of RGB colors in percentages

R + G + B = 201 + 242 + 170 = 613 (100%)
R 201 of 613 ~ 32.79%
G 242 of 613 ~ 39.48%
B 170 of 613 ~ 27.73'%

%32.79
%39.48
%27.73

CMYK color model

#C9F2AA color CMYK value is (17,0,30,5).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 5.10%

CMYK: (17,0,30,5)
C17M0Y30K5 (17%, 0%, 30%, 5%)
(0.17 / 0.00 / 0.30 / 0.05)

CMYK percentages

%16.94
%0
%29.75
%5.1

Codes

Color #C9F2AA in popluar color models

C9 F2 AA
RGB 201 242 170
HSL 94° 73.47% 80.78%
HSB/HSV 94° 29.75% 94.90%
CMYK 16.94% 0.00% 29.75%
5.10%

Color #C9F2AA in popluar number systems.

HEX C9 F2 AA
Decimal 201 242 170
Binary 11001001 11110010 10101010
Octal 311 362 252

Shades and tints

Shades of #C9F2AA

#C9F2AA
(201,242,170)
#B7DC9B
(183,220,155)
#A5C68C
(165,198,140)
#93B07D
(147,176,125)
#819A6E
(129,154,110)
#6F845F
(111,132,95)
#5D6E50
(93,110,80)
#4B5841
(75,88,65)
#394232
(57,66,50)
#272C23
(39,44,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9F2AA

#C9F2AA
(201,242,170)
#CDF3B1
(205,243,177)
#D1F4B8
(209,244,184)
#D5F5BF
(213,245,191)
#D9F6C6
(217,246,198)
#DDF7CD
(221,247,205)
#E1F8D4
(225,248,212)
#E5F9DB
(229,249,219)
#E9FAE2
(233,250,226)
#EDFBE9
(237,251,233)
#F1FCF0
(241,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F2AA; }

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

This text font color is #C9F2AA.

Background Color

.myBgColor { background-color: #C9F2AA; }

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

This div background color is #C9F2AA.

Border color

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

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

This div border color is #C9F2AA.

Opacity

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

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

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

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

This text has shadow with #C9F2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9F2AA.

Preview

Color preview on black background

This text has color #C9F2AA on black background.


Color preview on white background

This text has color #C9F2AA on white background.


Black color preview on #C9F2AA background

This text has black color on #C9F2AA background.


White color preview on #C9F2AA background

This text has white color on #C9F2AA background.


Related colors

Complementary color

Complementary color for #hex is #360D55.


I love getcolorcode.com

Triadic colors

1 #AAC9F2 and #F2AAC9 with #C9F2AA are triadic colors.

2 #AAF2C9 and #F2C9AA with #C9F2AA are triadic colors.