COLOR #C9D4DB

HEX: #C9D4DB RGB: (201,212,219)

Color info

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

RGB color model

#C9D4DB color RGB value is (201,212,219).

RGB: (201,212,219) (79%, 83%, 86%)

RGB channels and saturation

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

201
212
219

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

Portions of RGB colors in percentages

R + G + B = 201 + 212 + 219 = 632 (100%)
R 201 of 632 ~ 31.8%
G 212 of 632 ~ 33.54%
B 219 of 632 ~ 34.65'%

%31.8
%33.54
%34.65

CMYK color model

#C9D4DB color CMYK value is (8,3,0,14).

  • cyan value is 8.22%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (8,3,0,14)
C8M3Y0K14 (8%, 3%, 0%, 14%)
(0.08 / 0.03 / 0.00 / 0.14)

CMYK percentages

%8.22
%3.2
%0
%14.12

Codes

Color #C9D4DB in popluar color models

C9 D4 DB
RGB 201 212 219
HSL 203° 20.00% 82.35%
HSB/HSV 203° 8.22% 85.88%
CMYK 8.22% 3.20% 0.00%
14.12%

Color #C9D4DB in popluar number systems.

HEX C9 D4 DB
Decimal 201 212 219
Binary 11001001 11010100 11011011
Octal 311 324 333

Shades and tints

Shades of #C9D4DB

#C9D4DB
(201,212,219)
#B7C1C8
(183,193,200)
#A5AEB5
(165,174,181)
#939BA2
(147,155,162)
#81888F
(129,136,143)
#6F757C
(111,117,124)
#5D6269
(93,98,105)
#4B4F56
(75,79,86)
#393C43
(57,60,67)
#272930
(39,41,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #C9D4DB

#C9D4DB
(201,212,219)
#CDD7DE
(205,215,222)
#D1DAE1
(209,218,225)
#D5DDE4
(213,221,228)
#D9E0E7
(217,224,231)
#DDE3EA
(221,227,234)
#E1E6ED
(225,230,237)
#E5E9F0
(229,233,240)
#E9ECF3
(233,236,243)
#EDEFF6
(237,239,246)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D4DB; }

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

This text font color is #C9D4DB.

Background Color

.myBgColor { background-color: #C9D4DB; }

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

This div background color is #C9D4DB.

Border color

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

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

This div border color is #C9D4DB.

Opacity

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

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

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

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

This text has shadow with #C9D4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D4DB.

Preview

Color preview on black background

This text has color #C9D4DB on black background.


Color preview on white background

This text has color #C9D4DB on white background.


Black color preview on #C9D4DB background

This text has black color on #C9D4DB background.


White color preview on #C9D4DB background

This text has white color on #C9D4DB background.


Related colors

Complementary color

Complementary color for #hex is #362B24.


I love getcolorcode.com

Triadic colors

1 #DBC9D4 and #D4DBC9 with #C9D4DB are triadic colors.

2 #DBD4C9 and #D4C9DB with #C9D4DB are triadic colors.