COLOR #C9CCCC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
204
204

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

Portions of RGB colors in percentages

R + G + B =
201 + 204 + 204 = 609 (100%)
R 201 of 609 ~ 33%
G 204 of 609 ~ 33.5%
B 204 of 609 ~ 33.5%

%33
%33.5
%33.5

CMYK color model

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

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

CMYK percentages

%1.47
%0
%0
%20

Codes

Color #C9CCCC in popluar color models

C9CCCC
RGB201204204
HSL180°2.86%79.41%
HSB/HSV180°1.47%80.00%
CMYK1.47%0.00%0.00%
20.00%

Color #C9CCCC in popluar number systems.

HEXC9CCCC
Decimal201204204
Binary110010011100110011001100
Octal311314314

Shades and tints

Shades of #C9CCCC

#C9CCCC
(201,204,204)
#B7BABA
(183,186,186)
#A5A8A8
(165,168,168)
#939696
(147,150,150)
#818484
(129,132,132)
#6F7272
(111,114,114)
#5D6060
(93,96,96)
#4B4E4E
(75,78,78)
#393C3C
(57,60,60)
#272A2A
(39,42,42)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #C9CCCC

#C9CCCC
(201,204,204)
#CDD0D0
(205,208,208)
#D1D4D4
(209,212,212)
#D5D8D8
(213,216,216)
#D9DCDC
(217,220,220)
#DDE0E0
(221,224,224)
#E1E4E4
(225,228,228)
#E5E8E8
(229,232,232)
#E9ECEC
(233,236,236)
#EDF0F0
(237,240,240)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCCC; }

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

This text font color is #C9CCCC.


Background Color

.myBgColor { background-color: #C9CCCC; }

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

This div background color is #C9CCCC.


Border color

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

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

This div border color is #C9CCCC.


Opacity

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

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

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

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

This text has shadow with #C9CCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CCCC on black background.


Color preview on white background

This text has color #C9CCCC on white background.



Black color preview on #C9CCCC background

This text has black color on #C9CCCC background.


White color preview on #C9CCCC background

This text has white color on #C9CCCC background.