COLOR #C9DBDD

HEX: #C9DBDD
RGB: (201,219,221)

Color info

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

RGB color model

#C9DBDD color RGB value is (201,219,221).

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

RGB channels and saturation

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

201
219
221

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

Portions of RGB colors in percentages

R + G + B =
201 + 219 + 221 = 641 (100%)
R 201 of 641 ~ 31.36%
G 219 of 641 ~ 34.17%
B 221 of 641 ~ 34.48%

%31.36
%34.17
%34.48

CMYK color model

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

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

CMYK percentages

%9.05
%0.9
%0
%13.33

Codes

Color #C9DBDD in popluar color models

C9DBDD
RGB201219221
HSL186°22.73%82.75%
HSB/HSV186°9.05%86.67%
CMYK9.05%0.90%0.00%
13.33%

Color #C9DBDD in popluar number systems.

HEXC9DBDD
Decimal201219221
Binary110010011101101111011101
Octal311333335

Shades and tints

Shades of #C9DBDD

#C9DBDD
(201,219,221)
#B7C8C9
(183,200,201)
#A5B5B5
(165,181,181)
#93A2A1
(147,162,161)
#818F8D
(129,143,141)
#6F7C79
(111,124,121)
#5D6965
(93,105,101)
#4B5651
(75,86,81)
#39433D
(57,67,61)
#273029
(39,48,41)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #C9DBDD

#C9DBDD
(201,219,221)
#CDDEE0
(205,222,224)
#D1E1E3
(209,225,227)
#D5E4E6
(213,228,230)
#D9E7E9
(217,231,233)
#DDEAEC
(221,234,236)
#E1EDEF
(225,237,239)
#E5F0F2
(229,240,242)
#E9F3F5
(233,243,245)
#EDF6F8
(237,246,248)
#F1F9FB
(241,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBDD; }

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

This text font color is #C9DBDD.


Background Color

.myBgColor { background-color: #C9DBDD; }

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

This div background color is #C9DBDD.


Border color

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

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

This div border color is #C9DBDD.


Opacity

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

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

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

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

This text has shadow with #C9DBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DBDD on black background.


Color preview on white background

This text has color #C9DBDD on white background.



Black color preview on #C9DBDD background

This text has black color on #C9DBDD background.


White color preview on #C9DBDD background

This text has white color on #C9DBDD background.