COLOR #C9C9CC

HEX: #C9C9CC
RGB: (201,201,204)

Color info

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

RGB color model

#C9C9CC color RGB value is (201,201,204).

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

RGB channels and saturation

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

201
201
204

R + G + B ~ 79%. #C9C9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 201 + 204 = 606 (100%)
R 201 of 606 ~ 33.17%
G 201 of 606 ~ 33.17%
B 204 of 606 ~ 33.66%

%33.17
%33.17
%33.66

CMYK color model

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

  • cyan value is 1.47%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(1,1,0,20)
C1M1Y0K20 
(1%,1%,0%,20%)
(0.01/0.01/0.00/0.20)	

CMYK percentages

%1.47
%1.47
%0
%20

Codes

Color #C9C9CC in popluar color models

C9C9CC
RGB201201204
HSL240°2.86%79.41%
HSB/HSV240°1.47%80.00%
CMYK1.47%1.47%0.00%
20.00%

Color #C9C9CC in popluar number systems.

HEXC9C9CC
Decimal201201204
Binary110010011100100111001100
Octal311311314

Shades and tints

Shades of #C9C9CC

#C9C9CC
(201,201,204)
#B7B7BA
(183,183,186)
#A5A5A8
(165,165,168)
#939396
(147,147,150)
#818184
(129,129,132)
#6F6F72
(111,111,114)
#5D5D60
(93,93,96)
#4B4B4E
(75,75,78)
#39393C
(57,57,60)
#27272A
(39,39,42)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #C9C9CC

#C9C9CC
(201,201,204)
#CDCDD0
(205,205,208)
#D1D1D4
(209,209,212)
#D5D5D8
(213,213,216)
#D9D9DC
(217,217,220)
#DDDDE0
(221,221,224)
#E1E1E4
(225,225,228)
#E5E5E8
(229,229,232)
#E9E9EC
(233,233,236)
#EDEDF0
(237,237,240)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C9CC; }

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

This text font color is #C9C9CC.


Background Color

.myBgColor { background-color: #C9C9CC; }

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

This div background color is #C9C9CC.


Border color

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

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

This div border color is #C9C9CC.


Opacity

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

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

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

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

This text has shadow with #C9C9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C9CC on black background.


Color preview on white background

This text has color #C9C9CC on white background.



Black color preview on #C9C9CC background

This text has black color on #C9C9CC background.


White color preview on #C9C9CC background

This text has white color on #C9C9CC background.