COLOR #C9D8DB

HEX: #C9D8DB RGB: (201,216,219)

Color info

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

RGB color model

#C9D8DB color RGB value is (201,216,219).

RGB: (201,216,219) (79%, 85%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 216 of 255 = 85%
B 219 of 255 = 86%

201
216
219

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

Portions of RGB colors in percentages

R + G + B = 201 + 216 + 219 = 636 (100%)
R 201 of 636 ~ 31.6%
G 216 of 636 ~ 33.96%
B 219 of 636 ~ 34.43'%

%31.6
%33.96
%34.43

CMYK color model

#C9D8DB color CMYK value is (8,1,0,14).

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

CMYK: (8,1,0,14)
C8M1Y0K14 (8%, 1%, 0%, 14%)
(0.08 / 0.01 / 0.00 / 0.14)

CMYK percentages

%8.22
%1.37
%0
%14.12

Codes

Color #C9D8DB in popluar color models

C9 D8 DB
RGB 201 216 219
HSL 190° 20.00% 82.35%
HSB/HSV 190° 8.22% 85.88%
CMYK 8.22% 1.37% 0.00%
14.12%

Color #C9D8DB in popluar number systems.

HEX C9 D8 DB
Decimal 201 216 219
Binary 11001001 11011000 11011011
Octal 311 330 333

Shades and tints

Shades of #C9D8DB

#C9D8DB
(201,216,219)
#B7C5C8
(183,197,200)
#A5B2B5
(165,178,181)
#939FA2
(147,159,162)
#818C8F
(129,140,143)
#6F797C
(111,121,124)
#5D6669
(93,102,105)
#4B5356
(75,83,86)
#394043
(57,64,67)
#272D30
(39,45,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #C9D8DB

#C9D8DB
(201,216,219)
#CDDBDE
(205,219,222)
#D1DEE1
(209,222,225)
#D5E1E4
(213,225,228)
#D9E4E7
(217,228,231)
#DDE7EA
(221,231,234)
#E1EAED
(225,234,237)
#E5EDF0
(229,237,240)
#E9F0F3
(233,240,243)
#EDF3F6
(237,243,246)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D8DB; }

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

This text font color is #C9D8DB.

Background Color

.myBgColor { background-color: #C9D8DB; }

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

This div background color is #C9D8DB.

Border color

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

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

This div border color is #C9D8DB.

Opacity

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

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

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

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

This text has shadow with #C9D8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D8DB.

Preview

Color preview on black background

This text has color #C9D8DB on black background.


Color preview on white background

This text has color #C9D8DB on white background.


Black color preview on #C9D8DB background

This text has black color on #C9D8DB background.


White color preview on #C9D8DB background

This text has white color on #C9D8DB background.


Related colors

Complementary color

Complementary color for #hex is #362724.


I love getcolorcode.com

Triadic colors

1 #DBC9D8 and #D8DBC9 with #C9D8DB are triadic colors.

2 #DBD8C9 and #D8C9DB with #C9D8DB are triadic colors.