COLOR #CCC7C2

HEX: #CCC7C2
RGB: (204,199,194)

Color info

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

RGB color model

#CCC7C2 color RGB value is (204,199,194).

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

RGB channels and saturation

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

204
199
194

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

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 194 = 597 (100%)
R 204 of 597 ~ 34.17%
G 199 of 597 ~ 33.33%
B 194 of 597 ~ 32.5%

%34.17
%33.33
%32.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 4.90%
  • 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
%4.9
%20

Codes

Color #CCC7C2 in popluar color models

CCC7C2
RGB204199194
HSL30°8.93%78.04%
HSB/HSV30°4.90%80.00%
CMYK0.00%2.45%4.90%
20.00%

Color #CCC7C2 in popluar number systems.

HEXCCC7C2
Decimal204199194
Binary110011001100011111000010
Octal314307302

Shades and tints

Shades of #CCC7C2

#CCC7C2
(204,199,194)
#BAB5B1
(186,181,177)
#A8A3A0
(168,163,160)
#96918F
(150,145,143)
#847F7E
(132,127,126)
#726D6D
(114,109,109)
#605B5C
(96,91,92)
#4E494B
(78,73,75)
#3C373A
(60,55,58)
#2A2529
(42,37,41)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #CCC7C2

#CCC7C2
(204,199,194)
#D0CCC7
(208,204,199)
#D4D1CC
(212,209,204)
#D8D6D1
(216,214,209)
#DCDBD6
(220,219,214)
#E0E0DB
(224,224,219)
#E4E5E0
(228,229,224)
#E8EAE5
(232,234,229)
#ECEFEA
(236,239,234)
#F0F4EF
(240,244,239)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7C2; }

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

This text font color is #CCC7C2.


Background Color

.myBgColor { background-color: #CCC7C2; }

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

This div background color is #CCC7C2.


Border color

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

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

This div border color is #CCC7C2.


Opacity

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

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

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

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

This text has shadow with #CCC7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC7C2 on black background.


Color preview on white background

This text has color #CCC7C2 on white background.



Black color preview on #CCC7C2 background

This text has black color on #CCC7C2 background.


White color preview on #CCC7C2 background

This text has white color on #CCC7C2 background.