COLOR #CCC0C5

HEX: #CCC0C5
RGB: (204,192,197)

Color info

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

RGB color model

#CCC0C5 color RGB value is (204,192,197).

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

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 197 of 255 = 77%

204
192
197

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

Portions of RGB colors in percentages

R + G + B =
204 + 192 + 197 = 593 (100%)
R 204 of 593 ~ 34.4%
G 192 of 593 ~ 32.38%
B 197 of 593 ~ 33.22%

%34.4
%32.38
%33.22

CMYK color model

#CCC0C5 color CMYK value is (0,6,3,20).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 3.43%
  • key color value is 20.00%
CMYK:
(0,6,3,20)
C0M6Y3K20 
(0%,6%,3%,20%)
(0.00/0.06/0.03/0.20)	

CMYK percentages

%0
%5.88
%3.43
%20

Codes

Color #CCC0C5 in popluar color models

CCC0C5
RGB204192197
HSL335°10.53%77.65%
HSB/HSV335°5.88%80.00%
CMYK0.00%5.88%3.43%
20.00%

Color #CCC0C5 in popluar number systems.

HEXCCC0C5
Decimal204192197
Binary110011001100000011000101
Octal314300305

Shades and tints

Shades of #CCC0C5

#CCC0C5
(204,192,197)
#BAAFB4
(186,175,180)
#A89EA3
(168,158,163)
#968D92
(150,141,146)
#847C81
(132,124,129)
#726B70
(114,107,112)
#605A5F
(96,90,95)
#4E494E
(78,73,78)
#3C383D
(60,56,61)
#2A272C
(42,39,44)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #CCC0C5

#CCC0C5
(204,192,197)
#D0C5CA
(208,197,202)
#D4CACF
(212,202,207)
#D8CFD4
(216,207,212)
#DCD4D9
(220,212,217)
#E0D9DE
(224,217,222)
#E4DEE3
(228,222,227)
#E8E3E8
(232,227,232)
#ECE8ED
(236,232,237)
#F0EDF2
(240,237,242)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC0C5; }

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

This text font color is #CCC0C5.


Background Color

.myBgColor { background-color: #CCC0C5; }

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

This div background color is #CCC0C5.


Border color

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

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

This div border color is #CCC0C5.


Opacity

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

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

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

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

This text has shadow with #CCC0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC0C5 on black background.


Color preview on white background

This text has color #CCC0C5 on white background.



Black color preview on #CCC0C5 background

This text has black color on #CCC0C5 background.


White color preview on #CCC0C5 background

This text has white color on #CCC0C5 background.