COLOR #C9FECC

HEX: #C9FECC RGB: (201,254,204)

Color info

#C9FECC contains red, green and blue colors in about the same proportion. Web safe color of #C9FECC is #CCFFCC (or #CFC).

RGB color model

#C9FECC color RGB value is (201,254,204).

RGB: (201,254,204) (79%, 100%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 254 of 255 = 100%
B 204 of 255 = 80%

201
254
204

R + G + B ~ 86%. #C9FECC is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 254 + 204 = 659 (100%)
R 201 of 659 ~ 30.5%
G 254 of 659 ~ 38.54%
B 204 of 659 ~ 30.96'%

%30.5
%38.54
%30.96

CMYK color model

#C9FECC color CMYK value is (21,0,20,0).

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

CMYK: (21,0,20,0)
C21M0Y20K0 (21%, 0%, 20%, 0%)
(0.21 / 0.00 / 0.20 / 0.00)

CMYK percentages

%20.87
%0
%19.69
%0.39

Codes

Color #C9FECC in popluar color models

C9 FE CC
RGB 201 254 204
HSL 123° 96.36% 89.22%
HSB/HSV 123° 20.87% 99.61%
CMYK 20.87% 0.00% 19.69%
0.39%

Color #C9FECC in popluar number systems.

HEX C9 FE CC
Decimal 201 254 204
Binary 11001001 11111110 11001100
Octal 311 376 314

Shades and tints

Shades of #C9FECC

#C9FECC
(201,254,204)
#B7E7BA
(183,231,186)
#A5D0A8
(165,208,168)
#93B996
(147,185,150)
#81A284
(129,162,132)
#6F8B72
(111,139,114)
#5D7460
(93,116,96)
#4B5D4E
(75,93,78)
#39463C
(57,70,60)
#272F2A
(39,47,42)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #C9FECC

#C9FECC
(201,254,204)
#CDFED0
(205,254,208)
#D1FED4
(209,254,212)
#D5FED8
(213,254,216)
#D9FEDC
(217,254,220)
#DDFEE0
(221,254,224)
#E1FEE4
(225,254,228)
#E5FEE8
(229,254,232)
#E9FEEC
(233,254,236)
#EDFEF0
(237,254,240)
#F1FEF4
(241,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FECC; }

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

This text font color is #C9FECC.

Background Color

.myBgColor { background-color: #C9FECC; }

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

This div background color is #C9FECC.

Border color

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

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

This div border color is #C9FECC.

Opacity

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

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

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

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

This text has shadow with #C9FECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FECC.

Preview

Color preview on black background

This text has color #C9FECC on black background.


Color preview on white background

This text has color #C9FECC on white background.


Black color preview on #C9FECC background

This text has black color on #C9FECC background.


White color preview on #C9FECC background

This text has white color on #C9FECC background.


Related colors

Complementary color

Complementary color for #hex is #360133.


I love getcolorcode.com

Triadic colors

1 #CCC9FE and #FECCC9 with #C9FECC are triadic colors.

2 #CCFEC9 and #FEC9CC with #C9FECC are triadic colors.