COLOR #C9DBD5

HEX: #C9DBD5 RGB: (201,219,213)

Color info

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

RGB color model

#C9DBD5 color RGB value is (201,219,213).

RGB: (201,219,213) (79%, 86%, 84%)

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 213 of 255 = 84%

201
219
213

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

Portions of RGB colors in percentages

R + G + B = 201 + 219 + 213 = 633 (100%)
R 201 of 633 ~ 31.75%
G 219 of 633 ~ 34.6%
B 213 of 633 ~ 33.65'%

%31.75
%34.6
%33.65

CMYK color model

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

  • cyan value is 8.22%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 14.12%
CMYK: (8,0,3,14) C8M0Y3K14 (8%,0%,3%,14%) (0.08/0.00/0.03/0.14) 

CMYK percentages

%8.22
%0
%2.74
%14.12

Codes

Color #C9DBD5 in popluar color models

C9 DB D5
RGB 201 219 213
HSL 160° 20.00% 82.35%
HSB/HSV 160° 8.22% 85.88%
CMYK 8.22% 0.00% 2.74%
14.12%

Color #C9DBD5 in popluar number systems.

HEX C9 DB D5
Decimal 201 219 213
Binary 11001001 11011011 11010101
Octal 311 333 325

Shades and tints

Shades of #C9DBD5

#C9DBD5
(201,219,213)
#B7C8C2
(183,200,194)
#A5B5AF
(165,181,175)
#93A29C
(147,162,156)
#818F89
(129,143,137)
#6F7C76
(111,124,118)
#5D6963
(93,105,99)
#4B5650
(75,86,80)
#39433D
(57,67,61)
#27302A
(39,48,42)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #C9DBD5

#C9DBD5
(201,219,213)
#CDDED8
(205,222,216)
#D1E1DB
(209,225,219)
#D5E4DE
(213,228,222)
#D9E7E1
(217,231,225)
#DDEAE4
(221,234,228)
#E1EDE7
(225,237,231)
#E5F0EA
(229,240,234)
#E9F3ED
(233,243,237)
#EDF6F0
(237,246,240)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBD5; }

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

This text font color is #C9DBD5.

Background Color

.myBgColor { background-color: #C9DBD5; }

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

This div background color is #C9DBD5.

Border color

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

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

This div border color is #C9DBD5.

Opacity

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

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

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

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

This text has shadow with #C9DBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DBD5.

Preview

Color preview on black background

This text has color #C9DBD5 on black background.


Color preview on white background

This text has color #C9DBD5 on white background.


Black color preview on #C9DBD5 background

This text has black color on #C9DBD5 background.


White color preview on #C9DBD5 background

This text has white color on #C9DBD5 background.


Related colors

Complementary color

Complementary color for #hex is #36242A.


I love getcolorcode.com

Triadic colors

1 #D5C9DB and #DBD5C9 with #C9DBD5 are triadic colors.

2 #D5DBC9 and #DBC9D5 with #C9DBD5 are triadic colors.