COLOR #C9FCDC

HEX: #C9FCDC RGB: (201,252,220)

Color info

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

RGB color model

#C9FCDC color RGB value is (201,252,220).

RGB: (201,252,220) (79%, 99%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 252 of 255 = 99%
B 220 of 255 = 86%

201
252
220

R + G + B ~ 88%. #C9FCDC is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 252 + 220 = 673 (100%)
R 201 of 673 ~ 29.87%
G 252 of 673 ~ 37.44%
B 220 of 673 ~ 32.69'%

%29.87
%37.44
%32.69

CMYK color model

#C9FCDC color CMYK value is (20,0,13,1).

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

CMYK: (20,0,13,1)
C20M0Y13K1 (20%, 0%, 13%, 1%)
(0.20 / 0.00 / 0.13 / 0.01)

CMYK percentages

%20.24
%0
%12.7
%1.18

Codes

Color #C9FCDC in popluar color models

C9 FC DC
RGB 201 252 220
HSL 142° 89.47% 88.82%
HSB/HSV 142° 20.24% 98.82%
CMYK 20.24% 0.00% 12.70%
1.18%

Color #C9FCDC in popluar number systems.

HEX C9 FC DC
Decimal 201 252 220
Binary 11001001 11111100 11011100
Octal 311 374 334

Shades and tints

Shades of #C9FCDC

#C9FCDC
(201,252,220)
#B7E6C8
(183,230,200)
#A5D0B4
(165,208,180)
#93BAA0
(147,186,160)
#81A48C
(129,164,140)
#6F8E78
(111,142,120)
#5D7864
(93,120,100)
#4B6250
(75,98,80)
#394C3C
(57,76,60)
#273628
(39,54,40)
#152014
(21,32,20)
#000000
(0,0,0)

Tints of #C9FCDC

#C9FCDC
(201,252,220)
#CDFCDF
(205,252,223)
#D1FCE2
(209,252,226)
#D5FCE5
(213,252,229)
#D9FCE8
(217,252,232)
#DDFCEB
(221,252,235)
#E1FCEE
(225,252,238)
#E5FCF1
(229,252,241)
#E9FCF4
(233,252,244)
#EDFCF7
(237,252,247)
#F1FCFA
(241,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FCDC; }

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

This text font color is #C9FCDC.

Background Color

.myBgColor { background-color: #C9FCDC; }

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

This div background color is #C9FCDC.

Border color

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

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

This div border color is #C9FCDC.

Opacity

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

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

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

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

This text has shadow with #C9FCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FCDC.

Preview

Color preview on black background

This text has color #C9FCDC on black background.


Color preview on white background

This text has color #C9FCDC on white background.


Black color preview on #C9FCDC background

This text has black color on #C9FCDC background.


White color preview on #C9FCDC background

This text has white color on #C9FCDC background.


Related colors

Complementary color

Complementary color for #hex is #360323.


I love getcolorcode.com

Triadic colors

1 #DCC9FC and #FCDCC9 with #C9FCDC are triadic colors.

2 #DCFCC9 and #FCC9DC with #C9FCDC are triadic colors.