COLOR #C9F5A5

HEX: #C9F5A5
RGB: (201,245,165)

Color info

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

RGB color model

#C9F5A5 color RGB value is (201,245,165).

  • red value is 201;
  • green value is 245;
  • blue value is 165.
RGB:
(201,245,165)
(79%,96%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 245 of 255 = 96%
B 165 of 255 = 65%

201
245
165

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

Portions of RGB colors in percentages

R + G + B =
201 + 245 + 165 = 611 (100%)
R 201 of 611 ~ 32.9%
G 245 of 611 ~ 40.1%
B 165 of 611 ~ 27%

%32.9
%40.1
%27

CMYK color model

#C9F5A5 color CMYK value is (18,0,33,4).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 3.92%
CMYK:
(18,0,33,4)
C18M0Y33K4 
(18%,0%,33%,4%)
(0.18/0.00/0.33/0.04)	

CMYK percentages

%17.96
%0
%32.65
%3.92

Codes

Color #C9F5A5 in popluar color models

C9F5A5
RGB201245165
HSL93°80.00%80.39%
HSB/HSV93°32.65%96.08%
CMYK17.96%0.00%32.65%
3.92%

Color #C9F5A5 in popluar number systems.

HEXC9F5A5
Decimal201245165
Binary110010011111010110100101
Octal311365245

Shades and tints

Shades of #C9F5A5

#C9F5A5
(201,245,165)
#B7DF96
(183,223,150)
#A5C987
(165,201,135)
#93B378
(147,179,120)
#819D69
(129,157,105)
#6F875A
(111,135,90)
#5D714B
(93,113,75)
#4B5B3C
(75,91,60)
#39452D
(57,69,45)
#272F1E
(39,47,30)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #C9F5A5

#C9F5A5
(201,245,165)
#CDF5AD
(205,245,173)
#D1F5B5
(209,245,181)
#D5F5BD
(213,245,189)
#D9F5C5
(217,245,197)
#DDF5CD
(221,245,205)
#E1F5D5
(225,245,213)
#E5F5DD
(229,245,221)
#E9F5E5
(233,245,229)
#EDF5ED
(237,245,237)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F5A5 color. Also use rgb(201,245,165) instead hex code.

Text Font Color

.myTextColor { color: #C9F5A5; }

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

This text font color is #C9F5A5.


Background Color

.myBgColor { background-color: #C9F5A5; }

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

This div background color is #C9F5A5.


Border color

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

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

This div border color is #C9F5A5.


Opacity

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

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

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

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

This text has shadow with #C9F5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F5A5 on black background.


Color preview on white background

This text has color #C9F5A5 on white background.



Black color preview on #C9F5A5 background

This text has black color on #C9F5A5 background.


White color preview on #C9F5A5 background

This text has white color on #C9F5A5 background.