COLOR #C9FDDE

HEX: #C9FDDE RGB: (201,253,222)

Color info

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

RGB color model

#C9FDDE color RGB value is (201,253,222).

RGB: (201,253,222) (79%, 99%, 87%)

RGB channels and saturation

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

201
253
222

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

Portions of RGB colors in percentages

R + G + B = 201 + 253 + 222 = 676 (100%)
R 201 of 676 ~ 29.73%
G 253 of 676 ~ 37.43%
B 222 of 676 ~ 32.84'%

%29.73
%37.43
%32.84

CMYK color model

#C9FDDE color CMYK value is (21,0,12,1).

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

CMYK: (21,0,12,1)
C21M0Y12K1 (21%, 0%, 12%, 1%)
(0.21 / 0.00 / 0.12 / 0.01)

CMYK percentages

%20.55
%0
%12.25
%0.78

Codes

Color #C9FDDE in popluar color models

C9 FD DE
RGB 201 253 222
HSL 144° 92.86% 89.02%
HSB/HSV 144° 20.55% 99.22%
CMYK 20.55% 0.00% 12.25%
0.78%

Color #C9FDDE in popluar number systems.

HEX C9 FD DE
Decimal 201 253 222
Binary 11001001 11111101 11011110
Octal 311 375 336

Shades and tints

Shades of #C9FDDE

#C9FDDE
(201,253,222)
#B7E6CA
(183,230,202)
#A5CFB6
(165,207,182)
#93B8A2
(147,184,162)
#81A18E
(129,161,142)
#6F8A7A
(111,138,122)
#5D7366
(93,115,102)
#4B5C52
(75,92,82)
#39453E
(57,69,62)
#272E2A
(39,46,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #C9FDDE

#C9FDDE
(201,253,222)
#CDFDE1
(205,253,225)
#D1FDE4
(209,253,228)
#D5FDE7
(213,253,231)
#D9FDEA
(217,253,234)
#DDFDED
(221,253,237)
#E1FDF0
(225,253,240)
#E5FDF3
(229,253,243)
#E9FDF6
(233,253,246)
#EDFDF9
(237,253,249)
#F1FDFC
(241,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FDDE; }

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

This text font color is #C9FDDE.

Background Color

.myBgColor { background-color: #C9FDDE; }

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

This div background color is #C9FDDE.

Border color

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

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

This div border color is #C9FDDE.

Opacity

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

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

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

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

This text has shadow with #C9FDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FDDE.

Preview

Color preview on black background

This text has color #C9FDDE on black background.


Color preview on white background

This text has color #C9FDDE on white background.


Black color preview on #C9FDDE background

This text has black color on #C9FDDE background.


White color preview on #C9FDDE background

This text has white color on #C9FDDE background.


Related colors

Complementary color

Complementary color for #hex is #360221.


I love getcolorcode.com

Triadic colors

1 #DEC9FD and #FDDEC9 with #C9FDDE are triadic colors.

2 #DEFDC9 and #FDC9DE with #C9FDDE are triadic colors.