COLOR #CCC0C9

HEX: #CCC0C9
RGB: (204,192,201)

Color info

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

RGB color model

#CCC0C9 color RGB value is (204,192,201).

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

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 201 of 255 = 79%

204
192
201

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

Portions of RGB colors in percentages

R + G + B =
204 + 192 + 201 = 597 (100%)
R 204 of 597 ~ 34.17%
G 192 of 597 ~ 32.16%
B 201 of 597 ~ 33.67%

%34.17
%32.16
%33.67

CMYK color model

#CCC0C9 color CMYK value is (0,6,1,20).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 1.47%
  • key color value is 20.00%
CMYK:
(0,6,1,20)
C0M6Y1K20 
(0%,6%,1%,20%)
(0.00/0.06/0.01/0.20)	

CMYK percentages

%0
%5.88
%1.47
%20

Codes

Color #CCC0C9 in popluar color models

CCC0C9
RGB204192201
HSL315°10.53%77.65%
HSB/HSV315°5.88%80.00%
CMYK0.00%5.88%1.47%
20.00%

Color #CCC0C9 in popluar number systems.

HEXCCC0C9
Decimal204192201
Binary110011001100000011001001
Octal314300311

Shades and tints

Shades of #CCC0C9

#CCC0C9
(204,192,201)
#BAAFB7
(186,175,183)
#A89EA5
(168,158,165)
#968D93
(150,141,147)
#847C81
(132,124,129)
#726B6F
(114,107,111)
#605A5D
(96,90,93)
#4E494B
(78,73,75)
#3C3839
(60,56,57)
#2A2727
(42,39,39)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #CCC0C9

#CCC0C9
(204,192,201)
#D0C5CD
(208,197,205)
#D4CAD1
(212,202,209)
#D8CFD5
(216,207,213)
#DCD4D9
(220,212,217)
#E0D9DD
(224,217,221)
#E4DEE1
(228,222,225)
#E8E3E5
(232,227,229)
#ECE8E9
(236,232,233)
#F0EDED
(240,237,237)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC0C9; }

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

This text font color is #CCC0C9.


Background Color

.myBgColor { background-color: #CCC0C9; }

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

This div background color is #CCC0C9.


Border color

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

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

This div border color is #CCC0C9.


Opacity

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

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

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

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

This text has shadow with #CCC0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC0C9 on black background.


Color preview on white background

This text has color #CCC0C9 on white background.



Black color preview on #CCC0C9 background

This text has black color on #CCC0C9 background.


White color preview on #CCC0C9 background

This text has white color on #CCC0C9 background.