COLOR #CCC1CC

HEX: #CCC1CC
RGB: (204,193,204)

Color info

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

RGB color model

#CCC1CC color RGB value is (204,193,204).

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

RGB channels and saturation

R 204 of 255 = 80%
G 193 of 255 = 76%
B 204 of 255 = 80%

204
193
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 193 + 204 = 601 (100%)
R 204 of 601 ~ 33.94%
G 193 of 601 ~ 32.11%
B 204 of 601 ~ 33.94%

%33.94
%32.11
%33.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(0,5,0,20)
C0M5Y0K20 
(0%,5%,0%,20%)
(0.00/0.05/0.00/0.20)	

CMYK percentages

%0
%5.39
%0
%20

Codes

Color #CCC1CC in popluar color models

CCC1CC
RGB204193204
HSL300°9.73%77.84%
HSB/HSV300°5.39%80.00%
CMYK0.00%5.39%0.00%
20.00%

Color #CCC1CC in popluar number systems.

HEXCCC1CC
Decimal204193204
Binary110011001100000111001100
Octal314301314

Shades and tints

Shades of #CCC1CC

#CCC1CC
(204,193,204)
#BAB0BA
(186,176,186)
#A89FA8
(168,159,168)
#968E96
(150,142,150)
#847D84
(132,125,132)
#726C72
(114,108,114)
#605B60
(96,91,96)
#4E4A4E
(78,74,78)
#3C393C
(60,57,60)
#2A282A
(42,40,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCC1CC

#CCC1CC
(204,193,204)
#D0C6D0
(208,198,208)
#D4CBD4
(212,203,212)
#D8D0D8
(216,208,216)
#DCD5DC
(220,213,220)
#E0DAE0
(224,218,224)
#E4DFE4
(228,223,228)
#E8E4E8
(232,228,232)
#ECE9EC
(236,233,236)
#F0EEF0
(240,238,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC1CC; }

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

This text font color is #CCC1CC.


Background Color

.myBgColor { background-color: #CCC1CC; }

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

This div background color is #CCC1CC.


Border color

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

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

This div border color is #CCC1CC.


Opacity

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

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

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

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

This text has shadow with #CCC1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC1CC on black background.


Color preview on white background

This text has color #CCC1CC on white background.



Black color preview on #CCC1CC background

This text has black color on #CCC1CC background.


White color preview on #CCC1CC background

This text has white color on #CCC1CC background.