COLOR #C9F0C7

HEX: #C9F0C7 RGB: (201,240,199)

Color info

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

RGB color model

#C9F0C7 color RGB value is (201,240,199).

RGB: (201,240,199) (79%, 94%, 78%)

RGB channels and saturation

R 201 of 255 = 79%
G 240 of 255 = 94%
B 199 of 255 = 78%

201
240
199

R + G + B ~ 84%. #C9F0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 240 + 199 = 640 (100%)
R 201 of 640 ~ 31.41%
G 240 of 640 ~ 37.5%
B 199 of 640 ~ 31.09'%

%31.41
%37.5
%31.09

CMYK color model

#C9F0C7 color CMYK value is (16,0,17,6).

  • cyan value is 16.25%
  • magenta value is 0.00%
  • yellow value is 17.08%
  • key color value is 5.88%

CMYK: (16,0,17,6)
C16M0Y17K6 (16%, 0%, 17%, 6%)
(0.16 / 0.00 / 0.17 / 0.06)

CMYK percentages

%16.25
%0
%17.08
%5.88

Codes

Color #C9F0C7 in popluar color models

C9 F0 C7
RGB 201 240 199
HSL 117° 57.75% 86.08%
HSB/HSV 117° 17.08% 94.12%
CMYK 16.25% 0.00% 17.08%
5.88%

Color #C9F0C7 in popluar number systems.

HEX C9 F0 C7
Decimal 201 240 199
Binary 11001001 11110000 11000111
Octal 311 360 307

Shades and tints

Shades of #C9F0C7

#C9F0C7
(201,240,199)
#B7DBB5
(183,219,181)
#A5C6A3
(165,198,163)
#93B191
(147,177,145)
#819C7F
(129,156,127)
#6F876D
(111,135,109)
#5D725B
(93,114,91)
#4B5D49
(75,93,73)
#394837
(57,72,55)
#273325
(39,51,37)
#151E13
(21,30,19)
#000000
(0,0,0)

Tints of #C9F0C7

#C9F0C7
(201,240,199)
#CDF1CC
(205,241,204)
#D1F2D1
(209,242,209)
#D5F3D6
(213,243,214)
#D9F4DB
(217,244,219)
#DDF5E0
(221,245,224)
#E1F6E5
(225,246,229)
#E5F7EA
(229,247,234)
#E9F8EF
(233,248,239)
#EDF9F4
(237,249,244)
#F1FAF9
(241,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F0C7 color. Also use rgb(201,240,199) instead hex code.

Text Font Color

.myTextColor { color: #C9F0C7; }

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

This text font color is #C9F0C7.

Background Color

.myBgColor { background-color: #C9F0C7; }

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

This div background color is #C9F0C7.

Border color

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

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

This div border color is #C9F0C7.

Opacity

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

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

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

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

This text has shadow with #C9F0C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9F0C7.

Preview

Color preview on black background

This text has color #C9F0C7 on black background.


Color preview on white background

This text has color #C9F0C7 on white background.


Black color preview on #C9F0C7 background

This text has black color on #C9F0C7 background.


White color preview on #C9F0C7 background

This text has white color on #C9F0C7 background.


Related colors

Complementary color

Complementary color for #hex is #360F38.


I love getcolorcode.com

Triadic colors

1 #C7C9F0 and #F0C7C9 with #C9F0C7 are triadic colors.

2 #C7F0C9 and #F0C9C7 with #C9F0C7 are triadic colors.