COLOR #C9F7CF

HEX: #C9F7CF RGB: (201,247,207)

Color info

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

RGB color model

#C9F7CF color RGB value is (201,247,207).

RGB: (201,247,207) (79%, 97%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 247 of 255 = 97%
B 207 of 255 = 81%

201
247
207

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

Portions of RGB colors in percentages

R + G + B = 201 + 247 + 207 = 655 (100%)
R 201 of 655 ~ 30.69%
G 247 of 655 ~ 37.71%
B 207 of 655 ~ 31.6'%

%30.69
%37.71
%31.6

CMYK color model

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

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 16.19%
  • key color value is 3.14%

CMYK: (19,0,16,3)
C19M0Y16K3 (19%, 0%, 16%, 3%)
(0.19 / 0.00 / 0.16 / 0.03)

CMYK percentages

%18.62
%0
%16.19
%3.14

Codes

Color #C9F7CF in popluar color models

C9 F7 CF
RGB 201 247 207
HSL 128° 74.19% 87.84%
HSB/HSV 128° 18.62% 96.86%
CMYK 18.62% 0.00% 16.19%
3.14%

Color #C9F7CF in popluar number systems.

HEX C9 F7 CF
Decimal 201 247 207
Binary 11001001 11110111 11001111
Octal 311 367 317

Shades and tints

Shades of #C9F7CF

#C9F7CF
(201,247,207)
#B7E1BD
(183,225,189)
#A5CBAB
(165,203,171)
#93B599
(147,181,153)
#819F87
(129,159,135)
#6F8975
(111,137,117)
#5D7363
(93,115,99)
#4B5D51
(75,93,81)
#39473F
(57,71,63)
#27312D
(39,49,45)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #C9F7CF

#C9F7CF
(201,247,207)
#CDF7D3
(205,247,211)
#D1F7D7
(209,247,215)
#D5F7DB
(213,247,219)
#D9F7DF
(217,247,223)
#DDF7E3
(221,247,227)
#E1F7E7
(225,247,231)
#E5F7EB
(229,247,235)
#E9F7EF
(233,247,239)
#EDF7F3
(237,247,243)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F7CF color. Also use rgb(201,247,207) instead hex code.

Text Font Color

.myTextColor { color: #C9F7CF; }

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

This text font color is #C9F7CF.

Background Color

.myBgColor { background-color: #C9F7CF; }

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

This div background color is #C9F7CF.

Border color

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

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

This div border color is #C9F7CF.

Opacity

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

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

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

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

This text has shadow with #C9F7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9F7CF.

Preview

Color preview on black background

This text has color #C9F7CF on black background.


Color preview on white background

This text has color #C9F7CF on white background.


Black color preview on #C9F7CF background

This text has black color on #C9F7CF background.


White color preview on #C9F7CF background

This text has white color on #C9F7CF background.


Related colors

Complementary color

Complementary color for #hex is #360830.


I love getcolorcode.com

Triadic colors

1 #CFC9F7 and #F7CFC9 with #C9F7CF are triadic colors.

2 #CFF7C9 and #F7C9CF with #C9F7CF are triadic colors.