COLOR #CCC9CC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

204
201
204

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

Portions of RGB colors in percentages

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

%33.5
%33
%33.5

CMYK color model

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

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

CMYK percentages

%0
%1.47
%0
%20

Codes

Color #CCC9CC in popluar color models

CCC9CC
RGB204201204
HSL300°2.86%79.41%
HSB/HSV300°1.47%80.00%
CMYK0.00%1.47%0.00%
20.00%

Color #CCC9CC in popluar number systems.

HEXCCC9CC
Decimal204201204
Binary110011001100100111001100
Octal314311314

Shades and tints

Shades of #CCC9CC

#CCC9CC
(204,201,204)
#BAB7BA
(186,183,186)
#A8A5A8
(168,165,168)
#969396
(150,147,150)
#848184
(132,129,132)
#726F72
(114,111,114)
#605D60
(96,93,96)
#4E4B4E
(78,75,78)
#3C393C
(60,57,60)
#2A272A
(42,39,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #CCC9CC

#CCC9CC
(204,201,204)
#D0CDD0
(208,205,208)
#D4D1D4
(212,209,212)
#D8D5D8
(216,213,216)
#DCD9DC
(220,217,220)
#E0DDE0
(224,221,224)
#E4E1E4
(228,225,228)
#E8E5E8
(232,229,232)
#ECE9EC
(236,233,236)
#F0EDF0
(240,237,240)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC9CC; }

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

This text font color is #CCC9CC.


Background Color

.myBgColor { background-color: #CCC9CC; }

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

This div background color is #CCC9CC.


Border color

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

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

This div border color is #CCC9CC.


Opacity

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

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

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

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

This text has shadow with #CCC9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC9CC on black background.


Color preview on white background

This text has color #CCC9CC on white background.



Black color preview on #CCC9CC background

This text has black color on #CCC9CC background.


White color preview on #CCC9CC background

This text has white color on #CCC9CC background.