COLOR #CCC9C0

HEX: #CCC9C0
RGB: (204,201,192)

Color info

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

RGB color model

#CCC9C0 color RGB value is (204,201,192).

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

RGB channels and saturation

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

204
201
192

R + G + B ~ 78%. #CCC9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 201 + 192 = 597 (100%)
R 204 of 597 ~ 34.17%
G 201 of 597 ~ 33.67%
B 192 of 597 ~ 32.16%

%34.17
%33.67
%32.16

CMYK color model

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

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

CMYK percentages

%0
%1.47
%5.88
%20

Codes

Color #CCC9C0 in popluar color models

CCC9C0
RGB204201192
HSL45°10.53%77.65%
HSB/HSV45°5.88%80.00%
CMYK0.00%1.47%5.88%
20.00%

Color #CCC9C0 in popluar number systems.

HEXCCC9C0
Decimal204201192
Binary110011001100100111000000
Octal314311300

Shades and tints

Shades of #CCC9C0

#CCC9C0
(204,201,192)
#BAB7AF
(186,183,175)
#A8A59E
(168,165,158)
#96938D
(150,147,141)
#84817C
(132,129,124)
#726F6B
(114,111,107)
#605D5A
(96,93,90)
#4E4B49
(78,75,73)
#3C3938
(60,57,56)
#2A2727
(42,39,39)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #CCC9C0

#CCC9C0
(204,201,192)
#D0CDC5
(208,205,197)
#D4D1CA
(212,209,202)
#D8D5CF
(216,213,207)
#DCD9D4
(220,217,212)
#E0DDD9
(224,221,217)
#E4E1DE
(228,225,222)
#E8E5E3
(232,229,227)
#ECE9E8
(236,233,232)
#F0EDED
(240,237,237)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC9C0; }

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

This text font color is #CCC9C0.


Background Color

.myBgColor { background-color: #CCC9C0; }

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

This div background color is #CCC9C0.


Border color

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

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

This div border color is #CCC9C0.


Opacity

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

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

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

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

This text has shadow with #CCC9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC9C0 on black background.


Color preview on white background

This text has color #CCC9C0 on white background.



Black color preview on #CCC9C0 background

This text has black color on #CCC9C0 background.


White color preview on #CCC9C0 background

This text has white color on #CCC9C0 background.