COLOR #C9D0DB

HEX: #C9D0DB
RGB: (201,208,219)

Color info

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

RGB color model

#C9D0DB color RGB value is (201,208,219).

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

RGB channels and saturation

R 201 of 255 = 79%
G 208 of 255 = 82%
B 219 of 255 = 86%

201
208
219

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

Portions of RGB colors in percentages

R + G + B =
201 + 208 + 219 = 628 (100%)
R 201 of 628 ~ 32.01%
G 208 of 628 ~ 33.12%
B 219 of 628 ~ 34.87%

%32.01
%33.12
%34.87

CMYK color model

#C9D0DB color CMYK value is (8,5,0,14).

  • cyan value is 8.22%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(8,5,0,14)
C8M5Y0K14 
(8%,5%,0%,14%)
(0.08/0.05/0.00/0.14)	

CMYK percentages

%8.22
%5.02
%0
%14.12

Codes

Color #C9D0DB in popluar color models

C9D0DB
RGB201208219
HSL217°20.00%82.35%
HSB/HSV217°8.22%85.88%
CMYK8.22%5.02%0.00%
14.12%

Color #C9D0DB in popluar number systems.

HEXC9D0DB
Decimal201208219
Binary110010011101000011011011
Octal311320333

Shades and tints

Shades of #C9D0DB

#C9D0DB
(201,208,219)
#B7BEC8
(183,190,200)
#A5ACB5
(165,172,181)
#939AA2
(147,154,162)
#81888F
(129,136,143)
#6F767C
(111,118,124)
#5D6469
(93,100,105)
#4B5256
(75,82,86)
#394043
(57,64,67)
#272E30
(39,46,48)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #C9D0DB

#C9D0DB
(201,208,219)
#CDD4DE
(205,212,222)
#D1D8E1
(209,216,225)
#D5DCE4
(213,220,228)
#D9E0E7
(217,224,231)
#DDE4EA
(221,228,234)
#E1E8ED
(225,232,237)
#E5ECF0
(229,236,240)
#E9F0F3
(233,240,243)
#EDF4F6
(237,244,246)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D0DB; }

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

This text font color is #C9D0DB.


Background Color

.myBgColor { background-color: #C9D0DB; }

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

This div background color is #C9D0DB.


Border color

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

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

This div border color is #C9D0DB.


Opacity

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

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

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

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

This text has shadow with #C9D0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D0DB on black background.


Color preview on white background

This text has color #C9D0DB on white background.



Black color preview on #C9D0DB background

This text has black color on #C9D0DB background.


White color preview on #C9D0DB background

This text has white color on #C9D0DB background.