COLOR #C9DBDC

HEX: #C9DBDC RGB: (201,219,220)

Color info

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

RGB color model

#C9DBDC color RGB value is (201,219,220).

RGB: (201,219,220) (79%, 86%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 220 of 255 = 86%

201
219
220

R + G + B ~ 84%. #C9DBDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 219 + 220 = 640 (100%)
R 201 of 640 ~ 31.41%
G 219 of 640 ~ 34.22%
B 220 of 640 ~ 34.38'%

%31.41
%34.22
%34.38

CMYK color model

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

  • cyan value is 8.64%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (9,0,0,14)
C9M0Y0K14 (9%, 0%, 0%, 14%)
(0.09 / 0.00 / 0.00 / 0.14)

CMYK percentages

%8.64
%0.45
%0
%13.73

Codes

Color #C9DBDC in popluar color models

C9 DB DC
RGB 201 219 220
HSL 183° 21.35% 82.55%
HSB/HSV 183° 8.64% 86.27%
CMYK 8.64% 0.45% 0.00%
13.73%

Color #C9DBDC in popluar number systems.

HEX C9 DB DC
Decimal 201 219 220
Binary 11001001 11011011 11011100
Octal 311 333 334

Shades and tints

Shades of #C9DBDC

#C9DBDC
(201,219,220)
#B7C8C8
(183,200,200)
#A5B5B4
(165,181,180)
#93A2A0
(147,162,160)
#818F8C
(129,143,140)
#6F7C78
(111,124,120)
#5D6964
(93,105,100)
#4B5650
(75,86,80)
#39433C
(57,67,60)
#273028
(39,48,40)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #C9DBDC

#C9DBDC
(201,219,220)
#CDDEDF
(205,222,223)
#D1E1E2
(209,225,226)
#D5E4E5
(213,228,229)
#D9E7E8
(217,231,232)
#DDEAEB
(221,234,235)
#E1EDEE
(225,237,238)
#E5F0F1
(229,240,241)
#E9F3F4
(233,243,244)
#EDF6F7
(237,246,247)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBDC; }

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

This text font color is #C9DBDC.

Background Color

.myBgColor { background-color: #C9DBDC; }

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

This div background color is #C9DBDC.

Border color

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

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

This div border color is #C9DBDC.

Opacity

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

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

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

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

This text has shadow with #C9DBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DBDC.

Preview

Color preview on black background

This text has color #C9DBDC on black background.


Color preview on white background

This text has color #C9DBDC on white background.


Black color preview on #C9DBDC background

This text has black color on #C9DBDC background.


White color preview on #C9DBDC background

This text has white color on #C9DBDC background.


Related colors

Complementary color

Complementary color for #hex is #362423.


I love getcolorcode.com

Triadic colors

1 #DCC9DB and #DBDCC9 with #C9DBDC are triadic colors.

2 #DCDBC9 and #DBC9DC with #C9DBDC are triadic colors.