COLOR #C9D3DB

HEX: #C9D3DB
RGB: (201,211,219)

Color info

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

RGB color model

#C9D3DB color RGB value is (201,211,219).

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

RGB channels and saturation

R 201 of 255 = 79%
G 211 of 255 = 83%
B 219 of 255 = 86%

201
211
219

R + G + B ~ 83%. #C9D3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 211 + 219 = 631 (100%)
R 201 of 631 ~ 31.85%
G 211 of 631 ~ 33.44%
B 219 of 631 ~ 34.71%

%31.85
%33.44
%34.71

CMYK color model

#C9D3DB color CMYK value is (8,4,0,14).

  • cyan value is 8.22%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(8,4,0,14)
C8M4Y0K14 
(8%,4%,0%,14%)
(0.08/0.04/0.00/0.14)	

CMYK percentages

%8.22
%3.65
%0
%14.12

Codes

Color #C9D3DB in popluar color models

C9D3DB
RGB201211219
HSL207°20.00%82.35%
HSB/HSV207°8.22%85.88%
CMYK8.22%3.65%0.00%
14.12%

Color #C9D3DB in popluar number systems.

HEXC9D3DB
Decimal201211219
Binary110010011101001111011011
Octal311323333

Shades and tints

Shades of #C9D3DB

#C9D3DB
(201,211,219)
#B7C0C8
(183,192,200)
#A5ADB5
(165,173,181)
#939AA2
(147,154,162)
#81878F
(129,135,143)
#6F747C
(111,116,124)
#5D6169
(93,97,105)
#4B4E56
(75,78,86)
#393B43
(57,59,67)
#272830
(39,40,48)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #C9D3DB

#C9D3DB
(201,211,219)
#CDD7DE
(205,215,222)
#D1DBE1
(209,219,225)
#D5DFE4
(213,223,228)
#D9E3E7
(217,227,231)
#DDE7EA
(221,231,234)
#E1EBED
(225,235,237)
#E5EFF0
(229,239,240)
#E9F3F3
(233,243,243)
#EDF7F6
(237,247,246)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D3DB; }

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

This text font color is #C9D3DB.


Background Color

.myBgColor { background-color: #C9D3DB; }

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

This div background color is #C9D3DB.


Border color

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

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

This div border color is #C9D3DB.


Opacity

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

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

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

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

This text has shadow with #C9D3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D3DB on black background.


Color preview on white background

This text has color #C9D3DB on white background.



Black color preview on #C9D3DB background

This text has black color on #C9D3DB background.


White color preview on #C9D3DB background

This text has white color on #C9D3DB background.