COLOR #C9FE9D

HEX: #C9FE9D RGB: (201,254,157)

Color info

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

RGB color model

#C9FE9D color RGB value is (201,254,157).

RGB: (201,254,157) (79%, 100%, 62%)

RGB channels and saturation

R 201 of 255 = 79%
G 254 of 255 = 100%
B 157 of 255 = 62%

201
254
157

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

Portions of RGB colors in percentages

R + G + B = 201 + 254 + 157 = 612 (100%)
R 201 of 612 ~ 32.84%
G 254 of 612 ~ 41.5%
B 157 of 612 ~ 25.65'%

%32.84
%41.5
%25.65

CMYK color model

#C9FE9D color CMYK value is (21,0,38,0).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 38.19%
  • key color value is 0.39%

CMYK: (21,0,38,0)
C21M0Y38K0 (21%, 0%, 38%, 0%)
(0.21 / 0.00 / 0.38 / 0.00)

CMYK percentages

%20.87
%0
%38.19
%0.39

Codes

Color #C9FE9D in popluar color models

C9 FE 9D
RGB 201 254 157
HSL 93° 97.98% 80.59%
HSB/HSV 93° 38.19% 99.61%
CMYK 20.87% 0.00% 38.19%
0.39%

Color #C9FE9D in popluar number systems.

HEX C9 FE 9D
Decimal 201 254 157
Binary 11001001 11111110 10011101
Octal 311 376 235

Shades and tints

Shades of #C9FE9D

#C9FE9D
(201,254,157)
#B7E78F
(183,231,143)
#A5D081
(165,208,129)
#93B973
(147,185,115)
#81A265
(129,162,101)
#6F8B57
(111,139,87)
#5D7449
(93,116,73)
#4B5D3B
(75,93,59)
#39462D
(57,70,45)
#272F1F
(39,47,31)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #C9FE9D

#C9FE9D
(201,254,157)
#CDFEA5
(205,254,165)
#D1FEAD
(209,254,173)
#D5FEB5
(213,254,181)
#D9FEBD
(217,254,189)
#DDFEC5
(221,254,197)
#E1FECD
(225,254,205)
#E5FED5
(229,254,213)
#E9FEDD
(233,254,221)
#EDFEE5
(237,254,229)
#F1FEED
(241,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FE9D color. Also use rgb(201,254,157) instead hex code.

Text Font Color

.myTextColor { color: #C9FE9D; }

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

This text font color is #C9FE9D.

Background Color

.myBgColor { background-color: #C9FE9D; }

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

This div background color is #C9FE9D.

Border color

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

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

This div border color is #C9FE9D.

Opacity

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

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

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

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

This text has shadow with #C9FE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FE9D.

Preview

Color preview on black background

This text has color #C9FE9D on black background.


Color preview on white background

This text has color #C9FE9D on white background.


Black color preview on #C9FE9D background

This text has black color on #C9FE9D background.


White color preview on #C9FE9D background

This text has white color on #C9FE9D background.


Related colors

Complementary color

Complementary color for #hex is #360162.


I love getcolorcode.com

Triadic colors

1 #9DC9FE and #FE9DC9 with #C9FE9D are triadic colors.

2 #9DFEC9 and #FEC99D with #C9FE9D are triadic colors.