COLOR #CCC2C1

HEX: #CCC2C1
RGB: (204,194,193)

Color info

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

RGB color model

#CCC2C1 color RGB value is (204,194,193).

  • red value is 204;
  • green value is 194;
  • blue value is 193.
RGB:
(204,194,193)
(80%,76%,76%)

RGB channels and saturation

R 204 of 255 = 80%
G 194 of 255 = 76%
B 193 of 255 = 76%

204
194
193

R + G + B ~ 77%. #CCC2C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 194 + 193 = 591 (100%)
R 204 of 591 ~ 34.52%
G 194 of 591 ~ 32.83%
B 193 of 591 ~ 32.66%

%34.52
%32.83
%32.66

CMYK color model

#CCC2C1 color CMYK value is (0,5,5,20).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 5.39%
  • key color value is 20.00%
CMYK:
(0,5,5,20)
C0M5Y5K20 
(0%,5%,5%,20%)
(0.00/0.05/0.05/0.20)	

CMYK percentages

%0
%4.9
%5.39
%20

Codes

Color #CCC2C1 in popluar color models

CCC2C1
RGB204194193
HSL9.73%77.84%
HSB/HSV5.39%80.00%
CMYK0.00%4.90%5.39%
20.00%

Color #CCC2C1 in popluar number systems.

HEXCCC2C1
Decimal204194193
Binary110011001100001011000001
Octal314302301

Shades and tints

Shades of #CCC2C1

#CCC2C1
(204,194,193)
#BAB1B0
(186,177,176)
#A8A09F
(168,160,159)
#968F8E
(150,143,142)
#847E7D
(132,126,125)
#726D6C
(114,109,108)
#605C5B
(96,92,91)
#4E4B4A
(78,75,74)
#3C3A39
(60,58,57)
#2A2928
(42,41,40)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCC2C1

#CCC2C1
(204,194,193)
#D0C7C6
(208,199,198)
#D4CCCB
(212,204,203)
#D8D1D0
(216,209,208)
#DCD6D5
(220,214,213)
#E0DBDA
(224,219,218)
#E4E0DF
(228,224,223)
#E8E5E4
(232,229,228)
#ECEAE9
(236,234,233)
#F0EFEE
(240,239,238)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC2C1; }

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

This text font color is #CCC2C1.


Background Color

.myBgColor { background-color: #CCC2C1; }

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

This div background color is #CCC2C1.


Border color

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

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

This div border color is #CCC2C1.


Opacity

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

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

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

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

This text has shadow with #CCC2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC2C1 on black background.


Color preview on white background

This text has color #CCC2C1 on white background.



Black color preview on #CCC2C1 background

This text has black color on #CCC2C1 background.


White color preview on #CCC2C1 background

This text has white color on #CCC2C1 background.