COLOR #C9D1DC

HEX: #C9D1DC
RGB: (201,209,220)

Color info

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

RGB color model

#C9D1DC color RGB value is (201,209,220).

  • red value is 201;
  • green value is 209;
  • blue value is 220.
RGB:
(201,209,220)
(79%,82%,86%)

RGB channels and saturation

R 201 of 255 = 79%
G 209 of 255 = 82%
B 220 of 255 = 86%

201
209
220

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

Portions of RGB colors in percentages

R + G + B =
201 + 209 + 220 = 630 (100%)
R 201 of 630 ~ 31.9%
G 209 of 630 ~ 33.17%
B 220 of 630 ~ 34.92%

%31.9
%33.17
%34.92

CMYK color model

#C9D1DC color CMYK value is (9,5,0,14).

  • cyan value is 8.64%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,5,0,14)
C9M5Y0K14 
(9%,5%,0%,14%)
(0.09/0.05/0.00/0.14)	

CMYK percentages

%8.64
%5
%0
%13.73

Codes

Color #C9D1DC in popluar color models

C9D1DC
RGB201209220
HSL215°21.35%82.55%
HSB/HSV215°8.64%86.27%
CMYK8.64%5.00%0.00%
13.73%

Color #C9D1DC in popluar number systems.

HEXC9D1DC
Decimal201209220
Binary110010011101000111011100
Octal311321334

Shades and tints

Shades of #C9D1DC

#C9D1DC
(201,209,220)
#B7BEC8
(183,190,200)
#A5ABB4
(165,171,180)
#9398A0
(147,152,160)
#81858C
(129,133,140)
#6F7278
(111,114,120)
#5D5F64
(93,95,100)
#4B4C50
(75,76,80)
#39393C
(57,57,60)
#272628
(39,38,40)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #C9D1DC

#C9D1DC
(201,209,220)
#CDD5DF
(205,213,223)
#D1D9E2
(209,217,226)
#D5DDE5
(213,221,229)
#D9E1E8
(217,225,232)
#DDE5EB
(221,229,235)
#E1E9EE
(225,233,238)
#E5EDF1
(229,237,241)
#E9F1F4
(233,241,244)
#EDF5F7
(237,245,247)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D1DC; }

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

This text font color is #C9D1DC.


Background Color

.myBgColor { background-color: #C9D1DC; }

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

This div background color is #C9D1DC.


Border color

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

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

This div border color is #C9D1DC.


Opacity

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

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

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

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

This text has shadow with #C9D1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D1DC on black background.


Color preview on white background

This text has color #C9D1DC on white background.



Black color preview on #C9D1DC background

This text has black color on #C9D1DC background.


White color preview on #C9D1DC background

This text has white color on #C9D1DC background.