COLOR #C9CDCB

HEX: #C9CDCB
RGB: (201,205,203)

Color info

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

RGB color model

#C9CDCB color RGB value is (201,205,203).

  • red value is 201;
  • green value is 205;
  • blue value is 203.
RGB:
(201,205,203)
(79%,80%,80%)

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 203 of 255 = 80%

201
205
203

R + G + B ~ 80%. #C9CDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 205 + 203 = 609 (100%)
R 201 of 609 ~ 33%
G 205 of 609 ~ 33.66%
B 203 of 609 ~ 33.33%

%33
%33.66
%33.33

CMYK color model

#C9CDCB color CMYK value is (2,0,1,20).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 19.61%
CMYK:
(2,0,1,20)
C2M0Y1K20 
(2%,0%,1%,20%)
(0.02/0.00/0.01/0.20)	

CMYK percentages

%1.95
%0
%0.98
%19.61

Codes

Color #C9CDCB in popluar color models

C9CDCB
RGB201205203
HSL150°3.85%79.61%
HSB/HSV150°1.95%80.39%
CMYK1.95%0.00%0.98%
19.61%

Color #C9CDCB in popluar number systems.

HEXC9CDCB
Decimal201205203
Binary110010011100110111001011
Octal311315313

Shades and tints

Shades of #C9CDCB

#C9CDCB
(201,205,203)
#B7BBB9
(183,187,185)
#A5A9A7
(165,169,167)
#939795
(147,151,149)
#818583
(129,133,131)
#6F7371
(111,115,113)
#5D615F
(93,97,95)
#4B4F4D
(75,79,77)
#393D3B
(57,61,59)
#272B29
(39,43,41)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #C9CDCB

#C9CDCB
(201,205,203)
#CDD1CF
(205,209,207)
#D1D5D3
(209,213,211)
#D5D9D7
(213,217,215)
#D9DDDB
(217,221,219)
#DDE1DF
(221,225,223)
#E1E5E3
(225,229,227)
#E5E9E7
(229,233,231)
#E9EDEB
(233,237,235)
#EDF1EF
(237,241,239)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CDCB color. Also use rgb(201,205,203) instead hex code.

Text Font Color

.myTextColor { color: #C9CDCB; }

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

This text font color is #C9CDCB.


Background Color

.myBgColor { background-color: #C9CDCB; }

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

This div background color is #C9CDCB.


Border color

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

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

This div border color is #C9CDCB.


Opacity

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

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

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

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

This text has shadow with #C9CDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CDCB on black background.


Color preview on white background

This text has color #C9CDCB on white background.



Black color preview on #C9CDCB background

This text has black color on #C9CDCB background.


White color preview on #C9CDCB background

This text has white color on #C9CDCB background.