COLOR #CCC5C1

HEX: #CCC5C1
RGB: (204,197,193)

Color info

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

RGB color model

#CCC5C1 color RGB value is (204,197,193).

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

RGB channels and saturation

R 204 of 255 = 80%
G 197 of 255 = 77%
B 193 of 255 = 76%

204
197
193

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

Portions of RGB colors in percentages

R + G + B =
204 + 197 + 193 = 594 (100%)
R 204 of 594 ~ 34.34%
G 197 of 594 ~ 33.16%
B 193 of 594 ~ 32.49%

%34.34
%33.16
%32.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 5.39%
  • key color value is 20.00%
CMYK:
(0,3,5,20)
C0M3Y5K20 
(0%,3%,5%,20%)
(0.00/0.03/0.05/0.20)	

CMYK percentages

%0
%3.43
%5.39
%20

Codes

Color #CCC5C1 in popluar color models

CCC5C1
RGB204197193
HSL22°9.73%77.84%
HSB/HSV22°5.39%80.00%
CMYK0.00%3.43%5.39%
20.00%

Color #CCC5C1 in popluar number systems.

HEXCCC5C1
Decimal204197193
Binary110011001100010111000001
Octal314305301

Shades and tints

Shades of #CCC5C1

#CCC5C1
(204,197,193)
#BAB4B0
(186,180,176)
#A8A39F
(168,163,159)
#96928E
(150,146,142)
#84817D
(132,129,125)
#72706C
(114,112,108)
#605F5B
(96,95,91)
#4E4E4A
(78,78,74)
#3C3D39
(60,61,57)
#2A2C28
(42,44,40)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #CCC5C1

#CCC5C1
(204,197,193)
#D0CAC6
(208,202,198)
#D4CFCB
(212,207,203)
#D8D4D0
(216,212,208)
#DCD9D5
(220,217,213)
#E0DEDA
(224,222,218)
#E4E3DF
(228,227,223)
#E8E8E4
(232,232,228)
#ECEDE9
(236,237,233)
#F0F2EE
(240,242,238)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC5C1; }

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

This text font color is #CCC5C1.


Background Color

.myBgColor { background-color: #CCC5C1; }

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

This div background color is #CCC5C1.


Border color

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

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

This div border color is #CCC5C1.


Opacity

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

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

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

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

This text has shadow with #CCC5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC5C1 on black background.


Color preview on white background

This text has color #CCC5C1 on white background.



Black color preview on #CCC5C1 background

This text has black color on #CCC5C1 background.


White color preview on #CCC5C1 background

This text has white color on #CCC5C1 background.