COLOR #CCC7C1

HEX: #CCC7C1
RGB: (204,199,193)

Color info

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

RGB color model

#CCC7C1 color RGB value is (204,199,193).

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

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 193 of 255 = 76%

204
199
193

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

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 193 = 596 (100%)
R 204 of 596 ~ 34.23%
G 199 of 596 ~ 33.39%
B 193 of 596 ~ 32.38%

%34.23
%33.39
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 5.39%
  • key color value is 20.00%
CMYK:
(0,2,5,20)
C0M2Y5K20 
(0%,2%,5%,20%)
(0.00/0.02/0.05/0.20)	

CMYK percentages

%0
%2.45
%5.39
%20

Codes

Color #CCC7C1 in popluar color models

CCC7C1
RGB204199193
HSL33°9.73%77.84%
HSB/HSV33°5.39%80.00%
CMYK0.00%2.45%5.39%
20.00%

Color #CCC7C1 in popluar number systems.

HEXCCC7C1
Decimal204199193
Binary110011001100011111000001
Octal314307301

Shades and tints

Shades of #CCC7C1

#CCC7C1
(204,199,193)
#BAB5B0
(186,181,176)
#A8A39F
(168,163,159)
#96918E
(150,145,142)
#847F7D
(132,127,125)
#726D6C
(114,109,108)
#605B5B
(96,91,91)
#4E494A
(78,73,74)
#3C3739
(60,55,57)
#2A2528
(42,37,40)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #CCC7C1

#CCC7C1
(204,199,193)
#D0CCC6
(208,204,198)
#D4D1CB
(212,209,203)
#D8D6D0
(216,214,208)
#DCDBD5
(220,219,213)
#E0E0DA
(224,224,218)
#E4E5DF
(228,229,223)
#E8EAE4
(232,234,228)
#ECEFE9
(236,239,233)
#F0F4EE
(240,244,238)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7C1; }

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

This text font color is #CCC7C1.


Background Color

.myBgColor { background-color: #CCC7C1; }

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

This div background color is #CCC7C1.


Border color

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

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

This div border color is #CCC7C1.


Opacity

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

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

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

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

This text has shadow with #CCC7C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC7C1 on black background.


Color preview on white background

This text has color #CCC7C1 on white background.



Black color preview on #CCC7C1 background

This text has black color on #CCC7C1 background.


White color preview on #CCC7C1 background

This text has white color on #CCC7C1 background.