COLOR #CCC7C6

HEX: #CCC7C6
RGB: (204,199,198)

Color info

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

RGB color model

#CCC7C6 color RGB value is (204,199,198).

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

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 198 of 255 = 78%

204
199
198

R + G + B ~ 79%. #CCC7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 198 = 601 (100%)
R 204 of 601 ~ 33.94%
G 199 of 601 ~ 33.11%
B 198 of 601 ~ 32.95%

%33.94
%33.11
%32.95

CMYK color model

#CCC7C6 color CMYK value is (0,2,3,20).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 2.94%
  • key color value is 20.00%
CMYK:
(0,2,3,20)
C0M2Y3K20 
(0%,2%,3%,20%)
(0.00/0.02/0.03/0.20)	

CMYK percentages

%0
%2.45
%2.94
%20

Codes

Color #CCC7C6 in popluar color models

CCC7C6
RGB204199198
HSL10°5.56%78.82%
HSB/HSV10°2.94%80.00%
CMYK0.00%2.45%2.94%
20.00%

Color #CCC7C6 in popluar number systems.

HEXCCC7C6
Decimal204199198
Binary110011001100011111000110
Octal314307306

Shades and tints

Shades of #CCC7C6

#CCC7C6
(204,199,198)
#BAB5B4
(186,181,180)
#A8A3A2
(168,163,162)
#969190
(150,145,144)
#847F7E
(132,127,126)
#726D6C
(114,109,108)
#605B5A
(96,91,90)
#4E4948
(78,73,72)
#3C3736
(60,55,54)
#2A2524
(42,37,36)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #CCC7C6

#CCC7C6
(204,199,198)
#D0CCCB
(208,204,203)
#D4D1D0
(212,209,208)
#D8D6D5
(216,214,213)
#DCDBDA
(220,219,218)
#E0E0DF
(224,224,223)
#E4E5E4
(228,229,228)
#E8EAE9
(232,234,233)
#ECEFEE
(236,239,238)
#F0F4F3
(240,244,243)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7C6; }

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

This text font color is #CCC7C6.


Background Color

.myBgColor { background-color: #CCC7C6; }

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

This div background color is #CCC7C6.


Border color

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

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

This div border color is #CCC7C6.


Opacity

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

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

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

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

This text has shadow with #CCC7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC7C6 on black background.


Color preview on white background

This text has color #CCC7C6 on white background.



Black color preview on #CCC7C6 background

This text has black color on #CCC7C6 background.


White color preview on #CCC7C6 background

This text has white color on #CCC7C6 background.