COLOR #C9F1AA

HEX: #C9F1AA
RGB: (201,241,170)

Color info

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

RGB color model

#C9F1AA color RGB value is (201,241,170).

  • red value is 201;
  • green value is 241;
  • blue value is 170.
RGB:
(201,241,170)
(79%,95%,67%)

RGB channels and saturation

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

201
241
170

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

Portions of RGB colors in percentages

R + G + B =
201 + 241 + 170 = 612 (100%)
R 201 of 612 ~ 32.84%
G 241 of 612 ~ 39.38%
B 170 of 612 ~ 27.78%

%32.84
%39.38
%27.78

CMYK color model

#C9F1AA color CMYK value is (17,0,29,5).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 5.49%
CMYK:
(17,0,29,5)
C17M0Y29K5 
(17%,0%,29%,5%)
(0.17/0.00/0.29/0.05)	

CMYK percentages

%16.6
%0
%29.46
%5.49

Codes

Color #C9F1AA in popluar color models

C9F1AA
RGB201241170
HSL94°71.72%80.59%
HSB/HSV94°29.46%94.51%
CMYK16.60%0.00%29.46%
5.49%

Color #C9F1AA in popluar number systems.

HEXC9F1AA
Decimal201241170
Binary110010011111000110101010
Octal311361252

Shades and tints

Shades of #C9F1AA

#C9F1AA
(201,241,170)
#B7DC9B
(183,220,155)
#A5C78C
(165,199,140)
#93B27D
(147,178,125)
#819D6E
(129,157,110)
#6F885F
(111,136,95)
#5D7350
(93,115,80)
#4B5E41
(75,94,65)
#394932
(57,73,50)
#273423
(39,52,35)
#151F14
(21,31,20)
#000000
(0,0,0)

Tints of #C9F1AA

#C9F1AA
(201,241,170)
#CDF2B1
(205,242,177)
#D1F3B8
(209,243,184)
#D5F4BF
(213,244,191)
#D9F5C6
(217,245,198)
#DDF6CD
(221,246,205)
#E1F7D4
(225,247,212)
#E5F8DB
(229,248,219)
#E9F9E2
(233,249,226)
#EDFAE9
(237,250,233)
#F1FBF0
(241,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F1AA; }

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

This text font color is #C9F1AA.


Background Color

.myBgColor { background-color: #C9F1AA; }

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

This div background color is #C9F1AA.


Border color

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

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

This div border color is #C9F1AA.


Opacity

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

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

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

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

This text has shadow with #C9F1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F1AA on black background.


Color preview on white background

This text has color #C9F1AA on white background.



Black color preview on #C9F1AA background

This text has black color on #C9F1AA background.


White color preview on #C9F1AA background

This text has white color on #C9F1AA background.