COLOR #C9CCCD

HEX: #C9CCCD
RGB: (201,204,205)

Color info

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

RGB color model

#C9CCCD color RGB value is (201,204,205).

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

RGB channels and saturation

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

201
204
205

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

Portions of RGB colors in percentages

R + G + B =
201 + 204 + 205 = 610 (100%)
R 201 of 610 ~ 32.95%
G 204 of 610 ~ 33.44%
B 205 of 610 ~ 33.61%

%32.95
%33.44
%33.61

CMYK color model

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

  • cyan value is 1.95%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(2,0,0,20)
C2M0Y0K20 
(2%,0%,0%,20%)
(0.02/0.00/0.00/0.20)	

CMYK percentages

%1.95
%0.49
%0
%19.61

Codes

Color #C9CCCD in popluar color models

C9CCCD
RGB201204205
HSL195°3.85%79.61%
HSB/HSV195°1.95%80.39%
CMYK1.95%0.49%0.00%
19.61%

Color #C9CCCD in popluar number systems.

HEXC9CCCD
Decimal201204205
Binary110010011100110011001101
Octal311314315

Shades and tints

Shades of #C9CCCD

#C9CCCD
(201,204,205)
#B7BABB
(183,186,187)
#A5A8A9
(165,168,169)
#939697
(147,150,151)
#818485
(129,132,133)
#6F7273
(111,114,115)
#5D6061
(93,96,97)
#4B4E4F
(75,78,79)
#393C3D
(57,60,61)
#272A2B
(39,42,43)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #C9CCCD

#C9CCCD
(201,204,205)
#CDD0D1
(205,208,209)
#D1D4D5
(209,212,213)
#D5D8D9
(213,216,217)
#D9DCDD
(217,220,221)
#DDE0E1
(221,224,225)
#E1E4E5
(225,228,229)
#E5E8E9
(229,232,233)
#E9ECED
(233,236,237)
#EDF0F1
(237,240,241)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCCD; }

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

This text font color is #C9CCCD.


Background Color

.myBgColor { background-color: #C9CCCD; }

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

This div background color is #C9CCCD.


Border color

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

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

This div border color is #C9CCCD.


Opacity

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

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

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

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

This text has shadow with #C9CCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CCCD on black background.


Color preview on white background

This text has color #C9CCCD on white background.



Black color preview on #C9CCCD background

This text has black color on #C9CCCD background.


White color preview on #C9CCCD background

This text has white color on #C9CCCD background.