COLOR #C9FCCF

HEX: #C9FCCF RGB: (201,252,207)

Color info

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

RGB color model

#C9FCCF color RGB value is (201,252,207).

RGB: (201,252,207) (79%, 99%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 252 of 255 = 99%
B 207 of 255 = 81%

201
252
207

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

Portions of RGB colors in percentages

R + G + B = 201 + 252 + 207 = 660 (100%)
R 201 of 660 ~ 30.45%
G 252 of 660 ~ 38.18%
B 207 of 660 ~ 31.36'%

%30.45
%38.18
%31.36

CMYK color model

#C9FCCF color CMYK value is (20,0,18,1).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 1.18%

CMYK: (20,0,18,1)
C20M0Y18K1 (20%, 0%, 18%, 1%)
(0.20 / 0.00 / 0.18 / 0.01)

CMYK percentages

%20.24
%0
%17.86
%1.18

Codes

Color #C9FCCF in popluar color models

C9 FC CF
RGB 201 252 207
HSL 127° 89.47% 88.82%
HSB/HSV 127° 20.24% 98.82%
CMYK 20.24% 0.00% 17.86%
1.18%

Color #C9FCCF in popluar number systems.

HEX C9 FC CF
Decimal 201 252 207
Binary 11001001 11111100 11001111
Octal 311 374 317

Shades and tints

Shades of #C9FCCF

#C9FCCF
(201,252,207)
#B7E6BD
(183,230,189)
#A5D0AB
(165,208,171)
#93BA99
(147,186,153)
#81A487
(129,164,135)
#6F8E75
(111,142,117)
#5D7863
(93,120,99)
#4B6251
(75,98,81)
#394C3F
(57,76,63)
#27362D
(39,54,45)
#15201B
(21,32,27)
#000000
(0,0,0)

Tints of #C9FCCF

#C9FCCF
(201,252,207)
#CDFCD3
(205,252,211)
#D1FCD7
(209,252,215)
#D5FCDB
(213,252,219)
#D9FCDF
(217,252,223)
#DDFCE3
(221,252,227)
#E1FCE7
(225,252,231)
#E5FCEB
(229,252,235)
#E9FCEF
(233,252,239)
#EDFCF3
(237,252,243)
#F1FCF7
(241,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FCCF; }

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

This text font color is #C9FCCF.

Background Color

.myBgColor { background-color: #C9FCCF; }

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

This div background color is #C9FCCF.

Border color

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

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

This div border color is #C9FCCF.

Opacity

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

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

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

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

This text has shadow with #C9FCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FCCF.

Preview

Color preview on black background

This text has color #C9FCCF on black background.


Color preview on white background

This text has color #C9FCCF on white background.


Black color preview on #C9FCCF background

This text has black color on #C9FCCF background.


White color preview on #C9FCCF background

This text has white color on #C9FCCF background.


Related colors

Complementary color

Complementary color for #hex is #360330.


I love getcolorcode.com

Triadic colors

1 #CFC9FC and #FCCFC9 with #C9FCCF are triadic colors.

2 #CFFCC9 and #FCC9CF with #C9FCCF are triadic colors.