COLOR #C9F2CD

HEX: #C9F2CD RGB: (201,242,205)

Color info

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

RGB color model

#C9F2CD color RGB value is (201,242,205).

RGB: (201,242,205) (79%, 95%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 242 of 255 = 95%
B 205 of 255 = 80%

201
242
205

R + G + B ~ 85%. #C9F2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 242 + 205 = 648 (100%)
R 201 of 648 ~ 31.02%
G 242 of 648 ~ 37.35%
B 205 of 648 ~ 31.64'%

%31.02
%37.35
%31.64

CMYK color model

#C9F2CD color CMYK value is (17,0,15,5).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 5.10%

CMYK: (17,0,15,5)
C17M0Y15K5 (17%, 0%, 15%, 5%)
(0.17 / 0.00 / 0.15 / 0.05)

CMYK percentages

%16.94
%0
%15.29
%5.1

Codes

Color #C9F2CD in popluar color models

C9 F2 CD
RGB 201 242 205
HSL 126° 61.19% 86.86%
HSB/HSV 126° 16.94% 94.90%
CMYK 16.94% 0.00% 15.29%
5.10%

Color #C9F2CD in popluar number systems.

HEX C9 F2 CD
Decimal 201 242 205
Binary 11001001 11110010 11001101
Octal 311 362 315

Shades and tints

Shades of #C9F2CD

#C9F2CD
(201,242,205)
#B7DCBB
(183,220,187)
#A5C6A9
(165,198,169)
#93B097
(147,176,151)
#819A85
(129,154,133)
#6F8473
(111,132,115)
#5D6E61
(93,110,97)
#4B584F
(75,88,79)
#39423D
(57,66,61)
#272C2B
(39,44,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #C9F2CD

#C9F2CD
(201,242,205)
#CDF3D1
(205,243,209)
#D1F4D5
(209,244,213)
#D5F5D9
(213,245,217)
#D9F6DD
(217,246,221)
#DDF7E1
(221,247,225)
#E1F8E5
(225,248,229)
#E5F9E9
(229,249,233)
#E9FAED
(233,250,237)
#EDFBF1
(237,251,241)
#F1FCF5
(241,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F2CD color. Also use rgb(201,242,205) instead hex code.

Text Font Color

.myTextColor { color: #C9F2CD; }

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

This text font color is #C9F2CD.

Background Color

.myBgColor { background-color: #C9F2CD; }

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

This div background color is #C9F2CD.

Border color

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

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

This div border color is #C9F2CD.

Opacity

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

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

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

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

This text has shadow with #C9F2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9F2CD.

Preview

Color preview on black background

This text has color #C9F2CD on black background.


Color preview on white background

This text has color #C9F2CD on white background.


Black color preview on #C9F2CD background

This text has black color on #C9F2CD background.


White color preview on #C9F2CD background

This text has white color on #C9F2CD background.


Related colors

Complementary color

Complementary color for #hex is #360D32.


I love getcolorcode.com

Triadic colors

1 #CDC9F2 and #F2CDC9 with #C9F2CD are triadic colors.

2 #CDF2C9 and #F2C9CD with #C9F2CD are triadic colors.