COLOR #C9F3AA

HEX: #C9F3AA
RGB: (201,243,170)

Color info

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

RGB color model

#C9F3AA color RGB value is (201,243,170).

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

RGB channels and saturation

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

201
243
170

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

Portions of RGB colors in percentages

R + G + B =
201 + 243 + 170 = 614 (100%)
R 201 of 614 ~ 32.74%
G 243 of 614 ~ 39.58%
B 170 of 614 ~ 27.69%

%32.74
%39.58
%27.69

CMYK color model

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

  • cyan value is 17.28%
  • magenta value is 0.00%
  • yellow value is 30.04%
  • key color value is 4.71%
CMYK: (17,0,30,5) C17M0Y30K5 (17%,0%,30%,5%) (0.17/0.00/0.30/0.05)

CMYK percentages

%17.28
%0
%30.04
%4.71

Codes

Color #C9F3AA in popluar color models

C9F3AA
RGB201243170
HSL95°75.26%80.98%
HSB/HSV95°30.04%95.29%
CMYK17.28%0.00%30.04%
4.71%

Color #C9F3AA in popluar number systems.

HEXC9F3AA
Decimal201243170
Binary110010011111001110101010
Octal311363252

Shades and tints

Shades of #C9F3AA

#C9F3AA
(201,243,170)
#B7DD9B
(183,221,155)
#A5C78C
(165,199,140)
#93B17D
(147,177,125)
#819B6E
(129,155,110)
#6F855F
(111,133,95)
#5D6F50
(93,111,80)
#4B5941
(75,89,65)
#394332
(57,67,50)
#272D23
(39,45,35)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #C9F3AA

#C9F3AA
(201,243,170)
#CDF4B1
(205,244,177)
#D1F5B8
(209,245,184)
#D5F6BF
(213,246,191)
#D9F7C6
(217,247,198)
#DDF8CD
(221,248,205)
#E1F9D4
(225,249,212)
#E5FADB
(229,250,219)
#E9FBE2
(233,251,226)
#EDFCE9
(237,252,233)
#F1FDF0
(241,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F3AA; }

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

This text font color is #C9F3AA.


Background Color

.myBgColor { background-color: #C9F3AA; }

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

This div background color is #C9F3AA.


Border color

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

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

This div border color is #C9F3AA.


Opacity

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

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

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

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

This text has shadow with #C9F3AA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9F3AA on black background.


Color preview on white background

This text has color #C9F3AA on white background.



Black color preview on #C9F3AA background

This text has black color on #C9F3AA background.


White color preview on #C9F3AA background

This text has white color on #C9F3AA background.