COLOR #C9DECE

HEX: #C9DECE RGB: (201,222,206)

Color info

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

RGB color model

#C9DECE color RGB value is (201,222,206).

RGB: (201,222,206) (79%, 87%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 206 of 255 = 81%

201
222
206

R + G + B ~ 82%. #C9DECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 222 + 206 = 629 (100%)
R 201 of 629 ~ 31.96%
G 222 of 629 ~ 35.29%
B 206 of 629 ~ 32.75'%

%31.96
%35.29
%32.75

CMYK color model

#C9DECE color CMYK value is (9,0,7,13).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 7.21%
  • key color value is 12.94%

CMYK: (9,0,7,13)
C9M0Y7K13 (9%, 0%, 7%, 13%)
(0.09 / 0.00 / 0.07 / 0.13)

CMYK percentages

%9.46
%0
%7.21
%12.94

Codes

Color #C9DECE in popluar color models

C9 DE CE
RGB 201 222 206
HSL 134° 24.14% 82.94%
HSB/HSV 134° 9.46% 87.06%
CMYK 9.46% 0.00% 7.21%
12.94%

Color #C9DECE in popluar number systems.

HEX C9 DE CE
Decimal 201 222 206
Binary 11001001 11011110 11001110
Octal 311 336 316

Shades and tints

Shades of #C9DECE

#C9DECE
(201,222,206)
#B7CABC
(183,202,188)
#A5B6AA
(165,182,170)
#93A298
(147,162,152)
#818E86
(129,142,134)
#6F7A74
(111,122,116)
#5D6662
(93,102,98)
#4B5250
(75,82,80)
#393E3E
(57,62,62)
#272A2C
(39,42,44)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #C9DECE

#C9DECE
(201,222,206)
#CDE1D2
(205,225,210)
#D1E4D6
(209,228,214)
#D5E7DA
(213,231,218)
#D9EADE
(217,234,222)
#DDEDE2
(221,237,226)
#E1F0E6
(225,240,230)
#E5F3EA
(229,243,234)
#E9F6EE
(233,246,238)
#EDF9F2
(237,249,242)
#F1FCF6
(241,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DECE; }

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

This text font color is #C9DECE.

Background Color

.myBgColor { background-color: #C9DECE; }

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

This div background color is #C9DECE.

Border color

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

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

This div border color is #C9DECE.

Opacity

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

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

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

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

This text has shadow with #C9DECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DECE.

Preview

Color preview on black background

This text has color #C9DECE on black background.


Color preview on white background

This text has color #C9DECE on white background.


Black color preview on #C9DECE background

This text has black color on #C9DECE background.


White color preview on #C9DECE background

This text has white color on #C9DECE background.


Related colors

Complementary color

Complementary color for #hex is #362131.


I love getcolorcode.com

Triadic colors

1 #CEC9DE and #DECEC9 with #C9DECE are triadic colors.

2 #CEDEC9 and #DEC9CE with #C9DECE are triadic colors.