COLOR #C9FDDD

HEX: #C9FDDD
RGB: (201,253,221)

Color info

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

RGB color model

#C9FDDD color RGB value is (201,253,221).

  • red value is 201;
  • green value is 253;
  • blue value is 221.
RGB:
(201,253,221)
(79%,99%,87%)

RGB channels and saturation

R 201 of 255 = 79%
G 253 of 255 = 99%
B 221 of 255 = 87%

201
253
221

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

Portions of RGB colors in percentages

R + G + B =
201 + 253 + 221 = 675 (100%)
R 201 of 675 ~ 29.78%
G 253 of 675 ~ 37.48%
B 221 of 675 ~ 32.74%

%29.78
%37.48
%32.74

CMYK color model

#C9FDDD color CMYK value is (21,0,13,1).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 12.65%
  • key color value is 0.78%
CMYK:
(21,0,13,1)
C21M0Y13K1 
(21%,0%,13%,1%)
(0.21/0.00/0.13/0.01)	

CMYK percentages

%20.55
%0
%12.65
%0.78

Codes

Color #C9FDDD in popluar color models

C9FDDD
RGB201253221
HSL143°92.86%89.02%
HSB/HSV143°20.55%99.22%
CMYK20.55%0.00%12.65%
0.78%

Color #C9FDDD in popluar number systems.

HEXC9FDDD
Decimal201253221
Binary110010011111110111011101
Octal311375335

Shades and tints

Shades of #C9FDDD

#C9FDDD
(201,253,221)
#B7E6C9
(183,230,201)
#A5CFB5
(165,207,181)
#93B8A1
(147,184,161)
#81A18D
(129,161,141)
#6F8A79
(111,138,121)
#5D7365
(93,115,101)
#4B5C51
(75,92,81)
#39453D
(57,69,61)
#272E29
(39,46,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #C9FDDD

#C9FDDD
(201,253,221)
#CDFDE0
(205,253,224)
#D1FDE3
(209,253,227)
#D5FDE6
(213,253,230)
#D9FDE9
(217,253,233)
#DDFDEC
(221,253,236)
#E1FDEF
(225,253,239)
#E5FDF2
(229,253,242)
#E9FDF5
(233,253,245)
#EDFDF8
(237,253,248)
#F1FDFB
(241,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FDDD; }

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

This text font color is #C9FDDD.


Background Color

.myBgColor { background-color: #C9FDDD; }

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

This div background color is #C9FDDD.


Border color

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

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

This div border color is #C9FDDD.


Opacity

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

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

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

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

This text has shadow with #C9FDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FDDD on black background.


Color preview on white background

This text has color #C9FDDD on white background.



Black color preview on #C9FDDD background

This text has black color on #C9FDDD background.


White color preview on #C9FDDD background

This text has white color on #C9FDDD background.