COLOR #C9DBD1

HEX: #C9DBD1 RGB: (201,219,209)

Color info

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

RGB color model

#C9DBD1 color RGB value is (201,219,209).

RGB: (201,219,209) (79%, 86%, 82%)

RGB channels and saturation

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

201
219
209

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

Portions of RGB colors in percentages

R + G + B = 201 + 219 + 209 = 629 (100%)
R 201 of 629 ~ 31.96%
G 219 of 629 ~ 34.82%
B 209 of 629 ~ 33.23'%

%31.96
%34.82
%33.23

CMYK color model

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

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

CMYK: (8,0,5,14)
C8M0Y5K14 (8%, 0%, 5%, 14%)
(0.08 / 0.00 / 0.05 / 0.14)

CMYK percentages

%8.22
%0
%4.57
%14.12

Codes

Color #C9DBD1 in popluar color models

C9 DB D1
RGB 201 219 209
HSL 147° 20.00% 82.35%
HSB/HSV 147° 8.22% 85.88%
CMYK 8.22% 0.00% 4.57%
14.12%

Color #C9DBD1 in popluar number systems.

HEX C9 DB D1
Decimal 201 219 209
Binary 11001001 11011011 11010001
Octal 311 333 321

Shades and tints

Shades of #C9DBD1

#C9DBD1
(201,219,209)
#B7C8BE
(183,200,190)
#A5B5AB
(165,181,171)
#93A298
(147,162,152)
#818F85
(129,143,133)
#6F7C72
(111,124,114)
#5D695F
(93,105,95)
#4B564C
(75,86,76)
#394339
(57,67,57)
#273026
(39,48,38)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #C9DBD1

#C9DBD1
(201,219,209)
#CDDED5
(205,222,213)
#D1E1D9
(209,225,217)
#D5E4DD
(213,228,221)
#D9E7E1
(217,231,225)
#DDEAE5
(221,234,229)
#E1EDE9
(225,237,233)
#E5F0ED
(229,240,237)
#E9F3F1
(233,243,241)
#EDF6F5
(237,246,245)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBD1; }

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

This text font color is #C9DBD1.

Background Color

.myBgColor { background-color: #C9DBD1; }

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

This div background color is #C9DBD1.

Border color

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

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

This div border color is #C9DBD1.

Opacity

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

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

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

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

This text has shadow with #C9DBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DBD1.

Preview

Color preview on black background

This text has color #C9DBD1 on black background.


Color preview on white background

This text has color #C9DBD1 on white background.


Black color preview on #C9DBD1 background

This text has black color on #C9DBD1 background.


White color preview on #C9DBD1 background

This text has white color on #C9DBD1 background.


Related colors

Complementary color

Complementary color for #hex is #36242E.


I love getcolorcode.com

Triadic colors

1 #D1C9DB and #DBD1C9 with #C9DBD1 are triadic colors.

2 #D1DBC9 and #DBC9D1 with #C9DBD1 are triadic colors.