COLOR #C9DEDC

HEX: #C9DEDC RGB: (201,222,220)

Color info

#C9DEDC contains red, green and blue colors in about the same proportion. Web safe color of #C9DEDC is #CCCCCC (or #CCC).

RGB color model

#C9DEDC color RGB value is (201,222,220).

RGB: (201,222,220) (79%, 87%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 220 of 255 = 86%

201
222
220

R + G + B ~ 84%. #C9DEDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 222 + 220 = 643 (100%)
R 201 of 643 ~ 31.26%
G 222 of 643 ~ 34.53%
B 220 of 643 ~ 34.21'%

%31.26
%34.53
%34.21

CMYK color model

#C9DEDC color CMYK value is (9,0,1,13).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 12.94%
CMYK: (9,0,1,13) C9M0Y1K13 (9%,0%,1%,13%) (0.09/0.00/0.01/0.13) 

CMYK percentages

%9.46
%0
%0.9
%12.94

Codes

Color #C9DEDC in popluar color models

C9 DE DC
RGB 201 222 220
HSL 174° 24.14% 82.94%
HSB/HSV 174° 9.46% 87.06%
CMYK 9.46% 0.00% 0.90%
12.94%

Color #C9DEDC in popluar number systems.

HEX C9 DE DC
Decimal 201 222 220
Binary 11001001 11011110 11011100
Octal 311 336 334

Shades and tints

Shades of #C9DEDC

#C9DEDC
(201,222,220)
#B7CAC8
(183,202,200)
#A5B6B4
(165,182,180)
#93A2A0
(147,162,160)
#818E8C
(129,142,140)
#6F7A78
(111,122,120)
#5D6664
(93,102,100)
#4B5250
(75,82,80)
#393E3C
(57,62,60)
#272A28
(39,42,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9DEDC

#C9DEDC
(201,222,220)
#CDE1DF
(205,225,223)
#D1E4E2
(209,228,226)
#D5E7E5
(213,231,229)
#D9EAE8
(217,234,232)
#DDEDEB
(221,237,235)
#E1F0EE
(225,240,238)
#E5F3F1
(229,243,241)
#E9F6F4
(233,246,244)
#EDF9F7
(237,249,247)
#F1FCFA
(241,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DEDC; }

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

This text font color is #C9DEDC.

Background Color

.myBgColor { background-color: #C9DEDC; }

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

This div background color is #C9DEDC.

Border color

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

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

This div border color is #C9DEDC.

Opacity

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

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

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

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

This text has shadow with #C9DEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DEDC.

Preview

Color preview on black background

This text has color #C9DEDC on black background.


Color preview on white background

This text has color #C9DEDC on white background.


Black color preview on #C9DEDC background

This text has black color on #C9DEDC background.


White color preview on #C9DEDC background

This text has white color on #C9DEDC background.


Related colors

Complementary color

Complementary color for #hex is #362123.


I love getcolorcode.com

Triadic colors

1 #DCC9DE and #DEDCC9 with #C9DEDC are triadic colors.

2 #DCDEC9 and #DEC9DC with #C9DEDC are triadic colors.