COLOR #C9DBD0

HEX: #C9DBD0
RGB: (201,219,208)

Color info

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

RGB color model

#C9DBD0 color RGB value is (201,219,208).

  • red value is 201;
  • green value is 219;
  • blue value is 208.
RGB:
(201,219,208)
(79%,86%,82%)

RGB channels and saturation

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

201
219
208

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

Portions of RGB colors in percentages

R + G + B =
201 + 219 + 208 = 628 (100%)
R 201 of 628 ~ 32.01%
G 219 of 628 ~ 34.87%
B 208 of 628 ~ 33.12%

%32.01
%34.87
%33.12

CMYK color model

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

  • cyan value is 8.22%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • 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
%5.02
%14.12

Codes

Color #C9DBD0 in popluar color models

C9DBD0
RGB201219208
HSL143°20.00%82.35%
HSB/HSV143°8.22%85.88%
CMYK8.22%0.00%5.02%
14.12%

Color #C9DBD0 in popluar number systems.

HEXC9DBD0
Decimal201219208
Binary110010011101101111010000
Octal311333320

Shades and tints

Shades of #C9DBD0

#C9DBD0
(201,219,208)
#B7C8BE
(183,200,190)
#A5B5AC
(165,181,172)
#93A29A
(147,162,154)
#818F88
(129,143,136)
#6F7C76
(111,124,118)
#5D6964
(93,105,100)
#4B5652
(75,86,82)
#394340
(57,67,64)
#27302E
(39,48,46)
#151D1C
(21,29,28)
#000000
(0,0,0)

Tints of #C9DBD0

#C9DBD0
(201,219,208)
#CDDED4
(205,222,212)
#D1E1D8
(209,225,216)
#D5E4DC
(213,228,220)
#D9E7E0
(217,231,224)
#DDEAE4
(221,234,228)
#E1EDE8
(225,237,232)
#E5F0EC
(229,240,236)
#E9F3F0
(233,243,240)
#EDF6F4
(237,246,244)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBD0; }

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

This text font color is #C9DBD0.


Background Color

.myBgColor { background-color: #C9DBD0; }

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

This div background color is #C9DBD0.


Border color

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

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

This div border color is #C9DBD0.


Opacity

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

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

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

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

This text has shadow with #C9DBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DBD0 on black background.


Color preview on white background

This text has color #C9DBD0 on white background.



Black color preview on #C9DBD0 background

This text has black color on #C9DBD0 background.


White color preview on #C9DBD0 background

This text has white color on #C9DBD0 background.