COLOR #C9FED7

HEX: #C9FED7
RGB: (201,254,215)

Color info

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

RGB color model

#C9FED7 color RGB value is (201,254,215).

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

RGB channels and saturation

R 201 of 255 = 79%
G 254 of 255 = 100%
B 215 of 255 = 84%

201
254
215

R + G + B ~ 88%. #C9FED7 is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 254 + 215 = 670 (100%)
R 201 of 670 ~ 30%
G 254 of 670 ~ 37.91%
B 215 of 670 ~ 32.09%

%30
%37.91
%32.09

CMYK color model

#C9FED7 color CMYK value is (21,0,15,0).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 0.39%
CMYK:
(21,0,15,0)
C21M0Y15K0 
(21%,0%,15%,0%)
(0.21/0.00/0.15/0.00)	

CMYK percentages

%20.87
%0
%15.35
%0.39

Codes

Color #C9FED7 in popluar color models

C9FED7
RGB201254215
HSL136°96.36%89.22%
HSB/HSV136°20.87%99.61%
CMYK20.87%0.00%15.35%
0.39%

Color #C9FED7 in popluar number systems.

HEXC9FED7
Decimal201254215
Binary110010011111111011010111
Octal311376327

Shades and tints

Shades of #C9FED7

#C9FED7
(201,254,215)
#B7E7C4
(183,231,196)
#A5D0B1
(165,208,177)
#93B99E
(147,185,158)
#81A28B
(129,162,139)
#6F8B78
(111,139,120)
#5D7465
(93,116,101)
#4B5D52
(75,93,82)
#39463F
(57,70,63)
#272F2C
(39,47,44)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #C9FED7

#C9FED7
(201,254,215)
#CDFEDA
(205,254,218)
#D1FEDD
(209,254,221)
#D5FEE0
(213,254,224)
#D9FEE3
(217,254,227)
#DDFEE6
(221,254,230)
#E1FEE9
(225,254,233)
#E5FEEC
(229,254,236)
#E9FEEF
(233,254,239)
#EDFEF2
(237,254,242)
#F1FEF5
(241,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FED7; }

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

This text font color is #C9FED7.


Background Color

.myBgColor { background-color: #C9FED7; }

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

This div background color is #C9FED7.


Border color

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

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

This div border color is #C9FED7.


Opacity

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

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

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

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

This text has shadow with #C9FED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FED7 on black background.


Color preview on white background

This text has color #C9FED7 on white background.



Black color preview on #C9FED7 background

This text has black color on #C9FED7 background.


White color preview on #C9FED7 background

This text has white color on #C9FED7 background.