COLOR #C9DEDB

HEX: #C9DEDB
RGB: (201,222,219)

Color info

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

RGB color model

#C9DEDB color RGB value is (201,222,219).

  • red value is 201;
  • green value is 222;
  • blue value is 219.
RGB:
(201,222,219)
(79%,87%,86%)

RGB channels and saturation

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

201
222
219

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

Portions of RGB colors in percentages

R + G + B =
201 + 222 + 219 = 642 (100%)
R 201 of 642 ~ 31.31%
G 222 of 642 ~ 34.58%
B 219 of 642 ~ 34.11%

%31.31
%34.58
%34.11

CMYK color model

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

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • 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
%1.35
%12.94

Codes

Color #C9DEDB in popluar color models

C9DEDB
RGB201222219
HSL171°24.14%82.94%
HSB/HSV171°9.46%87.06%
CMYK9.46%0.00%1.35%
12.94%

Color #C9DEDB in popluar number systems.

HEXC9DEDB
Decimal201222219
Binary110010011101111011011011
Octal311336333

Shades and tints

Shades of #C9DEDB

#C9DEDB
(201,222,219)
#B7CAC8
(183,202,200)
#A5B6B5
(165,182,181)
#93A2A2
(147,162,162)
#818E8F
(129,142,143)
#6F7A7C
(111,122,124)
#5D6669
(93,102,105)
#4B5256
(75,82,86)
#393E43
(57,62,67)
#272A30
(39,42,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #C9DEDB

#C9DEDB
(201,222,219)
#CDE1DE
(205,225,222)
#D1E4E1
(209,228,225)
#D5E7E4
(213,231,228)
#D9EAE7
(217,234,231)
#DDEDEA
(221,237,234)
#E1F0ED
(225,240,237)
#E5F3F0
(229,243,240)
#E9F6F3
(233,246,243)
#EDF9F6
(237,249,246)
#F1FCF9
(241,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DEDB; }

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

This text font color is #C9DEDB.


Background Color

.myBgColor { background-color: #C9DEDB; }

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

This div background color is #C9DEDB.


Border color

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

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

This div border color is #C9DEDB.


Opacity

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

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

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

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

This text has shadow with #C9DEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DEDB on black background.


Color preview on white background

This text has color #C9DEDB on white background.



Black color preview on #C9DEDB background

This text has black color on #C9DEDB background.


White color preview on #C9DEDB background

This text has white color on #C9DEDB background.