COLOR #C9FDD9

HEX: #C9FDD9 RGB: (201,253,217)

Color info

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

RGB color model

#C9FDD9 color RGB value is (201,253,217).

RGB: (201,253,217) (79%, 99%, 85%)

RGB channels and saturation

R 201 of 255 = 79%
G 253 of 255 = 99%
B 217 of 255 = 85%

201
253
217

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

Portions of RGB colors in percentages

R + G + B = 201 + 253 + 217 = 671 (100%)
R 201 of 671 ~ 29.96%
G 253 of 671 ~ 37.7%
B 217 of 671 ~ 32.34'%

%29.96
%37.7
%32.34

CMYK color model

#C9FDD9 color CMYK value is (21,0,14,1).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 14.23%
  • key color value is 0.78%

CMYK: (21,0,14,1)
C21M0Y14K1 (21%, 0%, 14%, 1%)
(0.21 / 0.00 / 0.14 / 0.01)

CMYK percentages

%20.55
%0
%14.23
%0.78

Codes

Color #C9FDD9 in popluar color models

C9 FD D9
RGB 201 253 217
HSL 138° 92.86% 89.02%
HSB/HSV 138° 20.55% 99.22%
CMYK 20.55% 0.00% 14.23%
0.78%

Color #C9FDD9 in popluar number systems.

HEX C9 FD D9
Decimal 201 253 217
Binary 11001001 11111101 11011001
Octal 311 375 331

Shades and tints

Shades of #C9FDD9

#C9FDD9
(201,253,217)
#B7E6C6
(183,230,198)
#A5CFB3
(165,207,179)
#93B8A0
(147,184,160)
#81A18D
(129,161,141)
#6F8A7A
(111,138,122)
#5D7367
(93,115,103)
#4B5C54
(75,92,84)
#394541
(57,69,65)
#272E2E
(39,46,46)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #C9FDD9

#C9FDD9
(201,253,217)
#CDFDDC
(205,253,220)
#D1FDDF
(209,253,223)
#D5FDE2
(213,253,226)
#D9FDE5
(217,253,229)
#DDFDE8
(221,253,232)
#E1FDEB
(225,253,235)
#E5FDEE
(229,253,238)
#E9FDF1
(233,253,241)
#EDFDF4
(237,253,244)
#F1FDF7
(241,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FDD9 color. Also use rgb(201,253,217) instead hex code.

Text Font Color

.myTextColor { color: #C9FDD9; }

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

This text font color is #C9FDD9.

Background Color

.myBgColor { background-color: #C9FDD9; }

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

This div background color is #C9FDD9.

Border color

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

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

This div border color is #C9FDD9.

Opacity

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

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

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

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

This text has shadow with #C9FDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FDD9.

Preview

Color preview on black background

This text has color #C9FDD9 on black background.


Color preview on white background

This text has color #C9FDD9 on white background.


Black color preview on #C9FDD9 background

This text has black color on #C9FDD9 background.


White color preview on #C9FDD9 background

This text has white color on #C9FDD9 background.


Related colors

Complementary color

Complementary color for #hex is #360226.


I love getcolorcode.com

Triadic colors

1 #D9C9FD and #FDD9C9 with #C9FDD9 are triadic colors.

2 #D9FDC9 and #FDC9D9 with #C9FDD9 are triadic colors.