COLOR #C9F8CE

HEX: #C9F8CE
RGB: (201,248,206)

Color info

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

RGB color model

#C9F8CE color RGB value is (201,248,206).

  • red value is 201;
  • green value is 248;
  • blue value is 206.
RGB:
(201,248,206)
(79%,97%,81%)

RGB channels and saturation

R 201 of 255 = 79%
G 248 of 255 = 97%
B 206 of 255 = 81%

201
248
206

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

Portions of RGB colors in percentages

R + G + B =
201 + 248 + 206 = 655 (100%)
R 201 of 655 ~ 30.69%
G 248 of 655 ~ 37.86%
B 206 of 655 ~ 31.45%

%30.69
%37.86
%31.45

CMYK color model

#C9F8CE color CMYK value is (19,0,17,3).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 2.75%
CMYK:
(19,0,17,3)
C19M0Y17K3 
(19%,0%,17%,3%)
(0.19/0.00/0.17/0.03)	

CMYK percentages

%18.95
%0
%16.94
%2.75

Codes

Color #C9F8CE in popluar color models

C9F8CE
RGB201248206
HSL126°77.05%88.04%
HSB/HSV126°18.95%97.25%
CMYK18.95%0.00%16.94%
2.75%

Color #C9F8CE in popluar number systems.

HEXC9F8CE
Decimal201248206
Binary110010011111100011001110
Octal311370316

Shades and tints

Shades of #C9F8CE

#C9F8CE
(201,248,206)
#B7E2BC
(183,226,188)
#A5CCAA
(165,204,170)
#93B698
(147,182,152)
#81A086
(129,160,134)
#6F8A74
(111,138,116)
#5D7462
(93,116,98)
#4B5E50
(75,94,80)
#39483E
(57,72,62)
#27322C
(39,50,44)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #C9F8CE

#C9F8CE
(201,248,206)
#CDF8D2
(205,248,210)
#D1F8D6
(209,248,214)
#D5F8DA
(213,248,218)
#D9F8DE
(217,248,222)
#DDF8E2
(221,248,226)
#E1F8E6
(225,248,230)
#E5F8EA
(229,248,234)
#E9F8EE
(233,248,238)
#EDF8F2
(237,248,242)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F8CE color. Also use rgb(201,248,206) instead hex code.

Text Font Color

.myTextColor { color: #C9F8CE; }

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

This text font color is #C9F8CE.


Background Color

.myBgColor { background-color: #C9F8CE; }

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

This div background color is #C9F8CE.


Border color

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

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

This div border color is #C9F8CE.


Opacity

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

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

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

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

This text has shadow with #C9F8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F8CE on black background.


Color preview on white background

This text has color #C9F8CE on white background.



Black color preview on #C9F8CE background

This text has black color on #C9F8CE background.


White color preview on #C9F8CE background

This text has white color on #C9F8CE background.