COLOR #C9FEC6

HEX: #C9FEC6
RGB: (201,254,198)

Color info

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

RGB color model

#C9FEC6 color RGB value is (201,254,198).

  • red value is 201;
  • green value is 254;
  • blue value is 198.
RGB:
(201,254,198)
(79%,100%,78%)

RGB channels and saturation

R 201 of 255 = 79%
G 254 of 255 = 100%
B 198 of 255 = 78%

201
254
198

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

Portions of RGB colors in percentages

R + G + B =
201 + 254 + 198 = 653 (100%)
R 201 of 653 ~ 30.78%
G 254 of 653 ~ 38.9%
B 198 of 653 ~ 30.32%

%30.78
%38.9
%30.32

CMYK color model

#C9FEC6 color CMYK value is (21,0,22,0).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 22.05%
  • key color value is 0.39%
CMYK:
(21,0,22,0)
C21M0Y22K0 
(21%,0%,22%,0%)
(0.21/0.00/0.22/0.00)	

CMYK percentages

%20.87
%0
%22.05
%0.39

Codes

Color #C9FEC6 in popluar color models

C9FEC6
RGB201254198
HSL117°96.55%88.63%
HSB/HSV117°22.05%99.61%
CMYK20.87%0.00%22.05%
0.39%

Color #C9FEC6 in popluar number systems.

HEXC9FEC6
Decimal201254198
Binary110010011111111011000110
Octal311376306

Shades and tints

Shades of #C9FEC6

#C9FEC6
(201,254,198)
#B7E7B4
(183,231,180)
#A5D0A2
(165,208,162)
#93B990
(147,185,144)
#81A27E
(129,162,126)
#6F8B6C
(111,139,108)
#5D745A
(93,116,90)
#4B5D48
(75,93,72)
#394636
(57,70,54)
#272F24
(39,47,36)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #C9FEC6

#C9FEC6
(201,254,198)
#CDFECB
(205,254,203)
#D1FED0
(209,254,208)
#D5FED5
(213,254,213)
#D9FEDA
(217,254,218)
#DDFEDF
(221,254,223)
#E1FEE4
(225,254,228)
#E5FEE9
(229,254,233)
#E9FEEE
(233,254,238)
#EDFEF3
(237,254,243)
#F1FEF8
(241,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FEC6; }

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

This text font color is #C9FEC6.


Background Color

.myBgColor { background-color: #C9FEC6; }

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

This div background color is #C9FEC6.


Border color

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

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

This div border color is #C9FEC6.


Opacity

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

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

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

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

This text has shadow with #C9FEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FEC6 on black background.


Color preview on white background

This text has color #C9FEC6 on white background.



Black color preview on #C9FEC6 background

This text has black color on #C9FEC6 background.


White color preview on #C9FEC6 background

This text has white color on #C9FEC6 background.