COLOR #C9F1A3

HEX: #C9F1A3
RGB: (201,241,163)

Color info

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

RGB color model

#C9F1A3 color RGB value is (201,241,163).

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

RGB channels and saturation

R 201 of 255 = 79%
G 241 of 255 = 95%
B 163 of 255 = 64%

201
241
163

R + G + B ~ 79%. #C9F1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 241 + 163 = 605 (100%)
R 201 of 605 ~ 33.22%
G 241 of 605 ~ 39.83%
B 163 of 605 ~ 26.94%

%33.22
%39.83
%26.94

CMYK color model

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

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

CMYK percentages

%16.6
%0
%32.37
%5.49

Codes

Color #C9F1A3 in popluar color models

C9F1A3
RGB201241163
HSL91°73.58%79.22%
HSB/HSV91°32.37%94.51%
CMYK16.60%0.00%32.37%
5.49%

Color #C9F1A3 in popluar number systems.

HEXC9F1A3
Decimal201241163
Binary110010011111000110100011
Octal311361243

Shades and tints

Shades of #C9F1A3

#C9F1A3
(201,241,163)
#B7DC95
(183,220,149)
#A5C787
(165,199,135)
#93B279
(147,178,121)
#819D6B
(129,157,107)
#6F885D
(111,136,93)
#5D734F
(93,115,79)
#4B5E41
(75,94,65)
#394933
(57,73,51)
#273425
(39,52,37)
#151F17
(21,31,23)
#000000
(0,0,0)

Tints of #C9F1A3

#C9F1A3
(201,241,163)
#CDF2AB
(205,242,171)
#D1F3B3
(209,243,179)
#D5F4BB
(213,244,187)
#D9F5C3
(217,245,195)
#DDF6CB
(221,246,203)
#E1F7D3
(225,247,211)
#E5F8DB
(229,248,219)
#E9F9E3
(233,249,227)
#EDFAEB
(237,250,235)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F1A3; }

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

This text font color is #C9F1A3.


Background Color

.myBgColor { background-color: #C9F1A3; }

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

This div background color is #C9F1A3.


Border color

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

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

This div border color is #C9F1A3.


Opacity

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

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

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

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

This text has shadow with #C9F1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F1A3 on black background.


Color preview on white background

This text has color #C9F1A3 on white background.



Black color preview on #C9F1A3 background

This text has black color on #C9F1A3 background.


White color preview on #C9F1A3 background

This text has white color on #C9F1A3 background.