COLOR #C9F8D1

HEX: #C9F8D1
RGB: (201,248,209)

Color info

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

RGB color model

#C9F8D1 color RGB value is (201,248,209).

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

RGB channels and saturation

R 201 of 255 = 79%
G 248 of 255 = 97%
B 209 of 255 = 82%

201
248
209

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

Portions of RGB colors in percentages

R + G + B =
201 + 248 + 209 = 658 (100%)
R 201 of 658 ~ 30.55%
G 248 of 658 ~ 37.69%
B 209 of 658 ~ 31.76%

%30.55
%37.69
%31.76

CMYK color model

#C9F8D1 color CMYK value is (19,0,16,3).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(19,0,16,3)
C19M0Y16K3 
(19%,0%,16%,3%)
(0.19/0.00/0.16/0.03)	

CMYK percentages

%18.95
%0
%15.73
%2.75

Codes

Color #C9F8D1 in popluar color models

C9F8D1
RGB201248209
HSL130°77.05%88.04%
HSB/HSV130°18.95%97.25%
CMYK18.95%0.00%15.73%
2.75%

Color #C9F8D1 in popluar number systems.

HEXC9F8D1
Decimal201248209
Binary110010011111100011010001
Octal311370321

Shades and tints

Shades of #C9F8D1

#C9F8D1
(201,248,209)
#B7E2BE
(183,226,190)
#A5CCAB
(165,204,171)
#93B698
(147,182,152)
#81A085
(129,160,133)
#6F8A72
(111,138,114)
#5D745F
(93,116,95)
#4B5E4C
(75,94,76)
#394839
(57,72,57)
#273226
(39,50,38)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #C9F8D1

#C9F8D1
(201,248,209)
#CDF8D5
(205,248,213)
#D1F8D9
(209,248,217)
#D5F8DD
(213,248,221)
#D9F8E1
(217,248,225)
#DDF8E5
(221,248,229)
#E1F8E9
(225,248,233)
#E5F8ED
(229,248,237)
#E9F8F1
(233,248,241)
#EDF8F5
(237,248,245)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F8D1; }

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

This text font color is #C9F8D1.


Background Color

.myBgColor { background-color: #C9F8D1; }

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

This div background color is #C9F8D1.


Border color

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

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

This div border color is #C9F8D1.


Opacity

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

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

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

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

This text has shadow with #C9F8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F8D1 on black background.


Color preview on white background

This text has color #C9F8D1 on white background.



Black color preview on #C9F8D1 background

This text has black color on #C9F8D1 background.


White color preview on #C9F8D1 background

This text has white color on #C9F8D1 background.