COLOR #CCC0CD

HEX: #CCC0CD
RGB: (204,192,205)

Color info

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

RGB color model

#CCC0CD color RGB value is (204,192,205).

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

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 205 of 255 = 80%

204
192
205

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

Portions of RGB colors in percentages

R + G + B =
204 + 192 + 205 = 601 (100%)
R 204 of 601 ~ 33.94%
G 192 of 601 ~ 31.95%
B 205 of 601 ~ 34.11%

%33.94
%31.95
%34.11

CMYK color model

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

  • cyan value is 0.49%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(0,6,0,20)
C0M6Y0K20 
(0%,6%,0%,20%)
(0.00/0.06/0.00/0.20)	

CMYK percentages

%0.49
%6.34
%0
%19.61

Codes

Color #CCC0CD in popluar color models

CCC0CD
RGB204192205
HSL295°11.50%77.84%
HSB/HSV295°6.34%80.39%
CMYK0.49%6.34%0.00%
19.61%

Color #CCC0CD in popluar number systems.

HEXCCC0CD
Decimal204192205
Binary110011001100000011001101
Octal314300315

Shades and tints

Shades of #CCC0CD

#CCC0CD
(204,192,205)
#BAAFBB
(186,175,187)
#A89EA9
(168,158,169)
#968D97
(150,141,151)
#847C85
(132,124,133)
#726B73
(114,107,115)
#605A61
(96,90,97)
#4E494F
(78,73,79)
#3C383D
(60,56,61)
#2A272B
(42,39,43)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #CCC0CD

#CCC0CD
(204,192,205)
#D0C5D1
(208,197,209)
#D4CAD5
(212,202,213)
#D8CFD9
(216,207,217)
#DCD4DD
(220,212,221)
#E0D9E1
(224,217,225)
#E4DEE5
(228,222,229)
#E8E3E9
(232,227,233)
#ECE8ED
(236,232,237)
#F0EDF1
(240,237,241)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC0CD; }

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

This text font color is #CCC0CD.


Background Color

.myBgColor { background-color: #CCC0CD; }

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

This div background color is #CCC0CD.


Border color

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

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

This div border color is #CCC0CD.


Opacity

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

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

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

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

This text has shadow with #CCC0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC0CD on black background.


Color preview on white background

This text has color #CCC0CD on white background.



Black color preview on #CCC0CD background

This text has black color on #CCC0CD background.


White color preview on #CCC0CD background

This text has white color on #CCC0CD background.